Home
last modified time | relevance | path

Searched refs:executorHdi_ (Results 1 – 6 of 6) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/executors/src/
Dexecutor.cpp36 executorHdi_(executorHdi), in Executor()
39 auto hdi = executorHdi_; in Executor()
62 executorHdi_ = nullptr; in OnHdiDisconnect()
70 auto hdi = executorHdi_; in OnFrameworkReady()
142 return executorHdi_; in GetExecutorHdi()
/base/useriam/user_auth_framework/frameworks/native/executors/include/
Dexecutor.h56 std::shared_ptr<IAuthExecutorHdi> executorHdi_; variable
/base/useriam/face_auth/services/inc/
Dface_auth_executor_hdi.h85 …explicit SaCommandCallback(std::shared_ptr<FaceAuthExecutorHdi> executorHdi) : executorHdi_(execut… in SaCommandCallback()
90 std::shared_ptr<FaceAuthExecutorHdi> executorHdi_;
/base/useriam/fingerprint_auth/services/inc/
Dfingerprint_auth_executor_hdi.h82 …ndCallback(std::shared_ptr<FingerprintAuthExecutorHdi> executorHdi) : executorHdi_(executorHdi) {}; in SaCommandCallback()
87 std::shared_ptr<FingerprintAuthExecutorHdi> executorHdi_;
/base/useriam/fingerprint_auth/services/src/
Dfingerprint_auth_executor_hdi.cpp409 … IamResultCode result = SaCommandManager::GetInstance().ProcessSaCommands(executorHdi_, commands); in OnSaCommands()
/base/useriam/face_auth/services/src/
Dface_auth_executor_hdi.cpp428 … IamResultCode result = SaCommandManager::GetInstance().ProcessSaCommands(executorHdi_, commands); in OnSaCommands()