Home
last modified time | relevance | path

Searched refs:RegisterAsync (Results 1 – 10 of 10) sorted by relevance

/external/libbrillo/brillo/dbus/
Dexported_object_manager.cc23 void ExportedObjectManager::RegisterAsync( in RegisterAsync() function in brillo::dbus_utils::ExportedObjectManager
37 dbus_object_.RegisterAsync(completion_callback); in RegisterAsync()
Dmock_dbus_object.h25 MOCK_METHOD1(RegisterAsync,
Dmock_exported_object_manager.h27 MOCK_METHOD1(RegisterAsync,
Dexported_object_manager.h94 virtual void RegisterAsync(
Dexported_object_manager_unittest.cc115 om_->RegisterAsync(AsyncEventSequencer::GetDefaultCompletionAction()); in SetUp()
Ddbus_object.cc237 void DBusObject::RegisterAsync( in RegisterAsync() function in brillo::dbus_utils::DBusObject
Ddbus_object.h557 virtual void RegisterAsync(
Ddbus_object_unittest.cc145 dbus_object_->RegisterAsync( in SetUp()
Dexported_property_set_unittest.cc103 dbus_object_.RegisterAsync( in Properties()
/external/libbrillo/brillo/daemons/
Ddbus_daemon.cc57 object_manager_->RegisterAsync( in OnInit()