Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.h37 explicit CommunicatorLinker(CommunicatorAggregator *inAggregator,
H A Dcommunicator_linker.cpp35 CommunicatorLinker::CommunicatorLinker(CommunicatorAggregator *inAggregator, in CommunicatorLinker() argument
39 aggregator_ = inAggregator; in CommunicatorLinker()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h59 virtual void SetCommunicatorAggregator(ICommunicatorAggregator *inAggregator) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h45 void SetCommunicatorAggregator(ICommunicatorAggregator *inAggregator) override;
H A Druntime_context_impl.cpp140 void RuntimeContextImpl::SetCommunicatorAggregator(ICommunicatorAggregator *inAggregator) in SetCommunicatorAggregator() argument
148 communicatorAggregator_ = inAggregator; in SetCommunicatorAggregator()