Home
last modified time | relevance | path

Searched refs:ExportedObject (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/dbus/
Dexported_object.cc32 ExportedObject::ExportedObject(Bus* bus, in ExportedObject() function in dbus::ExportedObject
40 ExportedObject::~ExportedObject() { in ~ExportedObject()
44 bool ExportedObject::ExportMethodAndBlock( in ExportMethodAndBlock()
71 void ExportedObject::ExportMethod(const std::string& interface_name, in ExportMethod()
77 base::Closure task = base::Bind(&ExportedObject::ExportMethodInternal, in ExportMethod()
86 void ExportedObject::SendSignal(Signal* signal) { in SendSignal()
108 base::Bind(&ExportedObject::SendSignalInternal, in SendSignal()
115 void ExportedObject::Unregister() { in Unregister()
125 void ExportedObject::ExportMethodInternal( in ExportMethodInternal()
136 base::Bind(&ExportedObject::OnExported, in ExportMethodInternal()
[all …]
Dexported_object.h35 class CHROME_DBUS_EXPORT ExportedObject
36 : public base::RefCountedThreadSafe<ExportedObject> {
40 ExportedObject(Bus* bus, const ObjectPath& object_path);
109 virtual ~ExportedObject();
112 friend class base::RefCountedThreadSafe<ExportedObject>;
Dbus.h33 class ExportedObject; variable
317 virtual ExportedObject* GetExportedObject(const ObjectPath& object_path);
609 scoped_refptr<dbus::ExportedObject> exported_object);
720 scoped_refptr<dbus::ExportedObject>> ExportedObjectTable;
Dmock_exported_object.cc11 : ExportedObject(bus, object_path) { in MockExportedObject()
Dmock_exported_object.h17 class MockExportedObject : public ExportedObject {
Dbus.cc256 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) { in GetExportedObject()
265 scoped_refptr<ExportedObject> exported_object = in GetExportedObject()
266 new ExportedObject(this, object_path); in GetExportedObject()
281 scoped_refptr<ExportedObject> exported_object = iter->second; in UnregisterExportedObject()
296 scoped_refptr<ExportedObject> exported_object) { in UnregisterExportedObjectInternal()
Dmock_bus.h29 MOCK_METHOD1(GetExportedObject, ExportedObject*(
/external/libbrillo/brillo/dbus/
Ddbus_method_response.h23 using ResponseSender = dbus::ExportedObject::ResponseSender;
Ddbus_object.h471 dbus::ExportedObject* exported_object,
484 dbus::ExportedObject* exported_object,
600 dbus::ExportedObject* exported_object_ = nullptr; // weak; owned by |bus_|.
Ddbus_object.cc57 dbus::ExportedObject* exported_object, in ExportAsync()
93 dbus::ExportedObject* exported_object, in ExportAndBlock()