Searched refs:IsDeveloperModeOn (Results 1 – 10 of 10) sorted by relevance
46 bool IsDeveloperModeOn();
82 APPSPAWN_LOGV("SetSelinuxCon IsDeveloperModeOn %{public}d", IsDeveloperModeOn(property)); in SetSelinuxCon()84 if (!IsDeveloperModeOn(property)) { in SetSelinuxCon()
269 if (CheckAppMsgFlagsSet(property, APP_FLAGS_DEBUGGABLE) && IsDeveloperModeOn(property)) { in SetUidGid()
61 bool IsDeveloperModeOn() in IsDeveloperModeOn() function
153 bool IsDeveloperModeOn() in IsDeveloperModeOn() function376 bool SystemProperties::developerModeOn_ = IsDeveloperModeOn();807 traceInputEventEnable_ = inputEventTraceEnable && IsDeveloperModeOn(); in SetInputEventTraceEnabled()
16 use super::profile_utils::IsDeveloperModeOn;162 if !unsafe { IsDeveloperModeOn() } && &cert_path.mode == "Dev" { in add_cert_paths()
84 pub fn IsDeveloperModeOn() -> bool; in IsDeveloperModeOn() function
212 if (renderCmd == NULL || !IsDeveloperModeOn(property)) { in RunChildByRenderCmd()
204 APPSPAWN_INLINE int IsDeveloperModeOn(const AppSpawningCtx *property) in IsDeveloperModeOn() function
1088 int ret = IsDeveloperModeOn(appCtx);1091 ret = IsDeveloperModeOn(appCtx);1093 ret = IsDeveloperModeOn(nullptr);