Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 25 of 36) sorted by relevance

12

/system/tpm/tpm_manager/server/
Dbinder_service_test.cc77 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 …]
Ddbus_service_test.cc63 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 …]
Dtpm_manager_service_test.cc66 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 …]
Dtpm_manager_service.cc72 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 …]
Ddbus_service.cc139 const ReplyProtobufType& reply) { in HandleNvramDBusMethod()
161 const ReplyProtobufType& reply) { in HandleOwnershipDBusMethod()
/system/tpm/attestation/server/
Dattestation_service_test.cc198 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 …]
Ddbus_service_test.cc95 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 …]
Ddbus_service.cc79 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()
Dattestation_service.cc87 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()
Dattestation_service.h124 const std::shared_ptr<ReplyProtobufType>& reply) { in TaskRelayCallback()
/system/tpm/attestation/client/
Ddbus_proxy.cc55 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
Ddbus_proxy_test.cc77 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/
Dtpm_nvram_dbus_proxy_test.cc64 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 …]
Dtpm_ownership_dbus_proxy_test.cc58 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()
Dtpm_ownership_dbus_proxy.cc76 ReplyProtobufType reply; in CallMethod() local
/system/security/keystore/
DIKeystoreService.cpp120 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/
Daidl_test_client_utf8_strings.cpp59 string reply; in ConfirmUtf8InCppStringRepeat() local
78 unique_ptr<string> reply; in ConfirmUtf8InCppStringRepeat() local
Dtest_helpers.h36 V reply; in RepeatPrimitive() local
Daidl_test_client_primitives.cpp111 String16 reply; in ConfirmPrimitiveRepeat() local
/system/core/libmemunreachable/tests/
DBinder_test.cpp41 virtual status_t onTransact(uint32_t /*code*/, const Parcel& data, Parcel* reply, in onTransact()
135 Parcel reply; in TEST_F() local
/system/core/storaged/
Dstoraged_service.cpp39 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/
DbinderAddInts.cpp131 Parcel send, reply; in BM_addInts() local
173 Parcel* reply, uint32_t /* flags */) { in onTransact()
/system/security/keystore-engine/
Dkeystore_backend_binder.cpp39 const char *key_id, const uint8_t* in, size_t len, uint8_t** reply, in sign()
Dkeystore_backend_hidl.cpp34 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/
DHybridInterface.h241 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact()
312 Parcel data, reply; in HpInterface() local

12