Searched refs:GetJsonObjFromPath (Results 1 – 3 of 3) sorted by relevance
29 static int32_t GetJsonObjFromPath(nlohmann::json& jsonObj, const std::string& jsonPath);
25 int32_t JsonUtils::GetJsonObjFromPath(nlohmann::json& jsonObj, const std::string& jsonPath) in GetJsonObjFromPath() function in OHOS::AppFileService::JsonUtils
138 int ret = JsonUtils::GetJsonObjFromPath(jsonObj, SANDBOX_JSON_FILE_PATH); in GetSandboxPathMap()171 int ret = JsonUtils::GetJsonObjFromPath(jsonObj, BACKUP_SANDBOX_JSON_FILE_PATH); in GetBackupSandboxPathMap()