Searched refs:TrunksDBusService (Results 1 – 3 of 3) sorted by relevance
41 class TrunksDBusService : public brillo::DBusServiceDaemon {43 TrunksDBusService();44 ~TrunksDBusService() override = default;63 base::WeakPtr<TrunksDBusService> GetWeakPtr() { in GetWeakPtr()71 base::WeakPtrFactory<TrunksDBusService> weak_factory_{this};72 DISALLOW_COPY_AND_ASSIGN(TrunksDBusService);
31 TrunksDBusService::TrunksDBusService() in TrunksDBusService() function in trunks::TrunksDBusService34 void TrunksDBusService::RegisterDBusObjectsAsync( in RegisterDBusObjectsAsync()41 &TrunksDBusService::HandleSendCommand); in RegisterDBusObjectsAsync()46 void TrunksDBusService::HandleSendCommand( in HandleSendCommand()
86 trunks::TrunksDBusService service; in main()