Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/json_utils/src/
Djson_utils.cpp517 bool GetBoolFromJson(const CJson *jsonObj, const std::string &key, bool &value) in GetBoolFromJson() function
531 bool GetBoolFromJson(const CJsonUnique &jsonObj, const std::string &key, bool &value) in GetBoolFromJson() function
536 bool GetBoolFromJson(const CJson *jsonObj, const std::string &key) in GetBoolFromJson() function
543 bool GetBoolFromJson(const CJsonUnique &jsonObj, const std::string &key) in GetBoolFromJson() function
/base/security/access_token/frameworks/json_adapter/src/
Dcjson_utils.cpp258 bool GetBoolFromJson(const CJson* jsonObj, const std::string& key, bool& value) in GetBoolFromJson() function
272 bool GetBoolFromJson(const CJsonUnique& jsonObj, const std::string& key, bool& value) in GetBoolFromJson() function
/base/security/device_auth/test/unittest/deviceauth/source/
Djson_utils_mock.c383 int32_t GetBoolFromJson(const CJson *jsonObj, const char *key, bool *value) in GetBoolFromJson() function
/base/security/device_auth/common_lib/impl/src/
Djson_utils.c468 int32_t GetBoolFromJson(const CJson *jsonObj, const char *key, bool *value) in GetBoolFromJson() function