Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.h57 int IncreaseLocalLabel(const LabelType &inLabel, std::set<std::string> &outOnlineTarget);
H A Dcommunicator_linker.cpp104 int CommunicatorLinker::IncreaseLocalLabel(const LabelType &inLabel, std::set<std::string> &outOnli… in IncreaseLocalLabel() function in DistributedDB::CommunicatorLinker
H A Dcommunicator_aggregator.cpp262 int errCode = commLinker_->IncreaseLocalLabel(commLabel, onlineTargets); in ActivateCommunicator()