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

/external/chromium_org/chromeos/dbus/
H A Dnfc_client_helpers.h48 // DBusObjectMap is a simple data structure that facilitates keeping track of
54 class CHROMEOS_EXPORT DBusObjectMap { class in namespace:chromeos::nfc_client_helpers
56 // DBusObjectMap::Delegate must be implemented by classes that use an
57 // instance of DBusObjectMap to manage object proxies.
62 // Called by DBusObjectMap to create a Properties structure for the remote
65 // ::chromeos::NfcPropertySet. DBusObjectMap will handle connecting the
86 DBusObjectMap(const std::string& service_name,
92 virtual ~DBusObjectMap();
153 DISALLOW_COPY_AND_ASSIGN(DBusObjectMap);
164 // The destructor destroys all contained DBusObjectMap instance
[all...]
H A Dnfc_client_helpers.cc37 DBusObjectMap::DBusObjectMap(const std::string& service_name, function in class:chromeos::nfc_client_helpers::DBusObjectMap
47 DBusObjectMap::~DBusObjectMap() {
59 dbus::ObjectProxy* DBusObjectMap::GetObjectProxy(
64 NfcPropertySet* DBusObjectMap::GetObjectProperties(
69 void DBusObjectMap::UpdateObjects(const ObjectPathVector& object_paths) {
91 // It is safe to use a const reference here, as DBusObjectMap::RemoveObject
100 bool DBusObjectMap::AddObject(const dbus::ObjectPath& object_path) {
122 void DBusObjectMap
[all...]

Completed in 73 milliseconds