Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/frameworks/common/src/
H A Djson_parser.cpp46 bool JsonParser::GetIntFromJson(const nlohmann::json& j, const std::string& tag, int& out) in GetIntFromJson() function in OHOS::Security::AccessToken::JsonParser
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/command/
H A Dbase_remote_command.cpp54 static void GetIntFromJson(const nlohmann::json& jsonObject, const std::string& tag, int32_t& out) in GetIntFromJson() function
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Djson_utils.c250 int32_t GetIntFromJson(const CJson *jsonObj, const char *key, int32_t *value) in GetIntFromJson() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Djson_utils_mock.c283 int32_t GetIntFromJson(const CJson *jsonObj, const char *key, int32_t *value) in GetIntFromJson() function