Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/utils/include/
H A Ddupdate_json_utils.h83 static void SetJsonToVector(nlohmann::json &jsonObject, std::vector<std::string> &vector) in SetJsonToVector() function
95 static void SetJsonToVector(const nlohmann::json &jsonObject, const std::string &key, in SetJsonToVector() function
102 SetJsonToVector(jsonArray, vector); in SetJsonToVector()