Home
last modified time | relevance | path

Searched refs:targetDistinctValue_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp93 targetDistinctValue_.erase(inTarget); in TargetOffline()
251 if (targetDistinctValue_.count(inTarget) == 0) { in DetectDistinctValueChange()
252 targetDistinctValue_.try_emplace(inTarget, inDistinctValue); in DetectDistinctValueChange()
257 if (targetDistinctValue_[inTarget] == inDistinctValue) { in DetectDistinctValueChange()
263 ULL(inDistinctValue), ULL(targetDistinctValue_[inTarget])); in DetectDistinctValueChange()
264 targetDistinctValue_[inTarget] = inDistinctValue; in DetectDistinctValueChange()
H A Dcommunicator_linker.h105 std::map<std::string, uint64_t> targetDistinctValue_; variable