Home
last modified time | relevance | path

Searched defs:executor (Results 1 - 25 of 30) sorted by relevance

12

/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_install_executor.cpp85 std::shared_ptr<FirmwareInstall> executor = InstallFactory::GetInstance(installType_); in DoInstall() local
/base/useriam/face_auth/services/src/
H A Dface_auth_driver_hdi.cpp69 auto executor = Common::MakeShared<FaceAuthAllInOneExecutorHdi>(iExecutor); in GetExecutorList() local
H A Dsa_command_manager.cpp67 UserAuth::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, in ProcessSaCommands() argument
86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) in OnHdiDisconnect() argument
H A Dscreen_brightness_manager.cpp57 UserAuth::ResultCode ScreenBrightnessManager::ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, in ProcessSaCommand() argument
78 void ScreenBrightnessManager::OnHdiDisconnect(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) in OnHdiDisconnect() argument
98 ProcessScreenBrightnessIncreaseBegin( std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param) ProcessScreenBrightnessIncreaseBegin() argument
133 ProcessScreenBrightnessIncreaseEnd( std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param) ProcessScreenBrightnessIncreaseEnd() argument
[all...]
/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp67 UserAuth::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, in ProcessSaCommands() argument
86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor) in OnHdiDisconnect() argument
H A Dfingerprint_auth_driver_hdi.cpp70 auto executor = Common::MakeShared<FingerprintAllInOneExecutorHdi>(iExecutor); in GetExecutorList() local
H A Dsensor_illumination_manager.cpp81 void SensorIlluminationManager::OnHdiDisconnect(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor) in OnHdiDisconnect() argument
55 ProcessSaCommand( std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) ProcessSaCommand() argument
104 EnableSensorIllumination( std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) EnableSensorIllumination() argument
146 DisableSensorIllumination( std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) DisableSensorIllumination() argument
168 TurnOnSensorIllumination( std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) TurnOnSensorIllumination() argument
187 TurnOffSensorIllumination( std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) TurnOffSensorIllumination() argument
[all...]
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver.cpp58 auto executor = Common::MakeShared<Executor>(executorMgrWrapper, executorHdi, hdiConfig_.id); in OnHdiConnect() local
[all...]
/base/useriam/user_auth_framework/test/unittest/executors/
H A Didentify_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); in HWTEST_F() local
106 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); in HWTEST_F() local
135 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); in HWTEST_F() local
152 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
179 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
199 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
226 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
250 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
[all...]
H A Denroll_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); in HWTEST_F() local
106 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); in HWTEST_F() local
135 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); in HWTEST_F() local
152 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
179 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
199 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
226 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
250 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
[all...]
H A Dauth_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); in HWTEST_F() local
105 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); in HWTEST_F() local
134 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); in HWTEST_F() local
151 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
178 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
198 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
225 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
249 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); HWTEST_F() local
[all...]
/base/useriam/face_auth/test/unittest/
H A Dface_auth_screen_brightness_test.cpp79 auto executor = Common::MakeShared<FaceAuthAllInOneExecutorHdi>(nullptr); in HWTEST_F() local
/base/useriam/pin_auth/services/modules/driver/src/
H A Dpin_auth_driver_hdi.cpp48 auto executor = Common::MakeShared<PinAuthAllInOneHdi>(iAllInOne); in GetAllInOneExecutorList() local
66 auto executor = Common::MakeShared<PinAuthCollectorHdi>(iCollector); in GetCollectorExecutorList() local
84 auto executor = Common::MakeShared<PinAuthVerifierHdi>(iVerifier); in GetVerifierExecutorList() local
[all...]
/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_sensor_illumination_test.cpp103 auto executor = Common::MakeShared<FingerprintAllInOneExecutorHdi>(nullptr); in HWTEST_F() local
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_flow_manager.cpp129 std::shared_ptr<FirmwareIExecutor> executor = nullptr; in CreateInstance() local
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Denroll_command.cpp32 EnrollCommand::EnrollCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in EnrollCommand() argument
H A Dcustom_command.cpp36 CustomCommand::CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes) in CustomCommand() argument
H A Dcollect_command.cpp30 CollectCommand::CollectCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in CollectCommand() argument
H A Didentify_command.cpp28 IdentifyCommand::IdentifyCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in IdentifyCommand() argument
H A Dasync_command_base.cpp36 AsyncCommandBase::AsyncCommandBase(std::string type, uint64_t scheduleId, std::weak_ptr<Executor> executor, in AsyncCommandBase() argument
58 auto executor = executor_.lock(); in StartProcess() local
135 std::shared_ptr<Executor> executor = executor_.lock(); in OnMessageInner() local
156 auto executor in GetAuthType() local
167 auto executor = executor_.lock(); EndProcess() local
190 auto executor = executor_.lock(); GetExecutorHdi() local
[all...]
H A Dauth_command.cpp30 AuthCommand::AuthCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in AuthCommand() argument
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_manager.cpp69 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in AddCommand() local
97 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in ExecuteCommand() local
123 auto executor in ProcessDeviceCommandImmediately() local
171 auto executor = GetOrCreateRemoteCommandExecutor(nodeId); NotifyDeviceOnline() local
248 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); GetOrCreateRemoteCommandExecutor() local
273 std::shared_ptr<RemoteCommandExecutor> executor = iter->second; GetExecutorChannel() local
[all...]
/base/startup/init/services/modules/reboot/
H A Dreboot_static.c83 static int SetParamCmdInfo(ParamCmdInfo *currInfo, CmdExecutor executor, const char *cmd) in SetParamCmdInfo() argument
115 static int AddRebootCmdExecutor_(const char *cmd, CmdExecutor executor) in AddRebootCmdExecutor_() argument
138 int AddRebootCmdExecutor(const char *cmd, CmdExecutor executor) in AddRebootCmdExecutor() argument
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dschedule_node_test.cpp247 MockExecutorCallback executor; in HWTEST_F() local
282 MockExecutorCallback executor; in HWTEST_F() local
318 MockExecutorCallback executor; in HWTEST_F() local
368 MockExecutorCallback executor; HWTEST_F() local
422 MockExecutorCallback executor; HWTEST_F() local
475 MockExecutorCallback executor; HWTEST_F() local
528 MockExecutorCallback executor; HWTEST_F() local
585 MockExecutorCallback executor; HWTEST_F() local
[all...]
/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp236 auto executor = [createTimerContext]() { in CreateTimer() local
276 auto executor = [startTimerContext]() { in StartTimer() local
305 auto executor = [stopTimerContext]() { in StopTimer() local
333 auto executor = [destroyTimerContext]() { in DestroyTimer() local

Completed in 9 milliseconds

12