Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H A Dfault_detector_base.h35 virtual ErrCode MainProcess() = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_detector.h38 ErrCode MainProcess() override;
H A Dnative_leak_detector.cpp221 ErrCode NativeLeakDetector::MainProcess() in MainProcess() function in OHOS::HiviewDFX::NativeLeakDetector
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.cpp70 ErrCode ret = NativeLeakDetector::GetInstance().MainProcess(); in HandleNativeLeakDetection()