Home
last modified time | relevance | path

Searched refs:IsUserMode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.h52 static bool IsUserMode();
H A Ddump_utils.cpp427 bool DumpUtils::IsUserMode() in IsUserMode() function in OHOS::HiviewDFX::DumpUtils
/ohos5.0/base/startup/init/services/begetctl/
H A Dparam_cmd.c524 static bool IsUserMode() in IsUserMode() function
561 if (IsUserMode() && IsDebugCmd(&infos[i - 1])) { in BShellParamCmdRegForIndepent()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp877 bool isUserMode = DumpUtils::IsUserMode(); in CheckDumpPermission()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp494 bool isUserMode = DumpUtils::IsUserMode(); in HandleDumpProcesses()