Home
last modified time | relevance | path

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

/base/useriam/face_auth/test/unittest/
Dface_auth_executor_hdi_unit_test.cpp81 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
103 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
132 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
166 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
202 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
238 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
262 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
285 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
310 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
326 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable
[all …]
/base/useriam/pin_auth/test/unittest/src/
Dpin_auth_executor_hdi_unit_test.cpp79 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
101 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
130 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
164 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
200 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
236 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
260 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
283 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
308 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
332 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable
[all …]
/base/useriam/pin_auth/services/modules/executors/src/
Dpin_auth_executor_hdi.cpp32 PinAuthExecutorHdi::PinAuthExecutorHdi(const sptr<HDI::PinAuth::V1_0::IExecutor> &executorProxy) in PinAuthExecutorHdi()
/base/useriam/face_auth/services/src/
Dface_auth_executor_hdi.cpp50 FaceAuthExecutorHdi::FaceAuthExecutorHdi(sptr<FaceHdi::IExecutor> executorProxy) : executorProxy_(e… in FaceAuthExecutorHdi()