Home
last modified time | relevance | path

Searched refs:SandboxUtils (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_test.cpp91 OHOS::AppSpawn::SandboxUtils::SetAppSandboxProperty(appProperty); in HWTEST_F()
109 OHOS::AppSpawn::SandboxUtils::SetAppSandboxProperty(appProperty); in HWTEST_F()
122 int ret = OHOS::AppSpawn::SandboxUtils::SetAppSandboxProperty(nullptr); in HWTEST_F()
137 int ret = OHOS::AppSpawn::SandboxUtils::SetAppSandboxProperty(appProperty); in HWTEST_F()
151 int ret = OHOS::AppSpawn::SandboxUtils::SetAppSandboxProperty(appProperty); in HWTEST_F()
165 int ret = OHOS::AppSpawn::SandboxUtils::SetAppSandboxProperty(appProperty); in HWTEST_F()
200 OHOS::AppSpawn::SandboxUtils::StoreJsonConfig(j_config, SANBOX_APP_JSON_CONFIG); in HWTEST_F()
208 OHOS::AppSpawn::SandboxUtils::SetAppSandboxProperty(appProperty); in HWTEST_F()
241 OHOS::AppSpawn::SandboxUtils::StoreJsonConfig(j_config, SANBOX_APP_JSON_CONFIG); in HWTEST_F()
249 OHOS::AppSpawn::SandboxUtils in HWTEST_F()
[all...]
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp187 std::map<SandboxConfigType, std::vector<nlohmann::json>> SandboxUtils::appSandboxConfig_ = {};
188 int32_t SandboxUtils::deviceTypeEnable_ = -1;
190 void SandboxUtils::StoreJsonConfig(nlohmann::json &appSandboxConfig, SandboxConfigType type) in StoreJsonConfig()
192 SandboxUtils::appSandboxConfig_[type].push_back(appSandboxConfig); in StoreJsonConfig()
195 std::vector<nlohmann::json> &SandboxUtils::GetJsonConfig(SandboxConfigType type) in GetJsonConfig()
197 return SandboxUtils::appSandboxConfig_[type]; in GetJsonConfig()
258 int32_t SandboxUtils::DoAppSandboxMountOnce(const char *originPath, const char *destinationPath, in DoAppSandboxMountOnce()
327 void SandboxUtils::DoSandboxChmod(nlohmann::json jsonConfig, std::string &sandboxRoot)
351 unsigned long SandboxUtils::GetMountFlagsFromConfig(const std::vector<std::string> &vec)
462 std::string accountId = SandboxUtils in ReplaceVariablePackageName()
[all...]
H A Dsandbox_utils.h36 class SandboxUtils { class

Completed in 5 milliseconds