Searched defs:commLabel (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | frame_retainer.h | 32 LabelType commLabel; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | distributeddb_communicator_test.cpp | 523 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 D | virtual_communicator_aggregator.cpp | 38 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 D | communicator_aggregator.cpp | 137 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 D | protocol_proto.cpp | 915 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 D | distributeddb_interfaces_auto_launch_test.cpp | 77 ICommunicator *AllocCommunicator(uint64_t commLabel, int &outErrorNo) override in AllocCommunicator() 82 ICommunicator *AllocCommunicator(const LabelType &commLabel, int &outErrorNo) override in AllocCommunicator()
|