Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h72 static inline void GetBoolFromJson(const nlohmann::json& obj, const std::string& key, bool& out) in GetBoolFromJson() function
/ohos5.0/base/security/access_token/frameworks/common/src/
H A Djson_parser.cpp64 bool JsonParser::GetBoolFromJson(const nlohmann::json& j, const std::string& tag, bool& out) in GetBoolFromJson() function in OHOS::Security::AccessToken::JsonParser
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Dutils.cpp87 static bool GetBoolFromJson(const nlohmann::json &json, const std::string &key, bool &value) in GetBoolFromJson() function in OHOS::Accessibility::JsonUtils
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Djson_utils.c318 int32_t GetBoolFromJson(const CJson *jsonObj, const char *key, bool *value) in GetBoolFromJson() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Djson_utils_mock.c351 int32_t GetBoolFromJson(const CJson *jsonObj, const char *key, bool *value) in GetBoolFromJson() function