Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.h77 void UpdateOnlineLabels(const std::string &device, const std::map<LabelType, bool> &labels);
H A Dcommunicator_linker.cpp469 void CommunicatorLinker::UpdateOnlineLabels(const std::string &device, const std::map<LabelType, bo… in UpdateOnlineLabels() function in DistributedDB::CommunicatorLinker
H A Dcommunicator_aggregator.cpp886 commLinker_->UpdateOnlineLabels(devInfo, changedLabels); in OnRemoteDBStatusChange()