Searched refs:executorCallback_ (Results 1 – 4 of 4) sorted by relevance
100 if (executorCallback_ == nullptr) { in RegisterExecutorCallback()101 executorCallback_ = Common::MakeShared<FrameworkExecutorCallback>(weak_from_this()); in RegisterExecutorCallback()102 IF_FALSE_LOGE_AND_RETURN(executorCallback_ != nullptr); in RegisterExecutorCallback()104 executorCallback = executorCallback_; in RegisterExecutorCallback()
58 std::shared_ptr<ExecutorRegisterCallback> executorCallback_ {nullptr};
158 executorCallback_ = Common::MakeShared<RemoteExecutorProxyCallback>(weak_from_this()); in Start()159 IF_FALSE_LOGE_AND_RETURN_VAL(executorCallback_ != nullptr, GENERAL_ERROR); in Start()162 uint64_t executorIndex = CoAuthClient::GetInstance().Register(registerInfo_, executorCallback_); in Start()
59 std::shared_ptr<ExecutorRegisterCallback> executorCallback_ = nullptr; variable