Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dframe_retainer.h32 LabelType commLabel; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp523 LabelType ToLabelType(uint64_t commLabel) in ToLabelType()
549 [&lackLabels](const LabelType &commLabel, const std::string &userId)->int { in __anonf82a9c550802()
644 [&lackLabels](const LabelType &commLabel, const std::string &userId)->int { in __anonf82a9c550a02()
732 const std::string &userId)->int { in __anonf82a9c550b02()
806 const std::string &userId)->int { in __anonf82a9c550d02()
883 std::vector<uint8_t> commLabel(label.begin(), label.end()); in InitCommunicator() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A 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()
H A Dprotocol_proto.cpp915 LabelType commLabel(bytePtr + i * COMM_LABEL_LENGTH, bytePtr + (i + 1) * COMM_LABEL_LENGTH); in ParseLabelExchange() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A 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()