Home
last modified time | relevance | path

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

/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
Dnative_token_receptor.cpp81 static bool GetIntFromJson(const nlohmann::json& j, const std::string& tag, int& out) in GetIntFromJson() function
/base/security/access_token/services/tokensyncmanager/src/command/
Dbase_remote_command.cpp54 static void GetIntFromJson(const nlohmann::json& jsonObject, const std::string& tag, int32_t& out) in GetIntFromJson() function
/base/security/device_auth/common_lib/impl/src/
Djson_utils.c225 int32_t GetIntFromJson(const CJson *jsonObj, const char *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