Searched refs:NativeLeakDetector (Results 1 – 3 of 3) sorted by relevance
57 NativeLeakDetector::NativeLeakDetector() {}; in NativeLeakDetector() function in OHOS::HiviewDFX::NativeLeakDetector59 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 …]
32 class NativeLeakDetector : public FaultDetectorBase, public Singleton<NativeLeakDetector> {33 DECLARE_SINGLETON(NativeLeakDetector);
62 NativeLeakDetector::GetInstance().PrepareNativeLeakEnv(); in PrepareFaultDetectorEnv()70 ErrCode ret = NativeLeakDetector::GetInstance().MainProcess(); in HandleNativeLeakDetection()135 …NativeLeakDetector::GetInstance().ProcessUserEvent(processName, eventMsg, sysEvent.GetEventIntValu… in OnEventListeningCallback()