Home
last modified time | relevance | path

Searched refs:MountSandboxConfigs (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp752 ret = MountSandboxConfigs(sandbox, property, 0);
794 ret = MountSandboxConfigs(sandbox, property, 0);
836 ret = MountSandboxConfigs(sandbox, property, 0);
894 ret = MountSandboxConfigs(sandbox, property, 0);
1240 ret = MountSandboxConfigs(sandbox, property, 0);
1299 ret = MountSandboxConfigs(sandbox, property, 0);
1351 ret = MountSandboxConfigs(sandbox, property, 0);
1402 ret = MountSandboxConfigs(sandbox, property, 0);
1460 ret = MountSandboxConfigs(sandbox, property, 0);
1516 ret = MountSandboxConfigs(sandbox, property, 0);
[all …]
H A Dapp_spawn_sandboxmgr_test.cpp495 … ret = MountSandboxConfigs(inputAppSpawnSandboxCfg[i], inputAppSpawningCtx[j], inputSpawn[k]);
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h251 int MountSandboxConfigs(const AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nweb…
H A Dsandbox_manager.c529 int ret = MountSandboxConfigs(appSandbox, property, IsNWebSpawnMode(content)); in SpawnBuildSandboxEnv()
H A Dappspawn_sandbox.c982 int MountSandboxConfigs(const AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nweb… in MountSandboxConfigs() function