Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
Dparse_util.h73 …static inline void GetStringFromJson(const nlohmann::json& obj, const std::string& key, std::strin… in GetStringFromJson() function
/foundation/barrierfree/accessibility/services/aams/src/
Dutils.cpp51 …static bool GetStringFromJson(const nlohmann::json &json, const std::string &key, std::string &val… in GetStringFromJson() function in OHOS::Accessibility::JsonUtils