Searched refs:GetCommunicatorAggregator (Results 1 – 5 of 5) sorted by relevance
58 virtual int GetCommunicatorAggregator(ICommunicatorAggregator *&outAggregator) = 0;
278 int errCode = RuntimeContext::GetInstance()->GetCommunicatorAggregator(communicatorAggregator); in InitComunicator()890 errCode = RuntimeContext::GetInstance()->GetCommunicatorAggregator(communicatorAggregator); in AllocCommunicator()947 int errCode = RuntimeContext::GetInstance()->GetCommunicatorAggregator(communicatorAggregator); in ReleaseCommunicators()
327 int errCode = RuntimeContext::GetInstance()->GetCommunicatorAggregator(communicatorAggregator); in GetLocalDeviceId()
44 int GetCommunicatorAggregator(ICommunicatorAggregator *&outAggregator) override;
101 GetCommunicatorAggregator(communicatorAggregator); in SetCommunicatorAdapter()106 int RuntimeContextImpl::GetCommunicatorAggregator(ICommunicatorAggregator *&outAggregator) in GetCommunicatorAggregator() function in DistributedDB::RuntimeContextImpl