Home
last modified time | relevance | path

Searched refs:ProcessSaCommands (Results 1 - 8 of 8) sorted by relevance

/base/useriam/fingerprint_auth/test/unittest/
H A Dsa_command_manager_unit_test.cpp78 auto ret = SaCommandManager::GetInstance().ProcessSaCommands(nullptr, commands); in HWTEST_F()
99 IAM_LOGI("ProcessSaCommands %{public}d", saCommand.id); in HWTEST_F()
100 auto ret = SaCommandManager::GetInstance().ProcessSaCommands(nullptr, commands); in HWTEST_F()
122 IAM_LOGI("ProcessSaCommands %{public}d", commandIds[0]); in HWTEST_F()
123 auto ret = SaCommandManager::GetInstance().ProcessSaCommands(nullptr, commands); in HWTEST_F()
144 IAM_LOGI("ProcessSaCommands %{public}d", commandIds[0]); in HWTEST_F()
145 auto ret = SaCommandManager::GetInstance().ProcessSaCommands(nullptr, commands); in HWTEST_F()
/base/useriam/face_auth/test/unittest/
H A Dsa_command_manager_unit_test.cpp78 auto ret = SaCommandManager::GetInstance().ProcessSaCommands(nullptr, commands); in HWTEST_F()
99 IAM_LOGI("ProcessSaCommands %{public}d", saCommand.id); in HWTEST_F()
100 auto ret = SaCommandManager::GetInstance().ProcessSaCommands(nullptr, commands); in HWTEST_F()
122 IAM_LOGI("ProcessSaCommands %{public}d", commandIds[0]); in HWTEST_F()
123 auto ret = SaCommandManager::GetInstance().ProcessSaCommands(nullptr, commands); in HWTEST_F()
144 IAM_LOGI("ProcessSaCommands %{public}d", commandIds[0]); in HWTEST_F()
145 auto ret = SaCommandManager::GetInstance().ProcessSaCommands(nullptr, commands); in HWTEST_F()
/base/useriam/face_auth/services/inc/
H A Dsa_command_manager.h43 UserAuth::ResultCode ProcessSaCommands(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor,
/base/useriam/fingerprint_auth/services/inc/
H A Dsa_command_manager.h43 UserAuth::ResultCode ProcessSaCommands(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor,
/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp67 UserAuth::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, in ProcessSaCommands() function in OHOS::UserIam::FingerprintAuth::SaCommandManager
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp421 IamResultCode result = SaCommandManager::GetInstance().ProcessSaCommands(executorHdi_, commands); in OnSaCommands()
423 IAM_LOGE("ProcessSaCommands fail"); in OnSaCommands()
/base/useriam/face_auth/services/src/
H A Dsa_command_manager.cpp67 UserAuth::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, in ProcessSaCommands() function in OHOS::UserIam::FaceAuth::SaCommandManager
H A Dface_auth_all_in_one_executor_hdi.cpp417 IamResultCode result = SaCommandManager::GetInstance().ProcessSaCommands(executorHdi_, commands); in OnSaCommands()
419 IAM_LOGE("ProcessSaCommands fail"); in OnSaCommands()

Completed in 5 milliseconds