Searched defs:TrunksDBusService (Results 1 - 2 of 2) sorted by relevance

/system/tpm/trunks/
H A Dtrunks_dbus_service.cc31 TrunksDBusService::TrunksDBusService() function in class:trunks::TrunksDBusService
34 void TrunksDBusService::RegisterDBusObjectsAsync(
41 &TrunksDBusService::HandleSendCommand);
46 void TrunksDBusService::HandleSendCommand(
62 LOG(ERROR) << "TrunksDBusService: Invalid request.";
H A Dtrunks_dbus_service.h33 // TrunksDBusService registers for and handles all incoming D-Bus messages for
38 // TrunksDBusService service;
41 class TrunksDBusService : public brillo::DBusServiceDaemon { class in namespace:trunks
43 TrunksDBusService();
44 ~TrunksDBusService() override = default;
63 base::WeakPtr<TrunksDBusService> GetWeakPtr() {
71 base::WeakPtrFactory<TrunksDBusService> weak_factory_{this};
72 DISALLOW_COPY_AND_ASSIGN(TrunksDBusService);

Completed in 45 milliseconds