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

  /external/chromium_org/chromeos/dbus/
nfc_client_helpers.cc 86 DBusObjectMap::DBusObjectMap(const std::string& service_name,
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::RemoveObject(const dbus::ObjectPath& object_path)
    [all...]
nfc_client_helpers.h 54 // DBusObjectMap is a simple data structure that facilitates keeping track of
60 class CHROMEOS_EXPORT DBusObjectMap {
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 instances. This wil
    [all...]
nfc_record_client.cc 15 using chromeos::nfc_client_helpers::DBusObjectMap;
43 public DBusObjectMap::Delegate {
107 // Note: DBusObjectMap guarantees that the Properties structure for the
131 DBusObjectMap* object_map =
150 // Note: DBusObjectMap guarantees that the Properties structure for the
173 DBusObjectMap* object_map =
186 // nfc_client_helpers::DBusObjectMap::Delegate override.
201 // nfc_client_helpers::DBusObjectMap::Delegate override.
207 // nfc_client_helpers::DBusObjectMap::Delegate override.
240 // objects. This structure stores a different DBusObjectMap for each know
    [all...]
nfc_adapter_client.cc 42 public nfc_client_helpers::DBusObjectMap::Delegate {
136 object_map_.reset(new nfc_client_helpers::DBusObjectMap(
162 // nfc_client_helpers::DBusObjectMap::Delegate override.
172 // nfc_client_helpers::DBusObjectMap::Delegate override.
178 // nfc_client_helpers::DBusObjectMap::Delegate override.
203 scoped_ptr<nfc_client_helpers::DBusObjectMap> object_map_;
nfc_device_client.cc 16 using chromeos::nfc_client_helpers::DBusObjectMap;
36 public DBusObjectMap::Delegate {
145 // Note: DBusObjectMap guarantees that the Properties structure for the
169 DBusObjectMap* object_map =
175 // nfc_client_helpers::DBusObjectMap::Delegate override.
185 // nfc_client_helpers::DBusObjectMap::Delegate override.
214 // were already created by us. This stucture stores a different DBusObjectMap
nfc_tag_client.cc 16 using chromeos::nfc_client_helpers::DBusObjectMap;
39 public DBusObjectMap::Delegate {
146 // Note: DBusObjectMap guarantees that the Properties structure for the
176 DBusObjectMap* object_map =
182 // nfc_client_helpers::DBusObjectMap::Delegate override.
192 // nfc_client_helpers::DBusObjectMap::Delegate override.
221 // were already created by us. This stucture stores a different DBusObjectMap

Completed in 86 milliseconds