Home
last modified time | relevance | path

Searched defs:isDeveloperMode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dtrace_state_change_test.cpp103 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 Dunlock_screen_manager.cpp42 bool isDeveloperMode = system::GetBoolParameter(DEVELOPER_MODE_STATE, false); in UnlockScreen() local
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp118 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 Dunified_collector.cpp108 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 Dmock_parameter_ex.cpp89 bool SetDeveloperMode(bool isDeveloperMode) in SetDeveloperMode()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp263 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 Dscreen_session_dumper.cpp140 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 Ddlp_credential.cpp295 bool isDeveloperMode = OHOS::system::GetBoolParameter(DEVELOPER_MODE, false); in CheckDebugPermission() local