Searched refs:executor_ (Results 1 – 7 of 7) sorted by relevance
/base/useriam/user_auth_framework/common/executors/src/async_command/ |
D | async_command_base.cpp | 39 executor_(executor), in AsyncCommandBase() 58 auto executor = executor_.lock(); in StartProcess() 103 auto executor = executor_.lock(); in GetAuthType() 114 auto executor = executor_.lock(); in EndProcess() 137 auto executor = executor_.lock(); in GetExecutorHdi()
|
/base/useriam/user_auth_framework/common/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() 167 …auto command = Common::MakeShared<EnrollCommand>(executor_, scheduleId, properties, executorMessen… in ProcessEnrollCommand() 174 …auto command = Common::MakeShared<AuthCommand>(executor_, scheduleId, properties, executorMessenge… in ProcessAuthCommand() 181 …auto command = Common::MakeShared<IdentifyCommand>(executor_, scheduleId, properties, executorMess… in ProcessIdentifyCommand() 188 auto executor = executor_.lock(); in ProcessCancelCommand() 201 auto executor = executor_.lock(); in ProcessDeleteTemplateCommand() 224 auto command = Common::MakeShared<CustomCommand>(executor_, properties); in ProcessCustomCommand() 241 auto executor = executor_.lock(); in ProcessGetTemplateCommand()
|
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
D | dump_cfg.h | 38 std::shared_ptr<HidumperExecutor> executor_; // GROUP, must clear member
|
/base/useriam/user_auth_framework/common/executors/include/async_command/ |
D | async_command_base.h | 64 std::weak_ptr<Executor> executor_; variable
|
/base/useriam/user_auth_framework/common/executors/include/framework/ |
D | framework_executor_callback.h | 65 std::weak_ptr<Executor> executor_; variable
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
D | hidumper_executor.cpp | 93 ptrParent_ = ptrDumpCfg_->parent_->executor_; in SetDumpConfig()
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
D | dump_implement.cpp | 438 configs[i]->executor_ = ptrExecutor; in setExecutorList() 446 cfg->executor_ = nullptr; in setExecutorList()
|