| /base/useriam/user_auth_framework/test/unittest/executors/ |
| D | executor_unit_test.cpp | 110 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 …]
|
| D | identify_command_unit_test.cpp | 85 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
|
| D | enroll_command_unit_test.cpp | 85 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
|
| D | auth_command_unit_test.cpp | 85 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/ |
| D | driver.cpp | 54 … 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/ |
| D | remote_command_manager.cpp | 61 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/ |
| D | async_command_base.cpp | 36 …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
|
| D | custom_command.cpp | 36 CustomCommand::CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes) in CustomCommand()
|
| D | identify_command.cpp | 28 IdentifyCommand::IdentifyCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in IdentifyCommand()
|
| D | enroll_command.cpp | 32 EnrollCommand::EnrollCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in EnrollCommand()
|
| D | auth_command.cpp | 30 AuthCommand::AuthCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in AuthCommand()
|
| /base/useriam/face_auth/services/src/ |
| D | face_auth_driver_hdi.cpp | 74 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/ |
| D | token_sync_service_test.cpp | 253 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/ |
| D | face_auth_driver_hdi_unit_test.cpp | 137 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/ |
| D | pin_auth_driver_hdi_unit_test.cpp | 137 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/ |
| D | reboot_static.c | 81 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/ |
| D | napi_system_date_time.cpp | 65 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/ |
| D | framework_executor_callback.cpp | 39 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/ |
| D | schedule_node_test.cpp | 245 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/ |
| D | pin_auth_driver_hdi.cpp | 63 auto executor = Common::MakeShared<PinAuthExecutorHdi>(iExecutor); in GetExecutorList() local
|
| /base/time/time_service/framework/js/napi/system_timer/src/ |
| D | napi_system_timer.cpp | 242 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/ |
| D | schedule_node_helper.cpp | 94 for (const auto &executor : info.executors) { in ScheduleInfoToExecutors() local
|
| /base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
| D | dump_implement.cpp | 493 for (auto executor : executors) { in DumpDatas() local
|