Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_config.h26 static bool GetThresholdList(std::unordered_map<std::string, uint64_t> &list);
H A Dnative_leak_config.cpp44 bool NativeLeakConfig::GetThresholdList(unordered_map<string, uint64_t> &list) in GetThresholdList() function in OHOS::HiviewDFX::NativeLeakConfig
H A Dnative_leak_detector.cpp70 NativeLeakConfig::GetThresholdList(thresholdLists_); in NativeLeakConfigParse()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/unittest/
H A Dleak_detector_unit_test.cpp61 bool ret = NativeLeakConfig::GetThresholdList(configList);