Home
last modified time | relevance | path

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

/base/security/access_token/frameworks/json_adapter/src/
Dcjson_utils.cpp220 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/
Dtrace_json_parser.cpp67 bool GetIntFromJson(cJSON* jsonNode, const std::string& key, int& value) in GetIntFromJson() function
/base/account/os_account/frameworks/common/json_utils/src/
Djson_utils.cpp440 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/
Djson_utils_mock.c283 int32_t GetIntFromJson(const CJson *jsonObj, const char *key, int32_t *value) in GetIntFromJson() function
/base/security/device_auth/common_lib/impl/src/
Djson_utils.c368 int32_t GetIntFromJson(const CJson *jsonObj, const char *key, int32_t *value) in GetIntFromJson() function