Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_detector.h37 void ProcessUserEvent(const std::string &name, const std::string &msg, uint32_t pid);
H A Dnative_leak_detector.cpp371 void NativeLeakDetector::ProcessUserEvent(const string &name, const string &msg, uint32_t pid) in ProcessUserEvent() function in OHOS::HiviewDFX::NativeLeakDetector
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.cpp135 …NativeLeakDetector::GetInstance().ProcessUserEvent(processName, eventMsg, sysEvent.GetEventIntValu… in OnEventListeningCallback()