Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_info.h47 bool GetJavaState() const;
H A Dnative_leak_info.cpp67 bool NativeLeakInfo::GetJavaState() const in GetJavaState() function in OHOS::HiviewDFX::NativeLeakInfo
H A Dnative_leak_state.cpp577 trackCmd.type = userMonitorInfo->GetJavaState() ? MTYPE_USER_PSS_JAVA : MTYPE_USER_PSS_NATIVE; in SendCmd()