Searched refs:DBusInterface (Results 1 – 8 of 8) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 21 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 …]
|
D | dbus_object.h | 117 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
|
D | dbus_object_test_helpers.h | 27 static void HandleMethodCall(DBusInterface* itf, in HandleMethodCall() 58 DBusInterface* itf = object.FindInterface(method_call->GetInterface()); in CallMethod()
|
D | exported_property_set.h | 53 class DBusInterface; variable 103 void OnPropertiesInterfaceExported(DBusInterface* prop_interface);
|
D | dbus_object_unittest.cc | 118 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()
|
D | exported_object_manager.cc | 27 DBusInterface* itf = in RegisterAsync()
|
D | exported_property_set.cc | 26 DBusInterface* prop_interface) { in OnPropertiesInterfaceExported()
|
D | exported_property_set_unittest.cc | 84 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()
|