Searched defs:GetStringFromJson (Results 1 – 3 of 3) sorted by relevance
79 …static inline void GetStringFromJson(const nlohmann::json& obj, const std::string& key, std::strin… in GetStringFromJson() function
58 …static bool GetStringFromJson(const nlohmann::json &json, const std::string &key, std::string &val… in GetStringFromJson() function in OHOS::Accessibility::JsonUtils
129 static std::optional<std::string> GetStringFromJson(const nlohmann::json &j, const std::string &key) in GetStringFromJson() function