Home
last modified time | relevance | path

Searched refs:IsDeveloperModeOn (Results 1 - 11 of 11) sorted by relevance

/base/security/code_signature/services/key_enable/utils/include/
H A Dcert_path.h46 bool IsDeveloperModeOn();
/base/security/code_signature/services/key_enable/utils/src/
H A Dcert_path.cpp61 bool IsDeveloperModeOn() in IsDeveloperModeOn() function
/base/security/code_signature/test/unittest/
H A Dlocal_code_sign_utils_mock_test.cpp196 * @tc.desc: cert_path IsDeveloperModeOn and GetCertChainFormBuffer func test
205 EXPECT_EQ(IsDeveloperModeOn(), true); in HWTEST_F()
207 EXPECT_EQ(IsDeveloperModeOn(), false); in HWTEST_F()
/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp88 APPSPAWN_LOGV("SetSelinuxCon IsDeveloperModeOn %{public}d", IsDeveloperModeOn(property)); in SetSelinuxCon()
90 if (!IsDeveloperModeOn(property)) { in SetSelinuxCon()
H A Dappspawn_common.c262 if (CheckAppMsgFlagsSet(property, APP_FLAGS_DEBUGGABLE) && IsDeveloperModeOn(property)) { in SetUidGid()
/base/startup/appspawn/modules/asan/
H A Dasan_detector.c93 if (IsDeveloperModeOn(property)) { in SetGwpAsanEnabled()
/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() functions
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_appmgr_test.cpp864 // IsDeveloperModeOn in HWTEST_F()
865 ret = IsDeveloperModeOn(appCtx); in HWTEST_F()
868 ret = IsDeveloperModeOn(appCtx); in HWTEST_F()
870 ret = IsDeveloperModeOn(nullptr); in HWTEST_F()
1101 // IsDeveloperModeOn in HWTEST_F()
1102 int ret = IsDeveloperModeOn(appCtx); in HWTEST_F()
1105 ret = IsDeveloperModeOn(appCtx); in HWTEST_F()
1107 ret = IsDeveloperModeOn(nullptr); in HWTEST_F()
/base/startup/appspawn/standard/
H A Dappspawn_manager.h198 APPSPAWN_INLINE int IsDeveloperModeOn(const AppSpawningCtx *property) in IsDeveloperModeOn() function
/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp212 if (renderCmd == NULL || !IsDeveloperModeOn(property)) { in RunChildByRenderCmd()

Completed in 8 milliseconds