Home
last modified time | relevance | path

Searched refs:MIN_APP_UID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.h47 constexpr uint64_t MIN_APP_UID = 20000; variable
H A Dwatchdog_inner.cpp694 if (getuid() >= MIN_APP_UID && IsBetaVersion()) { in IPCProxyLimitCallback()
/ohos5.0/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp46 if (pid == gettid() && uid >= MIN_APP_UID) { in IsAppMainThread()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp56 constexpr int MIN_APP_UID = 20000; variable
580 return getuid() >= MIN_APP_UID; in IsApp()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp46 constexpr int64_t MIN_APP_UID = 20000; variable
856 if (pid == gettid() && uid >= MIN_APP_UID) { in IsAppMainThread()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp83 constexpr int MIN_APP_UID = 10000; variable
696 if (id >= MIN_APP_UID) { in QuerySelfFaultLog()