Searched defs:executorProxy (Results 1 – 4 of 4) sorted by relevance
81 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable103 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable132 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable166 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable202 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable238 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable262 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable285 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable310 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable326 auto executorProxy = new (std::nothrow) FaceHdi::MockIExecutor(); variable[all …]
79 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable101 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable130 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable164 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable200 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable236 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable260 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable283 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable308 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable332 auto executorProxy = new (std::nothrow) PinHdi::MockIExecutor(); variable[all …]
32 PinAuthExecutorHdi::PinAuthExecutorHdi(const sptr<HDI::PinAuth::V1_0::IExecutor> &executorProxy) in PinAuthExecutorHdi()
50 FaceAuthExecutorHdi::FaceAuthExecutorHdi(sptr<FaceHdi::IExecutor> executorProxy) : executorProxy_(e… in FaceAuthExecutorHdi()