Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_detector.cpp114 auto thresholdItem = thresholdLists_.find(name); // rename thresholdItem in UpdateUserMonitorInfo() local
115 if (thresholdItem != thresholdLists_.end()) { in UpdateUserMonitorInfo()
116 threshold = thresholdItem->second; in UpdateUserMonitorInfo()