Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.h47 int TargetOnline(const std::string &inTarget, std::set<LabelType> &outRelatedLabels);
H A Dcommunicator_aggregator.cpp537 int errCode = commLinker_->TargetOnline(target, relatedLabels); in OnTargetChange()
928 (void)commLinker_->TargetOnline(dev, relatedLabels); in RegDBChangeCallback()
H A Dcommunicator_linker.cpp65 int CommunicatorLinker::TargetOnline(const std::string &inTarget, std::set<LabelType> &outRelatedLa… in TargetOnline() function in DistributedDB::CommunicatorLinker