Lines Matching refs:DBusService
32 DBusService::DBusService(const scoped_refptr<dbus::Bus>& bus,
37 void DBusService::Register(const CompletionAction& callback) {
43 &DBusService::HandleCreateGoogleAttestedKey);
45 &DBusService::HandleGetKeyInfo);
47 &DBusService::HandleGetEndorsementInfo);
50 &DBusService::HandleGetAttestationKeyInfo);
53 &DBusService::HandleActivateAttestationKey);
56 &DBusService::HandleCreateCertifiableKey);
58 &DBusService::HandleDecrypt);
60 &DBusService::HandleSign);
63 &DBusService::HandleRegisterKeyWithChapsToken);
68 void DBusService::HandleCreateGoogleAttestedKey(
87 void DBusService::HandleGetKeyInfo(
103 void DBusService::HandleGetEndorsementInfo(
122 void DBusService::HandleGetAttestationKeyInfo(
141 void DBusService::HandleActivateAttestationKey(
160 void DBusService::HandleCreateCertifiableKey(
179 void DBusService::HandleDecrypt(
195 void DBusService::HandleSign(
211 void DBusService::HandleRegisterKeyWithChapsToken(