HomeSort by relevance Sort by last modified time
    Searched refs:TrunksDBusService (Results 1 - 3 of 3) sorted by null

  /system/tpm/trunks/
trunks_dbus_service.h 33 // TrunksDBusService registers for and handles all incoming D-Bus messages for
38 // TrunksDBusService service;
41 class TrunksDBusService : public brillo::DBusServiceDaemon {
43 TrunksDBusService();
44 ~TrunksDBusService() override = default;
64 base::WeakPtr<TrunksDBusService> GetWeakPtr() {
72 base::WeakPtrFactory<TrunksDBusService> weak_factory_{this};
73 DISALLOW_COPY_AND_ASSIGN(TrunksDBusService);
trunks_dbus_service.cc 31 TrunksDBusService::TrunksDBusService()
34 void TrunksDBusService::RegisterDBusObjectsAsync(
41 &TrunksDBusService::HandleSendCommand);
46 void TrunksDBusService::HandleSendCommand(
62 LOG(ERROR) << "TrunksDBusService: Invalid request.";
trunksd.cc 88 trunks::TrunksDBusService service;

Completed in 1209 milliseconds