Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_all_in_one_hdi_unit_test.cpp79 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
101 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
130 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
164 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
200 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
233 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
298 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
345 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
417 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
445 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
[all …]
H A Dpin_auth_collector_hdi_unit_test.cpp79 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
101 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
130 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
164 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
200 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
233 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
257 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
280 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
300 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
319 auto executorProxy = new (std::nothrow) MockICollectorExecutor(); variable
[all …]
H A Dpin_auth_verifier_hdi_unit_test.cpp79 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
101 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
130 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
164 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
200 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
233 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
257 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
275 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
304 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
324 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); variable
[all …]
H A Dpin_auth_executor_callback_hdi_unit_test.cpp119 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
150 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
168 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
187 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
207 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
227 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
/ohos5.0/base/useriam/face_auth/test/unittest/
H A Dface_auth_all_in_one_executor_hdi_unit_test.cpp80 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
102 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
127 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
159 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
192 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
328 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
365 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
385 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
406 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
435 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
[all …]
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp80 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
102 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
129 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
161 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
194 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
330 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
367 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
387 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
408 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
437 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
[all …]
/ohos5.0/base/useriam/pin_auth/test/fuzztest/frameworks/ipc/inputersetdatastub_fuzzer/
H A Dinputer_set_data_stub_fuzzer.cpp54 sptr<IAllInOneExecutor> executorProxy(nullptr); in InputerSetDataStubFuzzTest() local
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_all_in_one_executor_hdi.cpp48 FaceAuthAllInOneExecutorHdi::FaceAuthAllInOneExecutorHdi(sptr<IAllInOneExecutor> executorProxy) in FaceAuthAllInOneExecutorHdi()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp48 …ngerprintAllInOneExecutorHdi::FingerprintAllInOneExecutorHdi(sptr<IAllInOneExecutor> executorProxy) in FingerprintAllInOneExecutorHdi()