Searched defs:DBusObjectMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dnfc_client_helpers.h54 // DBusObjectMap is a simple data structure that facilitates keeping track of
60 class CHROMEOS_EXPORT DBusObjectMap { class in namespace:chromeos::nfc_client_helpers
62 // DBusObjectMap::Delegate must be implemented by classes that use an
63 // instance of DBusObjectMap to manage object proxies.
68 // Called by DBusObjectMap to create a Properties structure for the remote
71 // ::chromeos::NfcPropertySet. DBusObjectMap will handle connecting the
92 DBusObjectMap(const std::string& service_name,
98 virtual ~DBusObjectMap();
159 DISALLOW_COPY_AND_ASSIGN(DBusObjectMap);
170 // The destructor destroys all contained DBusObjectMap instance
[all...]
H A Dnfc_client_helpers.cc86 DBusObjectMap::DBusObjectMap(const std::string& service_name, function in class:chromeos::nfc_client_helpers::DBusObjectMap
96 DBusObjectMap::~DBusObjectMap() {
108 dbus::ObjectProxy* DBusObjectMap::GetObjectProxy(
113 NfcPropertySet* DBusObjectMap::GetObjectProperties(
118 void DBusObjectMap::UpdateObjects(const ObjectPathVector& object_paths) {
140 // It is safe to use a const reference here, as DBusObjectMap::RemoveObject
149 bool DBusObjectMap::AddObject(const dbus::ObjectPath& object_path) {
171 void DBusObjectMap
[all...]

Completed in 90 milliseconds