Home
last modified time | relevance | path

Searched refs:APP_FLAGS_IGNORE_SANDBOX (Results 1 - 5 of 5) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/include/
H A Dappspawn.h170 APP_FLAGS_IGNORE_SANDBOX = 13, // ignore sandbox result enumerator
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_common_test.cpp203 ret = AppSpawnReqMsgSetAppFlag(reqHandle, APP_FLAGS_IGNORE_SANDBOX); in HWTEST_F()
235 ret = AppSpawnReqMsgSetAppFlag(reqHandle, APP_FLAGS_IGNORE_SANDBOX); in HWTEST_F()
/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp381 (void)AppSpawnReqMsgSetAppFlag(reqHandle, APP_FLAGS_IGNORE_SANDBOX); in CreateMsg()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c565 // for module test do not create sandbox, use APP_FLAGS_IGNORE_SANDBOX to ignore sandbox result in SpawnBuildSandboxEnv()
566 if (CheckAppMsgFlagsSet(property, APP_FLAGS_IGNORE_SANDBOX)) { in SpawnBuildSandboxEnv()
H A Dsandbox_utils.cpp1799 // for module test do not create sandbox, use APP_FLAGS_IGNORE_SANDBOX to ignore sandbox result
1800 if (CheckAppMsgFlagsSet(property, APP_FLAGS_IGNORE_SANDBOX)) {

Completed in 8 milliseconds