Searched defs:CheckType (Results 1 – 2 of 2) sorted by relevance
| /base/update/updateservice/foundations/ability/utils/include/ |
| D | dupdate_json_utils.h | 133 static bool CheckType(const nlohmann::json &jsonObject, std::string &value) in CheckType() function 138 static bool CheckType(const nlohmann::json &jsonObject, int32_t &value) in CheckType() function 143 static bool CheckType(const nlohmann::json &jsonObject, uint32_t &value) in CheckType() function 148 static bool CheckType(const nlohmann::json &jsonObject, uint64_t &value) in CheckType() function 153 static bool CheckType(const nlohmann::json &jsonObject, int64_t &value) in CheckType() function 158 static bool CheckType(const nlohmann::json &jsonObject, double &value) in CheckType() function 163 static bool CheckType(const nlohmann::json &jsonObject, bool &value) in CheckType() function 168 template <typename T> static bool CheckType(const nlohmann::json &jsonObject, T &value) in CheckType() function 173 …template <typename T> static bool CheckType(const nlohmann::json &jsonObject, std::vector<T> &valu… in CheckType() function
|
| /base/security/access_token/interfaces/kits/napi/common/src/ |
| D | napi_common.cpp | 51 bool CheckType(const napi_env& env, const napi_value& value, const napi_valuetype& type) in CheckType() function
|