Searched defs:object_path (Results 1 - 11 of 11) sorted by relevance

/external/libchrome/dbus/
H A Dmock_exported_object.cc10 const ObjectPath& object_path)
11 : ExportedObject(bus, object_path) {
9 MockExportedObject(Bus* bus, const ObjectPath& object_path) argument
H A Dmock_object_manager.cc11 const ObjectPath& object_path)
12 : ObjectManager(bus, service_name, object_path) {
9 MockObjectManager(Bus* bus, const std::string& service_name, const ObjectPath& object_path) argument
H A Dmock_object_proxy.cc11 const ObjectPath& object_path)
12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
9 MockObjectProxy(Bus* bus, const std::string& service_name, const ObjectPath& object_path) argument
H A Dobject_proxy.h22 #include "dbus/object_path.h"
47 const ObjectPath& object_path,
187 const ObjectPath& object_path() const { return object_path_; } function in class:dbus::ObjectProxy
H A Dexported_object.cc19 #include "dbus/object_path.h"
33 const ObjectPath& object_path)
35 object_path_(object_path),
32 ExportedObject(Bus* bus, const ObjectPath& object_path) argument
H A Dobject_manager.cc34 const ObjectPath& object_path)
37 object_path_(object_path),
115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) { argument
116 ObjectMap::iterator iter = object_map_.find(object_path);
124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, argument
126 ObjectMap::iterator iter = object_map_.find(object_path);
319 const dbus::ObjectPath object_path,
324 NotifyPropertiesChangedHelper(object_path, signal);
333 const dbus::ObjectPath object_path,
346 PropertySet* properties = GetProperties(object_path, interfac
32 ObjectManager(Bus* bus, const std::string& service_name, const ObjectPath& object_path) argument
318 NotifyPropertiesChanged( const dbus::ObjectPath object_path, Signal* signal) argument
332 NotifyPropertiesChangedHelper( const dbus::ObjectPath object_path, Signal* signal) argument
360 ObjectPath object_path; local
377 ObjectPath object_path; local
399 ObjectPath object_path; local
422 UpdateObject(const ObjectPath& object_path, MessageReader* reader) argument
441 AddInterface(const ObjectPath& object_path, const std::string& interface_name, MessageReader* reader) argument
474 RemoveInterface(const ObjectPath& object_path, const std::string& interface_name) argument
516 const dbus::ObjectPath object_path = tmp->first; local
[all...]
H A Dobject_proxy.cc22 #include "dbus/object_path.h"
56 const ObjectPath& object_path,
60 object_path_(object_path),
573 << ": object_path= " << object_path_.value()
54 ObjectProxy(Bus* bus, const std::string& service_name, const ObjectPath& object_path, int options) argument
H A Dbus.cc21 #include "dbus/object_path.h"
219 const ObjectPath& object_path) {
220 return GetObjectProxyWithOptions(service_name, object_path,
225 const ObjectPath& object_path,
230 const ObjectProxyTable::key_type key(service_name + object_path.value(),
238 new ObjectProxy(this, service_name, object_path, options);
245 const ObjectPath& object_path,
247 return RemoveObjectProxyWithOptions(service_name, object_path,
253 const ObjectPath& object_path,
259 const ObjectProxyTable::key_type key(service_name + object_path
218 GetObjectProxy(const std::string& service_name, const ObjectPath& object_path) argument
224 GetObjectProxyWithOptions(const std::string& service_name, const ObjectPath& object_path, int options) argument
244 RemoveObjectProxy(const std::string& service_name, const ObjectPath& object_path, const base::Closure& callback) argument
252 RemoveObjectProxyWithOptions(const std::string& service_name, const ObjectPath& object_path, int options, const base::Closure& callback) argument
284 GetExportedObject(const ObjectPath& object_path) argument
300 UnregisterExportedObject(const ObjectPath& object_path) argument
330 GetObjectManager(const std::string& service_name, const ObjectPath& object_path) argument
348 RemoveObjectManager(const std::string& service_name, const ObjectPath& object_path, const base::Closure& callback) argument
757 TryRegisterObjectPath(const ObjectPath& object_path, const DBusObjectPathVTable* vtable, void* user_data, DBusError* error) argument
781 UnregisterObjectPath(const ObjectPath& object_path) argument
[all...]
H A Dmessage.cc15 #include "dbus/object_path.h"
184 output += indent + "object_path \"" + value.value() + "\"\n";
883 ObjectPath object_path; local
884 if (!array_reader.PopObjectPath(&object_path))
886 object_paths->push_back(object_path);
/external/libbrillo/brillo/dbus/
H A Dmock_dbus_object.h21 const dbus::ObjectPath& object_path)
22 : DBusObject(object_manager, bus, object_path) {}
19 MockDBusObject(ExportedObjectManager* object_manager, const scoped_refptr<dbus::Bus>& bus, const dbus::ObjectPath& object_path) argument
H A Ddbus_object.cc36 const dbus::ObjectPath& object_path,
39 << object_path.value() << "'";
61 object_path,
72 const dbus::ObjectPath& object_path) {
74 << object_path.value() << "'";
90 object_path,
98 const dbus::ObjectPath& object_path,
105 object_manager->ClaimInterface(object_path, interface_name_, writer);
108 object_manager, object_path, interface_name_));
154 const dbus::ObjectPath& object_path)
32 ExportAsync( ExportedObjectManager* object_manager, dbus::Bus* , dbus::ExportedObject* exported_object, const dbus::ObjectPath& object_path, const AsyncEventSequencer::CompletionAction& completion_callback) argument
68 ExportAndBlock( ExportedObjectManager* object_manager, dbus::Bus* , dbus::ExportedObject* exported_object, const dbus::ObjectPath& object_path) argument
96 ClaimInterface( base::WeakPtr<ExportedObjectManager> object_manager, const dbus::ObjectPath& object_path, const ExportedPropertySet::PropertyWriter& writer, bool all_succeeded) argument
152 DBusObject(ExportedObjectManager* object_manager, const scoped_refptr<dbus::Bus>& bus, const dbus::ObjectPath& object_path) argument
[all...]

Completed in 248 milliseconds