| /base/useriam/fingerprint_auth/services/src/ |
| D | sensor_illumination_manager.cpp | 56 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()
|
| D | sa_command_manager.cpp | 67 …:ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FingerprintAllInOneExecutorHdi> ex… in ProcessSaCommands() 86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor) in OnHdiDisconnect()
|
| /base/useriam/user_auth_framework/test/unittest/executors/ |
| D | executor_unit_test.cpp | 112 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 …]
|
| D | enroll_command_unit_test.cpp | 86 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable 108 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 181 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable 201 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable 228 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable 252 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable 270 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, hdiId); variable
|
| D | auth_command_unit_test.cpp | 84 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 268 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
|
| D | abandon_command_unit_test.cpp | 85 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable 107 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 180 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable 200 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable 227 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable 251 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
|
| D | identify_command_unit_test.cpp | 84 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/ |
| D | screen_brightness_manager.cpp | 57 …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()
|
| D | sa_command_manager.cpp | 67 …h::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FaceAuthAllInOneExecutorHdi> exe… in ProcessSaCommands() 86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) in OnHdiDisconnect()
|
| /base/security/access_token/services/tokensyncmanager/src/remote/ |
| D | remote_command_manager.cpp | 69 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 175 auto executor = GetOrCreateRemoteCommandExecutor(nodeId); in NotifyDeviceOnline() local 256 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); in GetOrCreateRemoteCommandExecutor() local 281 std::shared_ptr<RemoteCommandExecutor> executor = iter->second; in GetExecutorChannel() local
|
| /base/useriam/user_auth_framework/frameworks/native/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 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/user_auth_framework/frameworks/native/executors/src/ |
| D | driver.cpp | 58 … auto executor = Common::MakeShared<Executor>(executorMgrWrapper, executorHdi, hdiConfig_.id); in OnHdiConnect() local 80 for (const auto &executor : executorList_) { in OnHdiDisconnect() local 123 for (const auto &executor : executorList_) { in RegisterExecutors() local
|
| /base/useriam/fingerprint_auth/test/unittest/ |
| D | fingerprint_auth_driver_hdi_unit_test.cpp | 138 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon123b93470302() local 162 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon123b93470402() local 189 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon123b93470502() local 212 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon123b93470602() local
|
| D | sa_command_manager_unit_test.cpp | 90 .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor) { in __anon807c1fbb0102() 113 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon807c1fbb0202() 135 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon807c1fbb0302()
|
| /base/useriam/pin_auth/services/modules/driver/src/ |
| D | pin_auth_driver_hdi.cpp | 50 auto executor = Common::MakeShared<PinAuthAllInOneHdi>(iAllInOne); in GetAllInOneExecutorList() local 68 auto executor = Common::MakeShared<PinAuthCollectorHdi>(iCollector); in GetCollectorExecutorList() local 86 auto executor = Common::MakeShared<PinAuthVerifierHdi>(iVerifier); in GetVerifierExecutorList() local
|
| /base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
| D | framework_executor_callback.cpp | 41 FrameworkExecutorCallback::FrameworkExecutorCallback(std::weak_ptr<Executor> executor) : executor_(… in FrameworkExecutorCallback() 107 auto executor = executor_.lock(); in OnMessengerReady() local 165 auto executor = executor_.lock(); in OnSendData() local 206 auto executor = executor_.lock(); in ProcessAuthCommand() local 232 auto executor = executor_.lock(); in ProcessCancelCommand() local 245 auto executor = executor_.lock(); in ProcessDeleteTemplateCommand() local 275 auto executor = executor_.lock(); in ProcessSetCachedTemplates() local 293 auto executor = executor_.lock(); in ProcessNotifyExecutorReady() local 328 auto executor = executor_.lock(); in ProcessGetPropertyCommand() local
|
| /base/useriam/face_auth/test/unittest/ |
| D | face_auth_driver_hdi_unit_test.cpp | 139 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon9f7b56950302() local 163 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon9f7b56950402() local 190 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon9f7b56950502() local 213 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon9f7b56950602() local
|
| D | sa_command_manager_unit_test.cpp | 90 .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) { in __anonbd07bac20102() 113 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anonbd07bac20202() 135 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anonbd07bac20302()
|
| D | face_auth_screen_brightness_test.cpp | 79 auto executor = Common::MakeShared<FaceAuthAllInOneExecutorHdi>(nullptr); variable
|
| /base/time/time_service/framework/js/napi/system_date_time/src/ |
| D | napi_system_date_time.cpp | 88 auto executor = [setTimeContext]() { in SetTime() local 134 auto executor = [setDateContext]() { in SetDate() local 166 auto executor = [getRealActiveTimeContext]() { in GetRealActiveTime() local 207 auto executor = [getCurrentTimeContext]() { in GetCurrentTime() local 247 auto executor = [getTimeContext]() { in GetTime() local 282 auto executor = [getRealTimeContext]() { in GetRealTime() local 332 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/startup/init/services/modules/reboot/ |
| D | reboot_static.c | 83 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/ |
| D | pin_auth_driver_hdi_unit_test.cpp | 143 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon43d6933c0302() local 167 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon43d6933c0402() local 194 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon43d6933c0502() local
|
| /base/security/access_token/services/tokensyncmanager/test/unittest/ |
| D | token_sync_service_test.cpp | 286 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 299 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 314 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 329 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 342 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 356 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 370 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 385 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 401 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 417 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable [all …]
|
| /base/useriam/user_auth_framework/test/unittest/services/src/ |
| D | schedule_node_test.cpp | 247 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/ |
| D | thread_manager.c | 63 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()
|