/base/useriam/fingerprint_auth/services/src/ |
D | sensor_illumination_manager.cpp | 55 …tCode SensorIlluminationManager::ProcessSaCommand(std::shared_ptr<FingerprintAuthExecutorHdi> exec… in ProcessSaCommand() 81 void SensorIlluminationManager::OnHdiDisconnect(std::shared_ptr<FingerprintAuthExecutorHdi> executo… in OnHdiDisconnect() 105 std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommandParam param) in EnableSensorIllumination() 147 std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommandParam param) in DisableSensorIllumination() 169 std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommandParam param) in TurnOnSensorIllumination() 188 std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommandParam param) in TurnOffSensorIllumination()
|
D | sa_command_manager.cpp | 67 …h::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FingerprintAuthExecutorHdi> exec… in ProcessSaCommands() 86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FingerprintAuthExecutorHdi> executor) in OnHdiDisconnect()
|
D | fingerprint_auth_driver_hdi.cpp | 73 auto executor = Common::MakeShared<FingerprintAuthExecutorHdi>(iExecutor); in GetExecutorList() local
|
/base/useriam/user_auth_framework/test/unittest/executors/ |
D | executor_unit_test.cpp | 111 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable 152 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable 171 auto executor = MakeShared<Executor>(executorMgrWrapper, nullptr, testHdiId); variable 195 auto executor = MakeShared<Executor>(executorMgrWrapper, executorHdi, testHdiId); variable 222 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable 230 auto executor = MakeShared<Executor>(nullptr, nullptr, testHdiId); variable 261 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable 275 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable 287 auto executor = MakeShared<Executor>(nullptr, nullptr, testHdiId); variable 304 auto executor = MakeShared<Executor>(nullptr, executorHdi, testHdiId); variable [all …]
|
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
|
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
|
/base/useriam/face_auth/services/src/ |
D | screen_brightness_manager.cpp | 57 …:ResultCode ScreenBrightnessManager::ProcessSaCommand(std::shared_ptr<FaceAuthExecutorHdi> executo… in ProcessSaCommand() 78 void ScreenBrightnessManager::OnHdiDisconnect(std::shared_ptr<FaceAuthExecutorHdi> executor) in OnHdiDisconnect() 99 std::shared_ptr<FaceAuthExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseBegin() 134 std::shared_ptr<FaceAuthExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseEnd()
|
D | face_auth_driver_hdi.cpp | 69 auto executor = Common::MakeShared<FaceAuthExecutorHdi>(iExecutor); in GetExecutorList() local 102 for (auto executor : faceAuthExecutorList_) { in SetBufferProducer() local
|
D | sa_command_manager.cpp | 67 …rAuth::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FaceAuthExecutorHdi> executo… in ProcessSaCommands() 85 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FaceAuthExecutorHdi> 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 | 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 234 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); in GetOrCreateRemoteCommandExecutor() local 257 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 103 auto executor = executor_.lock(); in GetAuthType() local 114 auto executor = executor_.lock(); in EndProcess() local 137 auto executor = executor_.lock(); in GetExecutorHdi() local
|
/base/useriam/fingerprint_auth/test/unittest/ |
D | fingerprint_auth_driver_hdi_unit_test.cpp | 136 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon568cfb450302() local 158 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon568cfb450402() local 183 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon568cfb450502() local 204 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon568cfb450602() local
|
D | sa_command_manager_unit_test.cpp | 90 .WillOnce([](std::shared_ptr<FingerprintAuthExecutorHdi> executor) { in __anon011c21f90102() 116 … .WillOnce([](std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommand &command) { in __anon011c21f90202() 141 … .WillOnce([](std::shared_ptr<FingerprintAuthExecutorHdi> executor, const SaCommand &command) { in __anon011c21f90302()
|
/base/useriam/face_auth/test/unittest/ |
D | face_auth_driver_hdi_unit_test.cpp | 136 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anondca37a130302() local 158 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anondca37a130402() local 183 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anondca37a130502() local 204 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anondca37a130602() local
|
D | sa_command_manager_unit_test.cpp | 90 .WillOnce([](std::shared_ptr<FaceAuthExecutorHdi> executor) { in __anonfa34e6c00102() 116 .WillOnce([](std::shared_ptr<FaceAuthExecutorHdi> executor, const SaCommand &command) { in __anonfa34e6c00202() 141 .WillOnce([](std::shared_ptr<FaceAuthExecutorHdi> executor, const SaCommand &command) { in __anonfa34e6c00302()
|
D | face_auth_screen_brightness_test.cpp | 79 auto executor = Common::MakeShared<FaceAuthExecutorHdi>(nullptr); variable
|
/base/useriam/pin_auth/test/unittest/src/ |
D | pin_auth_driver_hdi_unit_test.cpp | 136 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon6b958e3a0302() local 158 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon6b958e3a0402() local 183 auto executor = sptr<IExecutor>(new (std::nothrow) MockIExecutor()); in __anon6b958e3a0502() 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/security/access_token/services/tokensyncmanager/test/unittest/token_sync_service/ |
D | token_sync_service_test.cpp | 258 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 271 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 286 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 301 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 314 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 328 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 342 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 357 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 373 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable 389 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable [all …]
|
/base/useriam/user_auth_framework/frameworks/native/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 191 auto executor = executor_.lock(); in ProcessCancelCommand() local 204 auto executor = executor_.lock(); in ProcessDeleteTemplateCommand() local 228 auto executor = executor_.lock(); in ProcessSetCachedTemplates() local 262 auto executor = executor_.lock(); in ProcessGetPropertyCommand() local
|
/base/time/time_service/framework/js/napi/system_date_time/src/ |
D | napi_system_date_time.cpp | 87 auto executor = [setTimeContext]() { in SetTime() local 133 auto executor = [setDateContext]() { in SetDate() local 165 auto executor = [getRealActiveTimeContext]() { in GetRealActiveTime() local 206 auto executor = [getCurrentTimeContext]() { in GetCurrentTime() local 246 auto executor = [getTimeContext]() { in GetTime() local 281 auto executor = [getRealTimeContext]() { in GetRealTime() local 329 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/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 | 61 auto executor = Common::MakeShared<PinAuthExecutorHdi>(iExecutor); in GetExecutorList() local
|