Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp135 …inker::ReceiveLabelExchange(const std::string &inTarget, const std::set<LabelType> &inLatestLabels, in ReceiveLabelExchange() argument
155 for (auto &entry : inLatestLabels) { in ReceiveLabelExchange()
162 if (inLatestLabels.count(entry) == 0) { in ReceiveLabelExchange()
167 targetMapOnlineLabels_[inTarget] = inLatestLabels; in ReceiveLabelExchange()
H A Dcommunicator_linker.h66 int ReceiveLabelExchange(const std::string &inTarget, const std::set<LabelType> &inLatestLabels,