Home
last modified time | relevance | path

Searched defs:GetBoolFromJson (Results 1 – 2 of 2) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
Dparse_util.h66 static inline void GetBoolFromJson(const nlohmann::json& obj, const std::string& key, bool& out) in GetBoolFromJson() function
/foundation/barrierfree/accessibility/services/aams/src/
Dutils.cpp80 static bool GetBoolFromJson(const nlohmann::json &json, const std::string &key, bool &value) in GetBoolFromJson() function in OHOS::Accessibility::JsonUtils