Home
last modified time | relevance | path

Searched refs:BROWSER_UID_BASE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_log.h24 #define BROWSER_UID_BASE 20000000 macro
35 if ((getuid() / BROWSER_UID_BASE) != 0) { \
44 if ((getuid() / BROWSER_UID_BASE) != 0) { \
53 if ((getuid() / BROWSER_UID_BASE) != 0) { \
62 if ((getuid() / BROWSER_UID_BASE) != 0) { \
71 if ((getuid() / BROWSER_UID_BASE) != 0) { \
/ohos5.0/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhilog_adapter.cpp23 constexpr uint32_t BROWSER_UID_BASE = 20000000; variable
44 if ((getuid() / BROWSER_UID_BASE) != 0) { in HiLogAdapterPrintLog()