Searched defs:isDeveloperMode (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/ |
H A D | trace_state_change_test.cpp | 103 bool isDeveloperMode = (constantBinary & 1<<0) != 0; variable 151 bool isDeveloperMode = (binaryExpression & 1<<1) != 0; variable
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/screen_lock/ |
H A D | unlock_screen_manager.cpp | 42 bool isDeveloperMode = system::GetBoolParameter(DEVELOPER_MODE_STATE, false); in UnlockScreen() local
|
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_test.cpp | 118 bool isDeveloperMode = system::GetBoolParameter(IS_DEVELOPER_MODE_PARAM, false); variable 151 bool isDeveloperMode = system::GetBoolParameter(IS_DEVELOPER_MODE_PARAM, false); variable 184 bool isDeveloperMode = system::GetBoolParameter(IS_DEVELOPER_MODE_PARAM, false); variable 217 bool isDeveloperMode = system::GetBoolParameter(IS_DEVELOPER_MODE_PARAM, false); variable 250 bool isDeveloperMode = system::GetBoolParameter(IS_DEVELOPER_MODE_PARAM, false); variable
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/ |
H A D | unified_collector.cpp | 108 bool isDeveloperMode = Parameter::IsDeveloperMode(); in OnTestAppTraceStateChanged() local 123 bool isDeveloperMode = Parameter::IsDeveloperMode(); in InitDynamicTrace() local 148 bool isDeveloperMode = Parameter::IsDeveloperMode(); in OnHiViewTraceRecorderChanged() local 388 bool isDeveloperMode = Parameter::IsDeveloperMode(); in OnSwitchStateChanged() local
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/ |
H A D | mock_parameter_ex.cpp | 89 bool SetDeveloperMode(bool isDeveloperMode) in SetDeveloperMode()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 263 bool isDeveloperMode = system::GetBoolParameter(IS_DEVELOPER_MODE_PARAM, false); in RunAsHelpCommand() local 290 bool isDeveloperMode = system::GetBoolParameter(IS_DEVELOPER_MODE_PARAM, false); in RunAsCopyApCommand() local 1118 bool isDeveloperMode = system::GetBoolParameter(IS_DEVELOPER_MODE_PARAM, false); in RunAsCleanCommand() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_dumper.cpp | 140 bool isDeveloperMode = system::GetBoolParameter("const.security.developermode.state", false); in ExcuteInjectCmd() local
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
H A D | dlp_credential.cpp | 295 bool isDeveloperMode = OHOS::system::GetBoolParameter(DEVELOPER_MODE, false); in CheckDebugPermission() local
|