Home
last modified time | relevance | path

Searched refs:executorProxy (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/useriam/face_auth/test/unittest/
H A Dface_auth_all_in_one_executor_hdi_unit_test.cpp81 ASSERT_TRUE(executorProxy != nullptr);
103 ASSERT_TRUE(executorProxy != nullptr);
128 ASSERT_TRUE(executorProxy != nullptr);
160 ASSERT_TRUE(executorProxy != nullptr);
193 ASSERT_TRUE(executorProxy != nullptr);
291 ASSERT_TRUE(executorProxy != nullptr);
329 ASSERT_TRUE(executorProxy != nullptr);
366 ASSERT_TRUE(executorProxy != nullptr);
436 ASSERT_TRUE(executorProxy != nullptr);
531 ASSERT_TRUE(executorProxy != nullptr);
[all …]
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp81 ASSERT_TRUE(executorProxy != nullptr);
103 ASSERT_TRUE(executorProxy != nullptr);
130 ASSERT_TRUE(executorProxy != nullptr);
162 ASSERT_TRUE(executorProxy != nullptr);
195 ASSERT_TRUE(executorProxy != nullptr);
293 ASSERT_TRUE(executorProxy != nullptr);
331 ASSERT_TRUE(executorProxy != nullptr);
368 ASSERT_TRUE(executorProxy != nullptr);
438 ASSERT_TRUE(executorProxy != nullptr);
533 ASSERT_TRUE(executorProxy != nullptr);
[all …]
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_all_in_one_hdi_unit_test.cpp80 ASSERT_TRUE(executorProxy != nullptr);
102 ASSERT_TRUE(executorProxy != nullptr);
131 ASSERT_TRUE(executorProxy != nullptr);
165 ASSERT_TRUE(executorProxy != nullptr);
201 ASSERT_TRUE(executorProxy != nullptr);
234 ASSERT_TRUE(executorProxy != nullptr);
299 ASSERT_TRUE(executorProxy != nullptr);
346 ASSERT_TRUE(executorProxy != nullptr);
418 ASSERT_TRUE(executorProxy != nullptr);
446 ASSERT_TRUE(executorProxy != nullptr);
[all …]
H A Dpin_auth_collector_hdi_unit_test.cpp80 ASSERT_TRUE(executorProxy != nullptr);
102 ASSERT_TRUE(executorProxy != nullptr);
131 ASSERT_TRUE(executorProxy != nullptr);
165 ASSERT_TRUE(executorProxy != nullptr);
201 ASSERT_TRUE(executorProxy != nullptr);
234 ASSERT_TRUE(executorProxy != nullptr);
258 ASSERT_TRUE(executorProxy != nullptr);
281 ASSERT_TRUE(executorProxy != nullptr);
301 ASSERT_TRUE(executorProxy != nullptr);
320 ASSERT_TRUE(executorProxy != nullptr);
[all …]
H A Dpin_auth_verifier_hdi_unit_test.cpp80 ASSERT_TRUE(executorProxy != nullptr);
89 PinAuthVerifierHdi verifyHdi(executorProxy);
102 ASSERT_TRUE(executorProxy != nullptr);
131 ASSERT_TRUE(executorProxy != nullptr);
165 ASSERT_TRUE(executorProxy != nullptr);
201 ASSERT_TRUE(executorProxy != nullptr);
234 ASSERT_TRUE(executorProxy != nullptr);
258 ASSERT_TRUE(executorProxy != nullptr);
276 ASSERT_TRUE(executorProxy != nullptr);
305 ASSERT_TRUE(executorProxy != nullptr);
[all …]
H A Dpin_auth_executor_callback_hdi_unit_test.cpp119 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
120 …:shared_ptr<PinAuthAllInOneHdi> pinAuthAllInOneHdi = MakeShared<PinAuthAllInOneHdi>(executorProxy);
150 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
151 …:shared_ptr<PinAuthAllInOneHdi> pinAuthAllInOneHdi = MakeShared<PinAuthAllInOneHdi>(executorProxy);
168 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
169 …:shared_ptr<PinAuthAllInOneHdi> pinAuthAllInOneHdi = MakeShared<PinAuthAllInOneHdi>(executorProxy);
187 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
188 …:shared_ptr<PinAuthAllInOneHdi> pinAuthAllInOneHdi = MakeShared<PinAuthAllInOneHdi>(executorProxy);
207 auto executorProxy = new (std::nothrow) MockIAllInOneExecutor(); variable
208 …:shared_ptr<PinAuthAllInOneHdi> pinAuthAllInOneHdi = MakeShared<PinAuthAllInOneHdi>(executorProxy);
[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
55 …tr<PinAuthAllInOneHdi> pinAuthExecutorHdi_ = Common::MakeShared<PinAuthAllInOneHdi>(executorProxy); in InputerSetDataStubFuzzTest()
/ohos5.0/base/useriam/face_auth/services/inc/
H A Dface_auth_all_in_one_executor_hdi.h38 explicit FaceAuthAllInOneExecutorHdi(sptr<IAllInOneExecutor> executorProxy);
/ohos5.0/base/useriam/fingerprint_auth/services/inc/
H A Dfingerprint_auth_all_in_one_executor_hdi.h38 explicit FingerprintAllInOneExecutorHdi(sptr<IAllInOneExecutor> executorProxy);
/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() argument
49 : executorProxy_(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() argument
49 : executorProxy_(executorProxy) {}; in FingerprintAllInOneExecutorHdi()