Home
last modified time | relevance | path

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

12

/base/useriam/fingerprint_auth/services/src/
Dsensor_illumination_manager.cpp56 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) in ProcessSaCommand()
81 void SensorIlluminationManager::OnHdiDisconnect(std::shared_ptr<FingerprintAllInOneExecutorHdi> exe… in OnHdiDisconnect()
105 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in EnableSensorIllumination()
147 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in DisableSensorIllumination()
169 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in TurnOnSensorIllumination()
188 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in TurnOffSensorIllumination()
Dsa_command_manager.cpp67 …:ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FingerprintAllInOneExecutorHdi> ex… in ProcessSaCommands()
86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor) in OnHdiDisconnect()
Dfingerprint_auth_driver_hdi.cpp70 auto executor = Common::MakeShared<FingerprintAllInOneExecutorHdi>(iExecutor); in GetExecutorList() local
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp112 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable
154 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable
173 auto executor = MakeShared<Executor>(executorMgrWrapper, nullptr, testHdiId); variable
197 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable
224 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
232 auto executor = MakeShared<Executor>(nullptr, nullptr, testHdiId); variable
263 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
279 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
291 auto executor = MakeShared<Executor>(nullptr, nullptr, testHdiId); variable
308 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
[all …]
Denroll_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
106 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
135 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
152 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
179 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
199 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
226 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
250 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
Dauth_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
105 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
134 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
151 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
178 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
198 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
225 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
249 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
Didentify_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
106 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
135 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
152 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
179 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
199 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
226 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
250 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
/base/useriam/face_auth/services/src/
Dscreen_brightness_manager.cpp57 …ultCode ScreenBrightnessManager::ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> exe… in ProcessSaCommand()
78 void ScreenBrightnessManager::OnHdiDisconnect(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) in OnHdiDisconnect()
99 std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseBegin()
134 std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseEnd()
Dsa_command_manager.cpp67 …h::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FaceAuthAllInOneExecutorHdi> exe… in ProcessSaCommands()
86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FaceAuthAllInOneExecutorHdi> 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.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 = executorIt->second; in ProcessDeviceCommandImmediately() local
171 auto executor = GetOrCreateRemoteCommandExecutor(nodeId); in NotifyDeviceOnline() local
248 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); in GetOrCreateRemoteCommandExecutor() local
273 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
135 std::shared_ptr<Executor> executor = executor_.lock(); in OnMessageInner() local
156 auto executor = executor_.lock(); in GetAuthType() local
167 auto executor = executor_.lock(); in EndProcess() local
190 auto executor = executor_.lock(); in GetExecutorHdi() local
/base/useriam/fingerprint_auth/test/unittest/
Dfingerprint_auth_driver_hdi_unit_test.cpp138 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon53aa7c670302() local
162 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon53aa7c670402() local
189 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon53aa7c670502() local
212 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon53aa7c670602() local
Dsa_command_manager_unit_test.cpp90 .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor) { in __anon8e3f44db0102()
113 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon8e3f44db0202()
135 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon8e3f44db0302()
/base/useriam/pin_auth/services/modules/driver/src/
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
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
Dframework_executor_callback.cpp40 FrameworkExecutorCallback::FrameworkExecutorCallback(std::weak_ptr<Executor> executor) : executor_(… in FrameworkExecutorCallback()
103 auto executor = executor_.lock(); in OnMessengerReady() local
161 auto executor = executor_.lock(); in OnSendData() local
202 auto executor = executor_.lock(); in ProcessAuthCommand() local
228 auto executor = executor_.lock(); in ProcessCancelCommand() local
241 auto executor = executor_.lock(); in ProcessDeleteTemplateCommand() local
271 auto executor = executor_.lock(); in ProcessSetCachedTemplates() local
289 auto executor = executor_.lock(); in ProcessNotifyExecutorReady() local
324 auto executor = executor_.lock(); in ProcessGetPropertyCommand() local
/base/useriam/face_auth/test/unittest/
Dface_auth_driver_hdi_unit_test.cpp139 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anonb24ac7b50302() local
163 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anonb24ac7b50402() local
190 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anonb24ac7b50502() local
213 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anonb24ac7b50602() local
Dsa_command_manager_unit_test.cpp90 .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) { in __anoncd0863e20102()
113 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anoncd0863e20202()
135 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anoncd0863e20302()
Dface_auth_screen_brightness_test.cpp79 auto executor = Common::MakeShared<FaceAuthAllInOneExecutorHdi>(nullptr); variable
/base/security/access_token/services/tokensyncmanager/test/unittest/
Dtoken_sync_service_test.cpp277 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
290 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
305 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
320 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
333 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
347 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
361 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
376 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
392 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
408 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
[all …]
/base/time/time_service/framework/js/napi/system_date_time/src/
Dnapi_system_date_time.cpp89 auto executor = [setTimeContext]() { in SetTime() local
135 auto executor = [setDateContext]() { in SetDate() local
167 auto executor = [getRealActiveTimeContext]() { in GetRealActiveTime() local
208 auto executor = [getCurrentTimeContext]() { in GetCurrentTime() local
248 auto executor = [getTimeContext]() { in GetTime() local
283 auto executor = [getRealTimeContext]() { in GetRealTime() local
333 auto executor = [getUpTimeContext]() { in GetUptime() local
361 auto executor = [getDateContext]() { in GetDate() local
392 auto executor = [setTimezoneContext]() { in SetTimezone() local
414 auto executor = [getTimezoneContext]() { in GetTimezone() local
[all …]
/base/startup/init/services/modules/reboot/
Dreboot_static.c83 static int SetParamCmdInfo(ParamCmdInfo *currInfo, CmdExecutor executor, const char *cmd) in SetParamCmdInfo()
115 static int AddRebootCmdExecutor_(const char *cmd, CmdExecutor executor) in AddRebootCmdExecutor_()
138 int AddRebootCmdExecutor(const char *cmd, CmdExecutor executor) in AddRebootCmdExecutor()
/base/useriam/pin_auth/test/unittest/src/
Dpin_auth_driver_hdi_unit_test.cpp143 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon4846cc5c0302() local
167 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon4846cc5c0402() local
194 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon4846cc5c0502() local
/base/useriam/user_auth_framework/test/unittest/services/src/
Dschedule_node_test.cpp247 MockExecutorCallback executor; variable
282 MockExecutorCallback executor; variable
318 MockExecutorCallback executor; variable
368 MockExecutorCallback executor; variable
422 MockExecutorCallback executor; variable
475 MockExecutorCallback executor; variable
528 MockExecutorCallback executor; variable
585 MockExecutorCallback executor; variable
/base/startup/appspawn/test/moduletest/threadpool/
Dthread_manager.c63 TaskExecutor executor; member
93 TaskExecuteNode *executor = NULL; in PopTaskExecutor() local
110 TaskExecuteNode *executor = ListEntry(node, TaskExecuteNode, node); in AddExecutor() local
131 TaskExecuteNode *executor = PopTaskExecutor(mgr); in RunExecutor() local
210 TaskExecuteNode *executor = ListEntry(node, TaskExecuteNode, node); in SafeRemoveTask() local
365 ThreadTaskHandle taskHandle, TaskExecutor executor, const ThreadContext *context) in ThreadMgrAddExecutor()

12