Home
last modified time | relevance | path

Searched refs:DBusInterface (Results 1 – 8 of 8) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object.cc21 DBusInterface::DBusInterface(DBusObject* dbus_object, in DBusInterface() function in brillo::dbus_utils::DBusInterface
26 void DBusInterface::AddProperty(const std::string& property_name, in AddProperty()
32 void DBusInterface::ExportAsync( in ExportAsync()
48 base::Bind(&DBusInterface::HandleMethodCall, base::Unretained(this)); in ExportAsync()
58 base::Bind(&DBusInterface::ClaimInterface, in ExportAsync()
68 void DBusInterface::ExportAndBlock( in ExportAndBlock()
79 base::Bind(&DBusInterface::HandleMethodCall, base::Unretained(this)); in ExportAndBlock()
96 void DBusInterface::ClaimInterface( in ClaimInterface()
111 void DBusInterface::HandleMethodCall(dbus::MethodCall* method_call, in HandleMethodCall()
132 void DBusInterface::AddHandlerImpl( in AddHandlerImpl()
[all …]
Ddbus_object.h117 class BRILLO_EXPORT DBusInterface final {
119 DBusInterface(DBusObject* dbus_object, const std::string& interface_name);
433 inline static void Add(DBusInterface* self, in Add()
502 base::WeakPtrFactory<DBusInterface> weak_factory_{this};
503 DISALLOW_COPY_AND_ASSIGN(DBusInterface);
521 DBusInterface* AddOrGetInterface(const std::string& interface_name);
525 DBusInterface* FindInterface(const std::string& interface_name) const;
559 std::map<std::string, std::unique_ptr<DBusInterface>> interfaces_;
572 friend class DBusInterface; variable
Ddbus_object_test_helpers.h27 static void HandleMethodCall(DBusInterface* itf, in HandleMethodCall()
58 DBusInterface* itf = object.FindInterface(method_call->GetInterface()); in CallMethod()
Dexported_property_set.h53 class DBusInterface; variable
103 void OnPropertiesInterfaceExported(DBusInterface* prop_interface);
Ddbus_object_unittest.cc118 DBusInterface* itf1 = dbus_object_->AddOrGetInterface(kTestInterface1); in SetUp()
127 DBusInterface* itf2 = dbus_object_->AddOrGetInterface(kTestInterface2); in SetUp()
131 DBusInterface* itf3 = dbus_object_->AddOrGetInterface(kTestInterface3); in SetUp()
381 DBusInterface* itf1 = dbus_object_->AddOrGetInterface(kTestInterface1); in TEST_F()
Dexported_object_manager.cc27 DBusInterface* itf = in RegisterAsync()
Dexported_property_set.cc26 DBusInterface* prop_interface) { in OnPropertiesInterfaceExported()
Dexported_property_set_unittest.cc84 DBusInterface* itf1 = dbus_object_.AddOrGetInterface(kTestInterface1); in Properties()
90 DBusInterface* itf2 = dbus_object_.AddOrGetInterface(kTestInterface2); in Properties()
93 DBusInterface* itf3 = dbus_object_.AddOrGetInterface(kTestInterface3); in Properties()