Searched refs:ClaimInterface (Results 1 – 7 of 7) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 58 base::Bind(&DBusInterface::ClaimInterface, in ExportAsync() 89 ClaimInterface(object_manager->AsWeakPtr(), in ExportAndBlock() 96 void DBusInterface::ClaimInterface( in ClaimInterface() function in brillo::dbus_utils::DBusInterface 105 object_manager->ClaimInterface(object_path, interface_name_, writer); in ClaimInterface()
|
D | exported_object_manager_unittest.cc | 141 om_->ClaimInterface(kClaimedTestPath, kClaimedInterface, property_writer_); in TEST_F() 149 om_->ClaimInterface(kClaimedTestPath, kClaimedInterface, property_writer_); in TEST_F() 167 om_->ClaimInterface(kClaimedTestPath, kClaimedInterface, property_writer_); in TEST_F()
|
D | mock_exported_object_manager.h | 29 MOCK_METHOD3(ClaimInterface,
|
D | exported_object_manager.h | 100 virtual void ClaimInterface(
|
D | exported_object_manager.cc | 40 void ExportedObjectManager::ClaimInterface( in ClaimInterface() function in brillo::dbus_utils::ExportedObjectManager
|
D | dbus_object.h | 484 BRILLO_PRIVATE void ClaimInterface(
|
D | dbus_object_unittest.cc | 379 EXPECT_CALL(mock_object_manager, ClaimInterface(_, _, _)).Times(0); in TEST_F()
|