Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp110 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable
151 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable
170 auto executor = MakeShared<Executor>(executorMgrWrapper, nullptr, testHdiId); variable
194 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable
221 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
229 auto executor = MakeShared<Executor>(nullptr, nullptr, testHdiId); variable
260 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
274 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
286 auto executor = MakeShared<Executor>(nullptr, nullptr, testHdiId); variable
303 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable
[all …]
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
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
/base/useriam/user_auth_framework/common/executors/src/
Ddriver.cpp54 … auto executor = Common::MakeShared<Executor>(executorMgrWrapper, executorHdi, hdiConfig_.id); in OnHdiConnect() local
71 for (const auto &executor : executorList_) { in OnHdiDisconnect() local
86 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
257 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); in GetOrCreateRemoteCommandExecutor() local
286 std::shared_ptr<RemoteCommandExecutor> executor = iter->second; in GetExecutorChannel() local
/base/useriam/user_auth_framework/common/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
Dcustom_command.cpp36 CustomCommand::CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes) in CustomCommand()
Didentify_command.cpp28 IdentifyCommand::IdentifyCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in IdentifyCommand()
Denroll_command.cpp32 EnrollCommand::EnrollCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in EnrollCommand()
Dauth_command.cpp30 AuthCommand::AuthCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in AuthCommand()
/base/useriam/face_auth/services/src/
Dface_auth_driver_hdi.cpp74 auto executor = Common::MakeShared<FaceAuthExecutorHdi>(iExecutor); in GetExecutorList() local
92 for (auto executor : faceAuthExecutorList_) { in SetBufferProducer() local
/base/security/access_token/services/tokensyncmanager/test/unittest/token_sync_service/
Dtoken_sync_service_test.cpp253 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
266 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
281 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
296 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
309 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
323 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
337 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
352 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
368 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
384 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
[all …]
/base/useriam/face_auth/test/unittest/
Dface_auth_driver_hdi_unit_test.cpp137 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon3e0a5fd40302() local
159 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon3e0a5fd40402() local
184 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon3e0a5fd40502() local
/base/useriam/pin_auth/test/unittest/src/
Dpin_auth_driver_hdi_unit_test.cpp137 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anonc24ce83b0302() local
159 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anonc24ce83b0402() local
184 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anonc24ce83b0502() 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/time/time_service/framework/js/napi/system_date_time/src/
Dnapi_system_date_time.cpp65 auto executor = [setTimeContext]() { in SetTime() local
111 auto executor = [setDateContext]() { in SetDate() local
139 auto executor = [getRealActiveTimeContext]() { in GetRealActiveTime() local
175 auto executor = [getCurrentTimeContext]() { in GetCurrentTime() local
211 auto executor = [getRealTimeContext]() { in GetRealTime() local
239 auto executor = [getDateContext]() { in GetDate() local
270 auto executor = [setTimezoneContext]() { in SetTimezone() local
292 auto executor = [getTimezoneContext]() { in GetTimezone() local
/base/useriam/user_auth_framework/common/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
188 auto executor = executor_.lock(); in ProcessCancelCommand() local
201 auto executor = executor_.lock(); in ProcessDeleteTemplateCommand() local
241 auto executor = executor_.lock(); in ProcessGetTemplateCommand() local
/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.cpp63 auto executor = Common::MakeShared<PinAuthExecutorHdi>(iExecutor); in GetExecutorList() local
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp242 auto executor = [createTimerContext]() { in CreateTimer() local
282 auto executor = [startTimerContext]() { in StartTimer() local
311 auto executor = [stopTimerContext]() { in StopTimer() local
339 auto executor = [destroyTimerContext]() { in DestroyTimer() local
/base/useriam/user_auth_framework/services/core/src/
Dschedule_node_helper.cpp94 for (const auto &executor : info.executors) { in ScheduleInfoToExecutors() local
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp493 for (auto executor : executors) { in DumpDatas() local