Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_detector.cpp57 NativeLeakDetector::NativeLeakDetector() {}; in NativeLeakDetector() function in OHOS::HiviewDFX::NativeLeakDetector
59 NativeLeakDetector::~NativeLeakDetector() {}; in ~NativeLeakDetector()
61 void NativeLeakDetector::PrepareNativeLeakEnv() in PrepareNativeLeakEnv()
68 void NativeLeakDetector::NativeLeakConfigParse() in NativeLeakConfigParse()
87 void NativeLeakDetector::InitMonitorInfo() in InitMonitorInfo()
93 void NativeLeakDetector::UpdateUserMonitorInfo() in UpdateUserMonitorInfo()
139 void NativeLeakDetector::RemoveInvalidLeakedPid() in RemoveInvalidLeakedPid()
157 void NativeLeakDetector::RemoveInvalidUserInfo() in RemoveInvalidUserInfo()
184 void NativeLeakDetector::RecordNativeInfo() in RecordNativeInfo()
221 ErrCode NativeLeakDetector::MainProcess() in MainProcess()
[all …]
H A Dnative_leak_detector.h32 class NativeLeakDetector : public FaultDetectorBase, public Singleton<NativeLeakDetector> {
33 DECLARE_SINGLETON(NativeLeakDetector);
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.cpp62 NativeLeakDetector::GetInstance().PrepareNativeLeakEnv(); in PrepareFaultDetectorEnv()
70 ErrCode ret = NativeLeakDetector::GetInstance().MainProcess(); in HandleNativeLeakDetection()
135NativeLeakDetector::GetInstance().ProcessUserEvent(processName, eventMsg, sysEvent.GetEventIntValu… in OnEventListeningCallback()