Home
last modified time | relevance | path

Searched refs:dbus_object_ (Results 1 – 9 of 9) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object_test.cc119 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 …]
Ddbus_signal.cc17 dbus_object_(dbus_object) { in DBusSignalBase()
24 return dbus_object_->SendSignal(signal); in SendSignal()
Dexported_object_manager.cc20 : 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()
Dexported_property_set_test.cc81 : 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 …]
Ddbus_object.cc43 : 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()
Ddbus_signal.h39 DBusObject* dbus_object_;
Dexported_object_manager.h116 brillo::dbus_utils::DBusObject dbus_object_; variable
Ddbus_object.h416 dbus_object_, interface_name_, signal_name); in RegisterSignalOfType()
516 DBusObject* dbus_object_; variable
Dexported_object_manager_test.cc130 return brillo::dbus_utils::testing::CallMethod(om_->dbus_object_, in CallHandleGetManagedObjects()