Searched defs:GetBoolFromJson (Results 1 – 4 of 4) sorted by relevance
| /base/account/os_account/frameworks/common/json_utils/src/ |
| D | json_utils.cpp | 517 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/ |
| D | cjson_utils.cpp | 258 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/ |
| D | json_utils_mock.c | 383 int32_t GetBoolFromJson(const CJson *jsonObj, const char *key, bool *value) in GetBoolFromJson() function
|
| /base/security/device_auth/common_lib/impl/src/ |
| D | json_utils.c | 468 int32_t GetBoolFromJson(const CJson *jsonObj, const char *key, bool *value) in GetBoolFromJson() function
|