Home
last modified time | relevance | path

Searched defs:executorProxy (Results 1 – 7 of 7) sorted by relevance

/base/useriam/pin_auth/test/unittest/src/
Dpin_auth_executor_hdi_unit_test.cpp78 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
100 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
129 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
163 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
199 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
232 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
257 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
281 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
298 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
319 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
[all …]
/base/useriam/fingerprint_auth/test/unittest/
Dfingerprint_auth_executor_hdi_unit_test.cpp80 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
102 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
131 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
165 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
201 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
312 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
350 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
387 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
407 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
428 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
[all …]
/base/useriam/face_auth/test/unittest/
Dface_auth_executor_hdi_unit_test.cpp80 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
102 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
131 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
165 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
201 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
343 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
380 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
400 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
421 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
451 auto executorProxy = new (std::nothrow) MockIExecutor(); variable
[all …]
/base/useriam/pin_auth/test/fuzztest/inputersetdatastub_fuzzer/
Dinputer_set_data_stub_fuzzer.cpp53 sptr<HDI::PinAuth::V1_1::IExecutor> executorProxy(nullptr); in InputerSetDataStubFuzzTest() local
/base/useriam/pin_auth/services/modules/executors/src/
Dpin_auth_executor_hdi.cpp34 PinAuthExecutorHdi::PinAuthExecutorHdi(const sptr<HDI::PinAuth::V1_1::IExecutor> &executorProxy) in PinAuthExecutorHdi()
/base/useriam/fingerprint_auth/services/src/
Dfingerprint_auth_executor_hdi.cpp48 FingerprintAuthExecutorHdi::FingerprintAuthExecutorHdi(sptr<IExecutor> executorProxy) in FingerprintAuthExecutorHdi()
/base/useriam/face_auth/services/src/
Dface_auth_executor_hdi.cpp49 FaceAuthExecutorHdi::FaceAuthExecutorHdi(sptr<IExecutor> executorProxy) : executorProxy_(executorPr… in FaceAuthExecutorHdi()