/system/tpm/tpm_manager/server/ |
D | binder_service_test.cc | 77 GetTpmStatusReply reply; in TEST_F() local 82 GetTpmStatusReply reply; in TEST_F() local 93 GetTpmStatusReply reply; in TEST_F() local 103 GetTpmStatusReply reply; in TEST_F() local 120 TakeOwnershipReply reply; in TEST_F() local 125 TakeOwnershipReply reply; in TEST_F() local 142 RemoveOwnerDependencyReply reply; in TEST_F() local 146 RemoveOwnerDependencyReply reply; in TEST_F() local 166 DefineSpaceReply reply; in TEST_F() local 170 DefineSpaceReply reply; in TEST_F() local [all …]
|
D | dbus_service_test.cc | 63 ReplyProtobufType* reply, in ExecuteMethod() 97 GetTpmStatusReply reply; in TEST_F() local 102 GetTpmStatusReply reply; in TEST_F() local 112 GetTpmStatusReply reply; in TEST_F() local 122 GetTpmStatusReply reply; in TEST_F() local 138 TakeOwnershipReply reply; in TEST_F() local 143 TakeOwnershipReply reply; in TEST_F() local 159 RemoveOwnerDependencyReply reply; in TEST_F() local 163 RemoveOwnerDependencyReply reply; in TEST_F() local 183 DefineSpaceReply reply; in TEST_F() local [all …]
|
D | tpm_manager_service_test.cc | 66 auto callback = [](decltype(this) test, const GetTpmStatusReply& reply) { in RunServiceWorkerAndQuit() 126 auto callback = [](decltype(this) test, const TakeOwnershipReply& reply) { in TEST_F() 155 auto callback = [](decltype(this) test, const GetTpmStatusReply& reply) { in TEST_F() 173 auto callback = [](decltype(this) test, const GetTpmStatusReply& reply) { in TEST_F() 193 auto callback = [](decltype(this) test, const GetTpmStatusReply& reply) { in TEST_F() 212 auto callback = [](decltype(this) test, const TakeOwnershipReply& reply) { in TEST_F() 224 auto callback = [](decltype(this) test, const TakeOwnershipReply& reply) { in TEST_F() 235 auto callback = [](decltype(this) test, const TakeOwnershipReply& reply) { in TEST_F() 246 auto callback = [](decltype(this) test, const RemoveOwnerDependencyReply& reply) { in TEST_F() 258 auto callback = [](decltype(this) test, const RemoveOwnerDependencyReply& reply) { in TEST_F() [all …]
|
D | tpm_manager_service.cc | 72 const std::shared_ptr<GetTpmStatusReply>& reply) { in GetTpmStatusTask() 103 const std::shared_ptr<TakeOwnershipReply>& reply) { in TakeOwnershipTask() 125 const std::shared_ptr<RemoveOwnerDependencyReply>& reply) { in RemoveOwnerDependencyTask() 167 const std::shared_ptr<DefineSpaceReply>& reply) { in DefineSpaceTask() 186 const std::shared_ptr<DestroySpaceReply>& reply) { in DestroySpaceTask() 199 const std::shared_ptr<WriteSpaceReply>& reply) { in WriteSpaceTask() 221 const std::shared_ptr<ReadSpaceReply>& reply) { in ReadSpaceTask() 243 const std::shared_ptr<LockSpaceReply>& reply) { in LockSpaceTask() 266 const std::shared_ptr<ListSpacesReply>& reply) { in ListSpacesTask() 285 const std::shared_ptr<GetSpaceInfoReply>& reply) { in GetSpaceInfoTask() [all …]
|
D | dbus_service.cc | 139 const ReplyProtobufType& reply) { in HandleNvramDBusMethod() 161 const ReplyProtobufType& reply) { in HandleOwnershipDBusMethod()
|
/system/tpm/attestation/server/ |
D | attestation_service_test.cc | 198 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 210 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 225 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 238 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 251 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 264 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 277 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 291 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 305 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 320 auto callback = [this](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() [all …]
|
D | dbus_service_test.cc | 95 CreateGoogleAttestedKeyReply reply; in TEST_F() local 107 CreateGoogleAttestedKeyReply reply; in TEST_F() local 120 CreateGoogleAttestedKeyReply reply; in TEST_F() local 131 CreateGoogleAttestedKeyReply reply; in TEST_F() local 145 GetKeyInfoReply reply; in TEST_F() local 160 GetKeyInfoReply reply; in TEST_F() local 179 GetEndorsementInfoReply reply; in TEST_F() local 191 GetEndorsementInfoReply reply; in TEST_F() local 206 GetAttestationKeyInfoReply reply; in TEST_F() local 221 GetAttestationKeyInfoReply reply; in TEST_F() local [all …]
|
D | dbus_service.cc | 79 const CreateGoogleAttestedKeyReply& reply) { in HandleCreateGoogleAttestedKey() 97 const GetKeyInfoReply& reply) { response->Return(reply); }; in HandleGetKeyInfo() 114 const GetEndorsementInfoReply& reply) { in HandleGetEndorsementInfo() 133 const GetAttestationKeyInfoReply& reply) { in HandleGetAttestationKeyInfo() 152 const ActivateAttestationKeyReply& reply) { in HandleActivateAttestationKey() 171 const CreateCertifiableKeyReply& reply) { in HandleCreateCertifiableKey() 189 const DecryptReply& reply) { response->Return(reply); }; in HandleDecrypt() 205 const SignReply& reply) { response->Return(reply); }; in HandleSign() 222 const RegisterKeyWithChapsTokenReply& reply) { in HandleRegisterKeyWithChapsToken()
|
D | attestation_service.cc | 87 base::Closure reply = base::Bind( in CreateGoogleAttestedKey() local 165 base::Closure reply = in GetKeyInfo() local 204 base::Closure reply = base::Bind( in GetEndorsementInfo() local 251 base::Closure reply = base::Bind( in GetAttestationKeyInfo() local 304 base::Closure reply = base::Bind( in ActivateAttestationKey() local 346 base::Closure reply = base::Bind( in CreateCertifiableKey() local 378 base::Closure reply = in Decrypt() local 405 base::Closure reply = in Sign() local 433 base::Closure reply = base::Bind( in RegisterKeyWithChapsToken() local 628 std::string* reply) { in SendACARequestAndBlock()
|
D | attestation_service.h | 124 const std::shared_ptr<ReplyProtobufType>& reply) { in TaskRelayCallback()
|
/system/tpm/attestation/client/ |
D | dbus_proxy.cc | 55 CreateGoogleAttestedKeyReply reply; in CreateGoogleAttestedKey() local 68 GetKeyInfoReply reply; in GetKeyInfo() local 80 GetEndorsementInfoReply reply; in GetEndorsementInfo() local 94 GetAttestationKeyInfoReply reply; in GetAttestationKeyInfo() local 108 ActivateAttestationKeyReply reply; in ActivateAttestationKey() local 122 CreateCertifiableKeyReply reply; in CreateCertifiableKey() local 135 DecryptReply reply; in Decrypt() local 146 SignReply reply; in Sign() local 159 RegisterKeyWithChapsTokenReply reply; in RegisterKeyWithChapsToken() local
|
D | dbus_proxy_test.cc | 77 auto callback = [&callback_count](const CreateGoogleAttestedKeyReply& reply) { in TEST_F() 123 auto callback = [&callback_count](const GetKeyInfoReply& reply) { in TEST_F() 164 auto callback = [&callback_count](const GetEndorsementInfoReply& reply) { in TEST_F() 203 auto callback = [&callback_count](const GetAttestationKeyInfoReply& reply) { in TEST_F() 246 auto callback = [&callback_count](const ActivateAttestationKeyReply& reply) { in TEST_F() 288 auto callback = [&callback_count](const CreateCertifiableKeyReply& reply) { in TEST_F() 329 auto callback = [&callback_count](const DecryptReply& reply) { in TEST_F() 367 auto callback = [&callback_count](const SignReply& reply) { in TEST_F() 404 [&callback_count](const RegisterKeyWithChapsTokenReply& reply) { in TEST_F()
|
/system/tpm/tpm_manager/client/ |
D | tpm_nvram_dbus_proxy_test.cc | 64 DefineSpaceReply reply; in TEST_F() local 73 auto callback = [&callback_count](const DefineSpaceReply& reply) { in TEST_F() 98 DestroySpaceReply reply; in TEST_F() local 107 auto callback = [&callback_count](const DestroySpaceReply& reply) { in TEST_F() 133 WriteSpaceReply reply; in TEST_F() local 142 auto callback = [&callback_count](const WriteSpaceReply& reply) { in TEST_F() 168 ReadSpaceReply reply; in TEST_F() local 178 auto callback = [&callback_count, nvram_data](const ReadSpaceReply& reply) { in TEST_F() 204 LockSpaceReply reply; in TEST_F() local 213 auto callback = [&callback_count](const LockSpaceReply& reply) { in TEST_F() [all …]
|
D | tpm_ownership_dbus_proxy_test.cc | 58 GetTpmStatusReply reply; in TEST_F() local 74 auto callback = [&callback_count](const GetTpmStatusReply& reply) { in TEST_F() 100 TakeOwnershipReply reply; in TEST_F() local 110 auto callback = [&callback_count](const TakeOwnershipReply& reply) { in TEST_F() 133 RemoveOwnerDependencyReply reply; in TEST_F() local 143 auto callback = [&callback_count](const RemoveOwnerDependencyReply& reply) { in TEST_F()
|
D | tpm_ownership_dbus_proxy.cc | 76 ReplyProtobufType reply; in CallMethod() local
|
/system/security/keystore/ |
D | IKeystoreService.cpp | 120 Parcel data, reply; in getState() local 139 Parcel data, reply; in get() local 160 Parcel data, reply; in insert() local 180 Parcel data, reply; in del() local 198 Parcel data, reply; in exist() local 217 Parcel data, reply; in list() local 239 Parcel data, reply; in reset() local 256 Parcel data, reply; in onUserPasswordChanged() local 275 Parcel data, reply; in lock() local 292 Parcel data, reply; in unlock() local [all …]
|
/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 59 string reply; in ConfirmUtf8InCppStringRepeat() local 78 unique_ptr<string> reply; in ConfirmUtf8InCppStringRepeat() local
|
D | test_helpers.h | 36 V reply; in RepeatPrimitive() local
|
D | aidl_test_client_primitives.cpp | 111 String16 reply; in ConfirmPrimitiveRepeat() local
|
/system/core/libmemunreachable/tests/ |
D | Binder_test.cpp | 41 virtual status_t onTransact(uint32_t /*code*/, const Parcel& data, Parcel* reply, in onTransact() 135 Parcel reply; in TEST_F() local
|
/system/core/storaged/ |
D | storaged_service.cpp | 39 Parcel data, reply; in dump_uids() local 55 status_t BnStoraged::onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact()
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 131 Parcel send, reply; in BM_addInts() local 173 Parcel* reply, uint32_t /* flags */) { in onTransact()
|
/system/security/keystore-engine/ |
D | keystore_backend_binder.cpp | 39 const char *key_id, const uint8_t* in, size_t len, uint8_t** reply, in sign()
|
D | keystore_backend_hidl.cpp | 34 const char *key_id, const uint8_t* in, size_t len, uint8_t** reply, in sign()
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 241 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact() 312 Parcel data, reply; in HpInterface() local
|