Searched defs:GetBoolFromJson (Results 1 – 2 of 2) sorted by relevance
66 static inline void GetBoolFromJson(const nlohmann::json& obj, const std::string& key, bool& out) in GetBoolFromJson() function
80 static bool GetBoolFromJson(const nlohmann::json &json, const std::string &key, bool &value) in GetBoolFromJson() function in OHOS::Accessibility::JsonUtils