Lines Matching refs:dbus_object_

115     dbus_object_ = std::unique_ptr<DBusObject>(
118 DBusInterface* itf1 = dbus_object_->AddOrGetInterface(kTestInterface1);
127 DBusInterface* itf2 = dbus_object_->AddOrGetInterface(kTestInterface2);
131 DBusInterface* itf3 = dbus_object_->AddOrGetInterface(kTestInterface3);
139 dbus_object_->RegisterAsync(
150 std::unique_ptr<DBusObject> dbus_object_;
160 auto response = testing::CallMethod(*dbus_object_, &method_call);
173 auto response = testing::CallMethod(*dbus_object_, &method_call);
186 auto response = testing::CallMethod(*dbus_object_, &method_call);
199 auto response = testing::CallMethod(*dbus_object_, &method_call);
209 auto response = testing::CallMethod(*dbus_object_, &method_call);
224 auto response = testing::CallMethod(*dbus_object_, &method_call);
237 auto response = testing::CallMethod(*dbus_object_, &method_call);
250 auto response = testing::CallMethod(*dbus_object_, &method_call);
261 auto response = testing::CallMethod(*dbus_object_, &method_call);
274 auto response = testing::CallMethod(*dbus_object_, &method_call);
287 auto response = testing::CallMethod(*dbus_object_, &method_call);
297 auto response = testing::CallMethod(*dbus_object_, &method_call);
310 auto response = testing::CallMethod(*dbus_object_, &method_call);
323 auto response = testing::CallMethod(*dbus_object_, &method_call);
334 auto response = testing::CallMethod(*dbus_object_, &method_call);
344 auto response = testing::CallMethod(*dbus_object_, &method_call);
354 auto response = testing::CallMethod(*dbus_object_, &method_call);
368 auto response = testing::CallMethod(*dbus_object_, &method_call);
377 dbus_object_ = std::unique_ptr<DBusObject>(
381 DBusInterface* itf1 = dbus_object_->AddOrGetInterface(kTestInterface1);
388 dbus_object_.reset();