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 131 typedef std::pair<dbus::ObjectProxy*, NfcPropertySet*> ObjectPropertyPair;
132 typedef std::map<dbus::ObjectPath, ObjectPropertyPair> ObjectMap;
134 // Returns an instance of ObjectPropertyPair by looking up |object_path| in
137 ObjectPropertyPair GetObjectPropertyPair(const dbus::ObjectPath& object_path);
146 void CleanUpObjectPropertyPair(const ObjectPropertyPair& pair);
nfc_client_helpers.cc 53 ObjectPropertyPair pair = iter->second;
114 ObjectPropertyPair object = std::make_pair(object_proxy, properties);
134 ObjectPropertyPair pair = iter->second;
165 DBusObjectMap::ObjectPropertyPair DBusObjectMap::GetObjectPropertyPair(
174 void DBusObjectMap::CleanUpObjectPropertyPair(const ObjectPropertyPair& pair) {

Completed in 163 milliseconds