Home
last modified time | relevance | path

Searched refs:GetExportedObject (Results 1 – 7 of 7) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object.cc242 exported_object_ = bus_->GetExportedObject(object_path_); in RegisterAsync()
263 exported_object_ = bus_->GetExportedObject(object_path_); in RegisterAndBlock()
Dexported_object_manager_unittest.cc109 EXPECT_CALL(*bus_, GetExportedObject(kTestPath)).Times(1).WillOnce( in SetUp()
Ddbus_object_unittest.cc114 EXPECT_CALL(*bus_, GetExportedObject(kMethodsExportedOnPath)) in SetUp()
Dexported_property_set_unittest.cc121 EXPECT_CALL(*bus_, GetExportedObject(kMethodsExportedOnPath)) in SetUp()
/external/libchrome/dbus/
Dmock_bus.h29 MOCK_METHOD1(GetExportedObject, ExportedObject*(
Dbus.h317 virtual ExportedObject* GetExportedObject(const ObjectPath& object_path);
Dbus.cc256 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) { in GetExportedObject() function in dbus::Bus