Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 25 of 35) sorted by relevance

12

/base/useriam/fingerprint_auth/services/src/
Dsensor_illumination_manager.cpp55 …tCode SensorIlluminationManager::ProcessSaCommand(std::shared_ptr<FingerprintAuthExecutorHdi> exec… in ProcessSaCommand()
81 void SensorIlluminationManager::OnHdiDisconnect(std::shared_ptr<FingerprintAuthExecutorHdi> executo… in OnHdiDisconnect()
105 std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommandParam param) in EnableSensorIllumination()
147 std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommandParam param) in DisableSensorIllumination()
169 std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommandParam param) in TurnOnSensorIllumination()
188 std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommandParam param) in TurnOffSensorIllumination()
Dsa_command_manager.cpp67 …h::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FingerprintAuthExecutorHdi> exec… in ProcessSaCommands()
86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FingerprintAuthExecutorHdi> executor) in OnHdiDisconnect()
Dfingerprint_auth_driver_hdi.cpp73 auto executor = Common::MakeShared<FingerprintAuthExecutorHdi>(iExecutor); in GetExecutorList() local
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp111 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable
152 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable
171 auto executor = MakeShared<Executor>(executorMgrWrapper, nullptr, testHdiId); variable
195 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable
222 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
230 auto executor = MakeShared<Executor>(nullptr, nullptr, testHdiId); variable
261 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
275 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
287 auto executor = MakeShared<Executor>(nullptr, nullptr, testHdiId); variable
304 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
[all …]
Dauth_command_unit_test.cpp85 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
106 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
136 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
153 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
182 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
202 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
235 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
259 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
Didentify_command_unit_test.cpp85 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
107 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
137 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
154 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
183 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
203 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
236 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
260 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
Denroll_command_unit_test.cpp85 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
107 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
137 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
154 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
184 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
204 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
237 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
261 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
/base/useriam/face_auth/services/src/
Dscreen_brightness_manager.cpp57 …:ResultCode ScreenBrightnessManager::ProcessSaCommand(std::shared_ptr<FaceAuthExecutorHdi> executo… in ProcessSaCommand()
78 void ScreenBrightnessManager::OnHdiDisconnect(std::shared_ptr<FaceAuthExecutorHdi> executor) in OnHdiDisconnect()
99 std::shared_ptr<FaceAuthExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseBegin()
134 std::shared_ptr<FaceAuthExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseEnd()
Dface_auth_driver_hdi.cpp69 auto executor = Common::MakeShared<FaceAuthExecutorHdi>(iExecutor); in GetExecutorList() local
102 for (auto executor : faceAuthExecutorList_) { in SetBufferProducer() local
Dsa_command_manager.cpp67 …rAuth::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FaceAuthExecutorHdi> executo… in ProcessSaCommands()
85 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FaceAuthExecutorHdi> executor) in OnHdiDisconnect()
/base/useriam/user_auth_framework/frameworks/native/executors/src/
Ddriver.cpp58 … auto executor = Common::MakeShared<Executor>(executorMgrWrapper, executorHdi, hdiConfig_.id); in OnHdiConnect() local
75 for (const auto &executor : executorList_) { in OnHdiDisconnect() local
93 for (const auto &executor : executorList_) { in OnFrameworkReady() local
/base/security/access_token/services/tokensyncmanager/src/remote/
Dremote_command_manager.cpp61 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in AddCommand() local
89 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in ExecuteCommand() local
113 auto executor = executorIt->second; in ProcessDeviceCommandImmediately() local
159 auto executor = GetOrCreateRemoteCommandExecutor(nodeId); in NotifyDeviceOnline() local
234 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); in GetOrCreateRemoteCommandExecutor() local
257 std::shared_ptr<RemoteCommandExecutor> executor = iter->second; in GetExecutorChannel() local
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
Dasync_command_base.cpp36 …mandBase::AsyncCommandBase(std::string type, uint64_t scheduleId, std::weak_ptr<Executor> executor, in AsyncCommandBase()
58 auto executor = executor_.lock(); in StartProcess() local
103 auto executor = executor_.lock(); in GetAuthType() local
114 auto executor = executor_.lock(); in EndProcess() local
137 auto executor = executor_.lock(); in GetExecutorHdi() local
/base/useriam/fingerprint_auth/test/unittest/
Dfingerprint_auth_driver_hdi_unit_test.cpp136 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon568cfb450302() local
158 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon568cfb450402() local
183 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon568cfb450502() local
204 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon568cfb450602() local
Dsa_command_manager_unit_test.cpp90 .WillOnce([](std::shared_ptr<FingerprintAuthExecutorHdi> executor) { in __anon011c21f90102()
116 … .WillOnce([](std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommand &command) { in __anon011c21f90202()
141 … .WillOnce([](std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommand &command) { in __anon011c21f90302()
/base/useriam/face_auth/test/unittest/
Dface_auth_driver_hdi_unit_test.cpp136 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anondca37a130302() local
158 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anondca37a130402() local
183 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anondca37a130502() local
204 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anondca37a130602() local
Dsa_command_manager_unit_test.cpp90 .WillOnce([](std::shared_ptr<FaceAuthExecutorHdi> executor) { in __anonfa34e6c00102()
116 .WillOnce([](std::shared_ptr<FaceAuthExecutorHdi> executor, const SaCommand &command) { in __anonfa34e6c00202()
141 .WillOnce([](std::shared_ptr<FaceAuthExecutorHdi> executor, const SaCommand &command) { in __anonfa34e6c00302()
Dface_auth_screen_brightness_test.cpp79 auto executor = Common::MakeShared<FaceAuthExecutorHdi>(nullptr); variable
/base/useriam/pin_auth/test/unittest/src/
Dpin_auth_driver_hdi_unit_test.cpp136 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon6b958e3a0302() local
158 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon6b958e3a0402() local
183 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon6b958e3a0502() local
/base/startup/init/services/modules/reboot/
Dreboot_static.c81 static int SetParamCmdInfo(ParamCmdInfo *currInfo, CmdExecutor executor, const char *cmd) in SetParamCmdInfo()
113 static int AddRebootCmdExecutor_(const char *cmd, CmdExecutor executor) in AddRebootCmdExecutor_()
136 int AddRebootCmdExecutor(const char *cmd, CmdExecutor executor) in AddRebootCmdExecutor()
/base/security/access_token/services/tokensyncmanager/test/unittest/token_sync_service/
Dtoken_sync_service_test.cpp258 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
271 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
286 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
301 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
314 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
328 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
342 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
357 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
373 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
389 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
[all …]
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
Dframework_executor_callback.cpp39 FrameworkExecutorCallback::FrameworkExecutorCallback(std::weak_ptr<Executor> executor) : executor_(… in FrameworkExecutorCallback()
101 auto executor = executor_.lock(); in OnMessengerReady() local
191 auto executor = executor_.lock(); in ProcessCancelCommand() local
204 auto executor = executor_.lock(); in ProcessDeleteTemplateCommand() local
228 auto executor = executor_.lock(); in ProcessSetCachedTemplates() local
262 auto executor = executor_.lock(); in ProcessGetPropertyCommand() local
/base/time/time_service/framework/js/napi/system_date_time/src/
Dnapi_system_date_time.cpp87 auto executor = [setTimeContext]() { in SetTime() local
133 auto executor = [setDateContext]() { in SetDate() local
165 auto executor = [getRealActiveTimeContext]() { in GetRealActiveTime() local
206 auto executor = [getCurrentTimeContext]() { in GetCurrentTime() local
246 auto executor = [getTimeContext]() { in GetTime() local
281 auto executor = [getRealTimeContext]() { in GetRealTime() local
329 auto executor = [getUpTimeContext]() { in GetUptime() local
357 auto executor = [getDateContext]() { in GetDate() local
388 auto executor = [setTimezoneContext]() { in SetTimezone() local
410 auto executor = [getTimezoneContext]() { in GetTimezone() local
[all …]
/base/useriam/user_auth_framework/test/unittest/services/src/
Dschedule_node_test.cpp245 MockExecutorCallback executor; variable
279 MockExecutorCallback executor; variable
314 MockExecutorCallback executor; variable
363 MockExecutorCallback executor; variable
417 MockExecutorCallback executor; variable
471 MockExecutorCallback executor; variable
523 MockExecutorCallback executor; variable
582 MockExecutorCallback executor; variable
/base/useriam/pin_auth/services/modules/driver/src/
Dpin_auth_driver_hdi.cpp61 auto executor = Common::MakeShared<PinAuthExecutorHdi>(iExecutor); in GetExecutorList() local

12