| /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()
|
| D | fingerprint_auth_driver_hdi.cpp | 70 auto executor = Common::MakeShared<FingerprintAllInOneExecutorHdi>(iExecutor); in GetExecutorList() local
|
| /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 | 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
|
| 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
|
| D | enroll_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/useriam/user_auth_framework/frameworks/native/executors/src/ |
| D | driver.cpp | 58 … 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/ |
| 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 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/ |
| 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/fingerprint_auth/test/unittest/ |
| D | fingerprint_auth_driver_hdi_unit_test.cpp | 138 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anonf7c824a60302() local 162 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anonf7c824a60402() local 189 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anonf7c824a60502() local 212 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anonf7c824a60602() local
|
| D | sa_command_manager_unit_test.cpp | 90 .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor) { in __anon9e0e723a0102() 113 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon9e0e723a0202() 135 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon9e0e723a0302()
|
| /base/useriam/pin_auth/services/modules/driver/src/ |
| D | pin_auth_driver_hdi.cpp | 48 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/ |
| D | framework_executor_callback.cpp | 40 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/ |
| D | face_auth_driver_hdi_unit_test.cpp | 139 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon50e15db40302() local 163 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon50e15db40402() local 190 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon50e15db40502() local 213 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon50e15db40602() local
|
| D | sa_command_manager_unit_test.cpp | 90 .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) { in __anond4b36e210102() 113 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anond4b36e210202() 135 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anond4b36e210302()
|
| D | face_auth_screen_brightness_test.cpp | 79 auto executor = Common::MakeShared<FaceAuthAllInOneExecutorHdi>(nullptr); variable
|
| /base/security/access_token/services/tokensyncmanager/test/unittest/ |
| D | token_sync_service_test.cpp | 277 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/ |
| D | napi_system_date_time.cpp | 89 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/useriam/pin_auth/test/unittest/src/ |
| D | pin_auth_driver_hdi_unit_test.cpp | 143 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anone6dade1b0302() local 167 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anone6dade1b0402() local 194 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anone6dade1b0502() local
|
| /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/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()
|