HomeSort by relevance Sort by last modified time
    Searched refs:ObjectPropertyPair (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
nfc_client_helpers.h 137 typedef std::pair<dbus::ObjectProxy*, NfcPropertySet*> ObjectPropertyPair;
138 typedef std::map<dbus::ObjectPath, ObjectPropertyPair> ObjectMap;
140 // Returns an instance of ObjectPropertyPair by looking up |object_path| in
143 ObjectPropertyPair GetObjectPropertyPair(const dbus::ObjectPath& object_path);
152 void CleanUpObjectPropertyPair(const ObjectPropertyPair& pair);
nfc_client_helpers.cc 102 ObjectPropertyPair pair = iter->second;
163 ObjectPropertyPair object = std::make_pair(object_proxy, properties);
183 ObjectPropertyPair pair = iter->second;
214 DBusObjectMap::ObjectPropertyPair DBusObjectMap::GetObjectPropertyPair(
223 void DBusObjectMap::CleanUpObjectPropertyPair(const ObjectPropertyPair& pair) {

Completed in 36 milliseconds