Home
last modified time | relevance | path

Searched defs:LabelType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_type_define.h26 using LabelType = std::vector<uint8_t>; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp136 uint64_t inDistinctValue, uint64_t inSequenceId, std::map<LabelType, bool> &outChangeLabels) in ReceiveLabelExchange()
469 void CommunicatorLinker::UpdateOnlineLabels(const std::string &device, const std::map<LabelType, bo… in UpdateOnlineLabels()
H A Dcommunicator_aggregator.cpp892 const std::map<LabelType, bool> &changedLabels) in NotifyConnectChange()