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.cpp523 LabelType ToLabelType(uint64_t commLabel) in ToLabelType()
549 [&lackLabels](const LabelType &commLabel, const std::string &userId)->int { in __anoncdde72df0802()
644 [&lackLabels](const LabelType &commLabel, const std::string &userId)->int { in __anoncdde72df0a02()
732 const std::string &userId)->int { in __anoncdde72df0b02()
806 const std::string &userId)->int { in __anoncdde72df0d02()
883 std::vector<uint8_t> commLabel(label.begin(), label.end()); in InitCommunicator() local
/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.cpp38 ICommunicator *VirtualCommunicatorAggregator::AllocCommunicator(uint64_t commLabel, int &outErrorNo) in AllocCommunicator()
46 ICommunicator *VirtualCommunicatorAggregator::AllocCommunicator(const LabelType &commLabel, int &ou… in AllocCommunicator()
87 void VirtualCommunicatorAggregator::RunCommunicatorLackCallback(const LabelType &commLabel) in RunCommunicatorLackCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
Dframe_header.h57 … uint8_t commLabel[COMM_LABEL_LENGTH] = {0}; // Indicate which communicator to hand out this frame member
Dcommunicator_aggregator.cpp137 ICommunicator *CommunicatorAggregator::AllocCommunicator(uint64_t commLabel, int &outErrorNo) in AllocCommunicator()
148 ICommunicator *CommunicatorAggregator::AllocCommunicator(const std::vector<uint8_t> &commLabel, int… in AllocCommunicator()
177 LabelType commLabel = commPtr->GetCommunicatorLabel(); in ReleaseCommunicator() local
246 void CommunicatorAggregator::ActivateCommunicator(const LabelType &commLabel) in ActivateCommunicator()
Dprotocol_proto.cpp915 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()