Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp911 std::set<LabelType> commLabels; in ParseLabelExchange() local
916 if (commLabels.count(commLabel) != 0) { in ParseLabelExchange()
919 commLabels.insert(commLabel); in ParseLabelExchange()
922 inResult.SetLatestCommLabels(commLabels); in ParseLabelExchange()