Home
last modified time | relevance | path

Searched defs:CheckType (Results 1 – 2 of 2) sorted by relevance

/base/update/updateservice/services/core/ability/utils/include/
Djson_utils.h73 …static bool CheckType(const nlohmann::json &jsonObject, const std::string &key, std::string &value) in CheckType() function
77 static bool CheckType(const nlohmann::json &jsonObject, const std::string &key, int32_t &value) in CheckType() function
81 static bool CheckType(const nlohmann::json &jsonObject, const std::string &key, uint32_t &value) in CheckType() function
85 static bool CheckType(const nlohmann::json &jsonObject, const std::string &key, uint64_t &value) in CheckType() function
89 static bool CheckType(const nlohmann::json &jsonObject, const std::string &key, bool &value) in CheckType() function
/base/security/access_token/interfaces/kits/common/src/
Dnapi_common.cpp40 bool CheckType(const napi_env& env, const napi_value& value, const napi_valuetype& type) in CheckType() function