Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/interfaces/innerkits/hnp/src/
H A Dhnp_api.c167 if (!IsDeveloperModeOpen()) { in NativeInstallHnp()
210 if (!IsDeveloperModeOpen()) { in NativeUnInstallHnp()
/ohos5.0/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp807 if (IsDeveloperModeOpen() && installEnable) {
850 if (IsDeveloperModeOpen() && installEnable) {
887 if (IsDeveloperModeOpen()) {
940 if (IsDeveloperModeOpen()) {
1162 if (IsDeveloperModeOpen()) {
1197 if (IsDeveloperModeOpen()) {
1230 if (IsDeveloperModeOpen()) {
/ohos5.0/base/startup/appspawn/service/devicedebug/kill/src/
H A Ddevicedebug_kill.c133 if (!IsDeveloperModeOpen()) { in DeviceDebugCmdKill()
/ohos5.0/base/startup/appspawn/test/unittest/devicedebug_test/
H A DBUILD.gn44 "IsDeveloperModeOpen=IsDeveloperModeOpenStub",
/ohos5.0/base/startup/appspawn/util/src/
H A Dappspawn_utils.c109 int developerMode = IsDeveloperModeOpen(); in InitCommonEnv()
393 int IsDeveloperModeOpen() in IsDeveloperModeOpen() function
/ohos5.0/base/startup/appspawn/util/include/
H A Dappspawn_utils.h147 int IsDeveloperModeOpen();
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c351 if (uid == 2000 && IsDeveloperModeOpen()) { in OnConnectionUserCheck()
885 if (IsDeveloperModeOpen()) { in ProcessSpawnReqMsg()
1014 if (IsDeveloperModeOpen()) { in ProcessChildResponse()
1028 if (IsDeveloperModeOpen()) { in ProcessChildResponse()
1357 if (!IsDeveloperModeOpen()) { in ProcessBegetCmdMsg()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_service_test.cpp677 if (IsDeveloperModeOpen() == true) {
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c199 if ((CheckSpawningMsgFlagSet(context, APP_FLAGS_ISOLATED_SANDBOX) && !IsDeveloperModeOpen()) || in InitSandboxContext()
H A Dsandbox_utils.cpp1789 if ((CheckAppMsgFlagsSet(property, APP_FLAGS_ISOLATED_SANDBOX) && !IsDeveloperModeOpen()) || in SetAppSandboxProperty()