Home
last modified time | relevance | path

Searched refs:TrunksDBusService (Results 1 – 3 of 3) sorted by relevance

/system/tpm/trunks/
Dtrunks_dbus_service.h41 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);
Dtrunks_dbus_service.cc31 TrunksDBusService::TrunksDBusService() in TrunksDBusService() function in trunks::TrunksDBusService
34 void TrunksDBusService::RegisterDBusObjectsAsync( in RegisterDBusObjectsAsync()
41 &TrunksDBusService::HandleSendCommand); in RegisterDBusObjectsAsync()
46 void TrunksDBusService::HandleSendCommand( in HandleSendCommand()
Dtrunksd.cc86 trunks::TrunksDBusService service; in main()