Searched defs:GetBoolFromJson (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/ |
H A D | parse_util.h | 72 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 D | json_parser.cpp | 64 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 D | utils.cpp | 87 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 D | json_utils.c | 318 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 D | json_utils_mock.c | 351 int32_t GetBoolFromJson(const CJson *jsonObj, const char *key, bool *value) in GetBoolFromJson() function
|