• Home
  • Raw
  • Download

Lines Matching defs:response

69     std::unique_ptr<DBusMethodResponse<const CreateGoogleAttestedKeyReply&>>  in HandleCreateGoogleAttestedKey()
88 std::unique_ptr<DBusMethodResponse<const GetKeyInfoReply&>> response, in HandleGetKeyInfo()
96 auto callback = [](const SharedResponsePointer& response, in HandleGetKeyInfo()
104 std::unique_ptr<DBusMethodResponse<const GetEndorsementInfoReply&>> in HandleGetEndorsementInfo()
113 auto callback = [](const SharedResponsePointer& response, in HandleGetEndorsementInfo()
123 std::unique_ptr<DBusMethodResponse<const GetAttestationKeyInfoReply&>> in HandleGetAttestationKeyInfo()
132 auto callback = [](const SharedResponsePointer& response, in HandleGetAttestationKeyInfo()
142 std::unique_ptr<DBusMethodResponse<const ActivateAttestationKeyReply&>> in HandleActivateAttestationKey()
151 auto callback = [](const SharedResponsePointer& response, in HandleActivateAttestationKey()
161 std::unique_ptr<DBusMethodResponse<const CreateCertifiableKeyReply&>> in HandleCreateCertifiableKey()
170 auto callback = [](const SharedResponsePointer& response, in HandleCreateCertifiableKey()
180 std::unique_ptr<DBusMethodResponse<const DecryptReply&>> response, in HandleDecrypt()
188 auto callback = [](const SharedResponsePointer& response, in HandleDecrypt()
196 std::unique_ptr<DBusMethodResponse<const SignReply&>> response, in HandleSign()
204 auto callback = [](const SharedResponsePointer& response, in HandleSign()
212 std::unique_ptr<DBusMethodResponse<const RegisterKeyWithChapsTokenReply&>> in HandleRegisterKeyWithChapsToken()
221 auto callback = [](const SharedResponsePointer& response, in HandleRegisterKeyWithChapsToken()
222 const RegisterKeyWithChapsTokenReply& reply) { in HandleRegisterKeyWithChapsToken()