Searched refs:CommunicatorAggregator (Results 1 – 12 of 12) sorted by relevance
41 CommunicatorAggregator::CommunicatorAggregator() in CommunicatorAggregator() function in DistributedDB::CommunicatorAggregator48 CommunicatorAggregator::~CommunicatorAggregator() in ~CommunicatorAggregator()103 void CommunicatorAggregator::Finalize() in Finalize()355 void CommunicatorAggregator::SendDataRoutine() in SendDataRoutine()719 int CommunicatorAggregator::RegCallbackToAdapter() in RegCallbackToAdapter()768 void CommunicatorAggregator::GenerateLocalSourceId() in GenerateLocalSourceId()913 void CommunicatorAggregator::RegDBChangeCallback() in RegDBChangeCallback()933 void CommunicatorAggregator::InitSendThread() in InitSendThread()942 void CommunicatorAggregator::SendOnceData() in SendOnceData()980 void CommunicatorAggregator::TriggerSendData() in TriggerSendData()[all …]
33 class CommunicatorAggregator; // Forward Declaration variable37 explicit CommunicatorLinker(CommunicatorAggregator *inAggregator,100 CommunicatorAggregator *aggregator_ = nullptr;
33 Communicator(CommunicatorAggregator *inCommAggregator, const LabelType &inLabel);76 CommunicatorAggregator *commAggrHandle_ = nullptr;
22 Communicator::Communicator(CommunicatorAggregator *inCommAggregator, const LabelType &inLabel) in Communicator()
35 CommunicatorLinker::CommunicatorLinker(CommunicatorAggregator *inAggregator, in CommunicatorLinker()
49 class CommunicatorAggregator : public ICommunicatorAggregator {51 CommunicatorAggregator();52 ~CommunicatorAggregator() override;54 DISABLE_COPY_ASSIGN_MOVE(CommunicatorAggregator);164 DECLARE_OBJECT_TAG(CommunicatorAggregator);
60 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(false); in SetUpTestCase()72 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(true); in TearDownTestCase()639 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(true);699 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(false);
32 DistributedDB::CommunicatorAggregator *commAggrHandle = nullptr;
39 inEnv.commAggrHandle = new (nothrow) CommunicatorAggregator(); in SetUpEnv()
66 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(false); in SetUpTestCase()79 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(true); in TearDownTestCase()
71 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(false); in SetUpTestCase()83 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(true); in TearDownTestCase()
124 communicatorAggregator_ = new (std::nothrow) CommunicatorAggregator; in GetCommunicatorAggregator()