Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.h131 static bool GetJsonObjFromJson(nlohmann::json &jsonObj, const std::string &jsonPath);
H A Dsandbox_utils.cpp159 bool JsonUtils::GetJsonObjFromJson(nlohmann::json &jsonObj, const std::string &jsonPath) in GetJsonObjFromJson() function in OHOS::AppSpawn::JsonUtils
1753 rc = OHOS::AppSpawn::JsonUtils::GetJsonObjFromJson(appSandboxConfig, appPath);
1759 rc = OHOS::AppSpawn::JsonUtils::GetJsonObjFromJson(appSandboxConfig, isolatedPath);
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_test.cpp377 bool rc = JsonUtils::GetJsonObjFromJson(appSandboxConfig, ""); in HWTEST_F()
380 rc = JsonUtils::GetJsonObjFromJson(appSandboxConfig, path); in HWTEST_F()

Completed in 7 milliseconds