Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
H A Dzip_helper.h27 constexpr int MIN_APP_USERID = 10000; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.cpp57 constexpr int MIN_APP_USERID = 10000; variable
389 if (uid < MIN_APP_USERID) { in GetApplicationVersion()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp246 return (uid < MIN_APP_USERID || in IsSystemProcess()
263 if (info.id >= MIN_APP_USERID && GetDfxBundleInfo(info.module, bundleInfo)) { in AddPublicInfo()
276 if (info.sectionMap["FOREGROUND"].empty() && info.id >= MIN_APP_USERID) { in AddPublicInfo()