Lines Matching refs:executor
57 UserAuth::ResultCode ScreenBrightnessManager::ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor,
60 IF_FALSE_LOGE_AND_RETURN_VAL(executor != nullptr, UserAuth::GENERAL_ERROR);
67 result = ProcessScreenBrightnessIncreaseBegin(executor, command.param);
70 result = ProcessScreenBrightnessIncreaseEnd(executor, command.param);
78 void ScreenBrightnessManager::OnHdiDisconnect(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor)
80 IF_FALSE_LOGE_AND_RETURN(executor != nullptr);
84 if (executorInProc_ != executor) {
99 std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param)
102 IAM_LOGE("another executor is using this module");
127 executorInProc_ = executor;
134 std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param)
136 if (executorInProc_ != executor) {
137 IAM_LOGE("another executor is using this module");