Home
last modified time | relevance | path

Searched refs:GetJsonObjFromPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/include/
H A Djson_utils.h29 static int32_t GetJsonObjFromPath(nlohmann::json& jsonObj, const std::string& jsonPath);
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Djson_utils.cpp25 int32_t JsonUtils::GetJsonObjFromPath(nlohmann::json& jsonObj, const std::string& jsonPath) in GetJsonObjFromPath() function in OHOS::AppFileService::JsonUtils
H A Dsandbox_helper.cpp138 int ret = JsonUtils::GetJsonObjFromPath(jsonObj, SANDBOX_JSON_FILE_PATH); in GetSandboxPathMap()
171 int ret = JsonUtils::GetJsonObjFromPath(jsonObj, BACKUP_SANDBOX_JSON_FILE_PATH); in GetBackupSandboxPathMap()