Searched defs:GetIntFromJson (Results 1 – 5 of 5) sorted by relevance
| /base/security/access_token/frameworks/json_adapter/src/ |
| D | cjson_utils.cpp | 220 bool GetIntFromJson(const CJson* jsonObj, const std::string& key, int32_t& value) in GetIntFromJson() function 234 bool GetIntFromJson(const CJsonUnique& jsonObj, const std::string& key, int32_t& value) in GetIntFromJson() function
|
| /base/hiviewdfx/hitrace/utils/ |
| D | trace_json_parser.cpp | 67 bool GetIntFromJson(cJSON* jsonNode, const std::string& key, int& value) in GetIntFromJson() function
|
| /base/account/os_account/frameworks/common/json_utils/src/ |
| D | json_utils.cpp | 440 bool GetIntFromJson(const CJson *jsonObj, const std::string &key, int32_t &value) in GetIntFromJson() function 462 bool GetIntFromJson(const CJsonUnique &jsonObj, const std::string &key, int32_t &value) in GetIntFromJson() function
|
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| D | json_utils_mock.c | 283 int32_t GetIntFromJson(const CJson *jsonObj, const char *key, int32_t *value) in GetIntFromJson() function
|
| /base/security/device_auth/common_lib/impl/src/ |
| D | json_utils.c | 368 int32_t GetIntFromJson(const CJson *jsonObj, const char *key, int32_t *value) in GetIntFromJson() function
|