Home
last modified time | relevance | path

Searched refs:MIN_APP_UID (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.h36 constexpr uint64_t MIN_APP_UID = 20000; member
H A Dwatchdog_inner.cpp659 if (getuid() >= MIN_APP_UID && IsBetaVersion()) { in IPCProxyLimitCallback()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp33 const static int MIN_APP_UID = 10000; member
154 if (uid < MIN_APP_UID) { in CheckForeGround()
/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp43 if (pid == gettid() && uid >= MIN_APP_UID) { in IsAppMainThread()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp56 constexpr int MIN_APP_UID = 20000; member
580 return getuid() >= MIN_APP_UID; in IsApp()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp46 constexpr int64_t MIN_APP_UID = 20000; member
856 if (pid == gettid() && uid >= MIN_APP_UID) { in IsAppMainThread()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp83 constexpr int MIN_APP_UID = 10000; member
702 if (id >= MIN_APP_UID) { in QuerySelfFaultLog()

Completed in 7 milliseconds