Home
last modified time | relevance | path

Searched refs:inLabels (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h68 const std::set<LabelType> &inLabels, int &outErrorNo);
H A Dprotocol_proto.cpp222 const std::set<LabelType> &inLabels, int &outErrorNo) in BuildLabelExchange() argument
227 inLabels.size() * COMM_LABEL_LENGTH; in BuildLabelExchange()
255 *fieldPtr = HostToNet(static_cast<uint64_t>(inLabels.size())); in BuildLabelExchange()
259 for (const auto &eachLabel : inLabels) { in BuildLabelExchange()