Home
last modified time | relevance | path

Searched defs:commLabel (Results 1 – 7 of 7) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
Ddistributeddb_communicator_test.cpp514 LabelType ToLabelType(uint64_t commLabel) in ToLabelType()
540 [&lackLabels](const LabelType &commLabel, const std::string &userId)->int { in __anone94f6f3c0802()
635 [&lackLabels](const LabelType &commLabel, const std::string &userId)->int { in __anone94f6f3c0a02()
723 const std::string &userId)->int { in __anone94f6f3c0b02()
797 const std::string &userId)->int { in __anone94f6f3c0d02()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
Dframe_retainer.h32 LabelType commLabel; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dvirtual_communicator_aggregator.cpp37 ICommunicator *VirtualCommunicatorAggregator::AllocCommunicator(uint64_t commLabel, int &outErrorNo) in AllocCommunicator()
45 ICommunicator *VirtualCommunicatorAggregator::AllocCommunicator(const LabelType &commLabel, int &ou… in AllocCommunicator()
86 void VirtualCommunicatorAggregator::RunCommunicatorLackCallback(const LabelType &commLabel) in RunCommunicatorLackCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
Dcommunicator_aggregator.cpp132 ICommunicator *CommunicatorAggregator::AllocCommunicator(uint64_t commLabel, int &outErrorNo) in AllocCommunicator()
143 ICommunicator *CommunicatorAggregator::AllocCommunicator(const std::vector<uint8_t> &commLabel, int… in AllocCommunicator()
172 LabelType commLabel = commPtr->GetCommunicatorLabel(); in ReleaseCommunicator() local
241 void CommunicatorAggregator::ActivateCommunicator(const LabelType &commLabel) in ActivateCommunicator()
Dframe_header.h56 … uint8_t commLabel[COMM_LABEL_LENGTH] = {0}; // Indicate which communicator to hand out this frame member
Dprotocol_proto.cpp900 LabelType commLabel(bytePtr + i * COMM_LABEL_LENGTH, bytePtr + (i + 1) * COMM_LABEL_LENGTH); in ParseLabelExchange() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_auto_launch_test.cpp77 ICommunicator *AllocCommunicator(uint64_t commLabel, int &outErrorNo) override in AllocCommunicator()
82 ICommunicator *AllocCommunicator(const LabelType &commLabel, int &outErrorNo) override in AllocCommunicator()