Home
last modified time | relevance | path

Searched refs:IsDeveloperModeOn (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/code_signature/services/key_enable/utils/include/
H A Dcert_path.h46 bool IsDeveloperModeOn();
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp82 APPSPAWN_LOGV("SetSelinuxCon IsDeveloperModeOn %{public}d", IsDeveloperModeOn(property)); in SetSelinuxCon()
84 if (!IsDeveloperModeOn(property)) { in SetSelinuxCon()
H A Dappspawn_common.c269 if (CheckAppMsgFlagsSet(property, APP_FLAGS_DEBUGGABLE) && IsDeveloperModeOn(property)) { in SetUidGid()
/ohos5.0/base/security/code_signature/services/key_enable/utils/src/
H A Dcert_path.cpp61 bool IsDeveloperModeOn() in IsDeveloperModeOn() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp153 bool IsDeveloperModeOn() in IsDeveloperModeOn() function
376 bool SystemProperties::developerModeOn_ = IsDeveloperModeOn();
807 traceInputEventEnable_ = inputEventTraceEnable && IsDeveloperModeOn(); in SetInputEventTraceEnabled()
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs16 use super::profile_utils::IsDeveloperModeOn;
162 if !unsafe { IsDeveloperModeOn() } && &cert_path.mode == "Dev" { in add_cert_paths()
H A Dprofile_utils.rs84 pub fn IsDeveloperModeOn() -> bool; in IsDeveloperModeOn() function
/ohos5.0/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp212 if (renderCmd == NULL || !IsDeveloperModeOn(property)) { in RunChildByRenderCmd()
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_manager.h204 APPSPAWN_INLINE int IsDeveloperModeOn(const AppSpawningCtx *property) in IsDeveloperModeOn() function
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_appmgr_test.cpp1088 int ret = IsDeveloperModeOn(appCtx);
1091 ret = IsDeveloperModeOn(appCtx);
1093 ret = IsDeveloperModeOn(nullptr);