Searched refs:dbus_object_ (Results 1 – 9 of 9) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_object_test.cc | 119 dbus_object_ = std::unique_ptr<DBusObject>( in SetUp() 122 DBusInterface* itf1 = dbus_object_->AddOrGetInterface(kTestInterface1); in SetUp() 131 DBusInterface* itf2 = dbus_object_->AddOrGetInterface(kTestInterface2); in SetUp() 135 DBusInterface* itf3 = dbus_object_->AddOrGetInterface(kTestInterface3); in SetUp() 143 dbus_object_->RegisterAsync( in SetUp() 154 std::unique_ptr<DBusObject> dbus_object_; member in brillo::dbus_utils::DBusObjectTest 164 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 177 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 190 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 203 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() [all …]
|
D | dbus_signal.cc | 17 dbus_object_(dbus_object) { in DBusSignalBase() 24 return dbus_object_->SendSignal(signal); in SendSignal()
|
D | exported_object_manager.cc | 20 : bus_(bus), dbus_object_(nullptr, bus, path) { in ExportedObjectManager() 28 dbus_object_.AddOrGetInterface(dbus::kObjectManagerInterface); in RegisterAsync() 37 dbus_object_.RegisterAsync(completion_callback); in RegisterAsync()
|
D | exported_property_set_test.cc | 81 : dbus_object_(nullptr, bus, path) { in Properties() 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() 103 dbus_object_.RegisterAsync( in Properties() 108 DBusObject dbus_object_; member 135 auto response = testing::CallMethod(p_->dbus_object_, method_call); in AssertMethodReturnsError() 148 return testing::CallMethod(p_->dbus_object_, &method_call); in GetPropertyOnInterface() 162 return testing::CallMethod(p_->dbus_object_, &method_call); in SetPropertyOnInterface() 230 auto response = testing::CallMethod(p_->dbus_object_, &method_call); in TEST_F() [all …]
|
D | dbus_object.cc | 43 : dbus_object_(dbus_object), in DBusInterface() 49 dbus_object_->property_set_.RegisterProperty( in AddProperty() 54 dbus_object_->property_set_.UnregisterProperty(interface_name_, in RemoveProperty() 82 dbus_object_->property_set_.GetPropertyWriter(interface_name_); in ExportAsync() 114 dbus_object_->property_set_.GetPropertyWriter(interface_name_); in ExportAndBlock()
|
D | dbus_signal.h | 39 DBusObject* dbus_object_;
|
D | exported_object_manager.h | 116 brillo::dbus_utils::DBusObject dbus_object_; variable
|
D | dbus_object.h | 416 dbus_object_, interface_name_, signal_name); in RegisterSignalOfType() 516 DBusObject* dbus_object_; variable
|
D | exported_object_manager_test.cc | 130 return brillo::dbus_utils::testing::CallMethod(om_->dbus_object_, in CallHandleGetManagedObjects()
|