Home
last modified time | relevance | path

Searched refs:GetCommunicatorAggregator (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h58 virtual int GetCommunicatorAggregator(ICommunicatorAggregator *&outAggregator) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp278 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp327 int errCode = RuntimeContext::GetInstance()->GetCommunicatorAggregator(communicatorAggregator); in GetLocalDeviceId()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h44 int GetCommunicatorAggregator(ICommunicatorAggregator *&outAggregator) override;
H A Druntime_context_impl.cpp101 GetCommunicatorAggregator(communicatorAggregator); in SetCommunicatorAdapter()
106 int RuntimeContextImpl::GetCommunicatorAggregator(ICommunicatorAggregator *&outAggregator) in GetCommunicatorAggregator() function in DistributedDB::RuntimeContextImpl