Home
last modified time | relevance | path

Searched refs:executor_ (Results 1 - 9 of 9) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp40 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 Dasync_command_base.cpp39 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 Dfirmware_flow_manager.cpp63 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 Dfirmware_flow_manager.h49 std::shared_ptr<FirmwareIExecutor> executor_ = nullptr; member in OHOS::UpdateEngine::FirmwareFlowManager
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dhidumper_executor.cpp64 ptrParent_ = ptrDumpCfg_->parent_->executor_; in SetDumpConfig()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h38 std::shared_ptr<HidumperExecutor> executor_; // GROUP, must clear member
/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/
H A Dasync_command_base.h66 std::weak_ptr<Executor> executor_; member in OHOS::UserIam::UserAuth::AsyncCommandBase
/base/useriam/user_auth_framework/frameworks/native/executors/include/framework/
H A Dframework_executor_callback.h72 std::weak_ptr<Executor> executor_; member in OHOS::UserIam::UserAuth::FrameworkExecutorCallback
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp603 configs[i]->executor_ = ptrExecutor; in setExecutorList()
611 cfg->executor_ = nullptr; in setExecutorList()

Completed in 5 milliseconds