Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
Dcommunicator_type_define.h26 using LabelType = std::vector<uint8_t>; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
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()
Dcommunicator_aggregator.cpp892 const std::map<LabelType, bool> &changedLabels) in NotifyConnectChange()