Home
last modified time | relevance | path

Searched refs:wholeConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.h58 …ic int32_t DoSandboxFileCommonBind(const AppSpawningCtx *appProperty, nlohmann::json &wholeConfig);
60 nlohmann::json &wholeConfig);
61 …c int32_t DoSandboxFilePrivateBind(const AppSpawningCtx *appProperty, nlohmann::json &wholeConfig);
63 nlohmann::json &wholeConfig);
65 nlohmann::json &wholeConfig);
67 nlohmann::json &wholeConfig);
69 nlohmann::json &wholeConfig);
103 nlohmann::json &wholeConfig);
H A Dsandbox_utils.cpp918 nlohmann::json& privateAppConfig = wholeConfig[g_privatePrefix][0]; in DoSandboxFilePrivateBind()
931 if (wholeConfig.find(g_permissionPrefix) == wholeConfig.end()) { in DoSandboxFilePermissionBind()
972 nlohmann::json& privateAppConfig = wholeConfig[g_privatePrefix][0]; in DoSandboxFilePrivateSymlink()
1011 nlohmann::json& privateAppConfig = wholeConfig[g_privatePrefix][0]; in DoSandboxFilePrivateFlagsPointHandle()
1022 nlohmann::json& commonConfig = wholeConfig[g_commonPrefix][0]; in DoSandboxFileCommonFlagsPointHandle()
1032 nlohmann::json& commonConfig = wholeConfig[g_commonPrefix][0]; in DoSandboxFileCommonBind()
1052 nlohmann::json& commonConfig = wholeConfig[g_commonPrefix][0]; in DoSandboxFileCommonSymlink()
1410 for (auto& wholeConfig : SandboxUtils::GetJsonConfig(type)) { in CheckTotalSandboxSwitchStatus() local
1411 if (wholeConfig.find(g_commonPrefix) == wholeConfig.end()) { in CheckTotalSandboxSwitchStatus()
1434 for (auto& wholeConfig : SandboxUtils::GetJsonConfig(type)) { in CheckAppSandboxSwitchStatus() local
[all …]