Lines Matching refs:DBusInterface
21 DBusInterface::DBusInterface(DBusObject* dbus_object, in DBusInterface() function in brillo::dbus_utils::DBusInterface
26 void DBusInterface::AddProperty(const std::string& property_name, in AddProperty()
32 void DBusInterface::ExportAsync( in ExportAsync()
48 base::Bind(&DBusInterface::HandleMethodCall, base::Unretained(this)); in ExportAsync()
58 base::Bind(&DBusInterface::ClaimInterface, in ExportAsync()
68 void DBusInterface::ExportAndBlock( in ExportAndBlock()
79 base::Bind(&DBusInterface::HandleMethodCall, base::Unretained(this)); in ExportAndBlock()
96 void DBusInterface::ClaimInterface( in ClaimInterface()
111 void DBusInterface::HandleMethodCall(dbus::MethodCall* method_call, in HandleMethodCall()
132 void DBusInterface::AddHandlerImpl( in AddHandlerImpl()
141 void DBusInterface::AddSignalImpl( in AddSignalImpl()
165 DBusInterface* DBusObject::AddOrGetInterface( in AddOrGetInterface()
172 std::unique_ptr<DBusInterface> new_itf( in AddOrGetInterface()
173 new DBusInterface(this, interface_name)); in AddOrGetInterface()
180 DBusInterface* DBusObject::FindInterface( in FindInterface()
194 DBusInterface* prop_interface = AddOrGetInterface(dbus::kPropertiesInterface); in RegisterAsync()
229 DBusInterface* prop_interface = AddOrGetInterface(dbus::kPropertiesInterface); in RegisterAndBlock()