Searched refs:executor_ (Results 1 - 9 of 9) sorted by relevance
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 40 FrameworkExecutorCallback::FrameworkExecutorCallback(std::weak_ptr<Executor> executor) : executor_(executor) in FrameworkExecutorCallback() 103 auto executor = executor_.lock(); in OnMessengerReady() 161 auto executor = executor_.lock(); in OnSendData() 194 auto command = Common::MakeShared<EnrollCommand>(executor_, scheduleId, properties, executorMessenger_); in ProcessEnrollCommand() 202 auto executor = executor_.lock(); in ProcessAuthCommand() 210 command = Common::MakeShared<CollectCommand>(executor_, scheduleId, properties, executorMessenger_); in ProcessAuthCommand() 212 command = Common::MakeShared<AuthCommand>(executor_, scheduleId, properties, executorMessenger_); in ProcessAuthCommand() 221 auto command = Common::MakeShared<IdentifyCommand>(executor_, scheduleId, properties, executorMessenger_); in ProcessIdentifyCommand() 228 auto executor = executor_.lock(); in ProcessCancelCommand() 241 auto executor = executor_ in ProcessDeleteTemplateCommand() [all...] |
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | async_command_base.cpp | 39 executor_(executor), in AsyncCommandBase() 58 auto executor = executor_.lock(); in StartProcess() 135 std::shared_ptr<Executor> executor = executor_.lock(); in OnMessageInner() 156 auto executor = executor_.lock(); in GetAuthType() 167 auto executor = executor_.lock(); in EndProcess() 190 auto executor = executor_.lock(); in GetExecutorHdi()
|
/base/update/updateservice/services/firmware/upgrade/flow/src/ |
H A D | firmware_flow_manager.cpp | 63 executor_ = CreateInstance(nextStep_); in Execute() 64 if (executor_ != nullptr) { in Execute() 65 executor_->Execute(); in Execute()
|
/base/update/updateservice/services/firmware/upgrade/flow/include/ |
H A D | firmware_flow_manager.h | 49 std::shared_ptr<FirmwareIExecutor> executor_ = nullptr; member in OHOS::UpdateEngine::FirmwareFlowManager
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | hidumper_executor.cpp | 64 ptrParent_ = ptrDumpCfg_->parent_->executor_; in SetDumpConfig()
|
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
H A D | dump_cfg.h | 38 std::shared_ptr<HidumperExecutor> executor_; // GROUP, must clear member
|
/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/ |
H A D | async_command_base.h | 66 std::weak_ptr<Executor> executor_; member in OHOS::UserIam::UserAuth::AsyncCommandBase
|
/base/useriam/user_auth_framework/frameworks/native/executors/include/framework/ |
H A D | framework_executor_callback.h | 72 std::weak_ptr<Executor> executor_; member in OHOS::UserIam::UserAuth::FrameworkExecutorCallback
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 603 configs[i]->executor_ = ptrExecutor; in setExecutorList() 611 cfg->executor_ = nullptr; in setExecutorList()
|
Completed in 5 milliseconds