Searched refs:remoteExecutorProxy_ (Results 1 – 2 of 2) sorted by relevance
158 … remoteExecutorProxy_ = Common::MakeShared<RemoteExecutorProxy>(connectionName_, executorInfos[0]); in StartAuth()159 IF_FALSE_LOGE_AND_RETURN_VAL(remoteExecutorProxy_ != nullptr, false); in StartAuth()161 ResultCode startExecutorRet = remoteExecutorProxy_->Start(); in StartAuth()
69 std::shared_ptr<RemoteExecutorProxy> remoteExecutorProxy_ = nullptr; variable