Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/utils/include/
H A Ddupdate_json_utils.h133 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_query_object_helper_test.cpp64 void CheckType(const Type &expectType, const Type &actualType) in CheckType() function
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinjection_event_dispatch.cpp210 bool InjectionEventDispatch::CheckType(const std::string &inputType) in CheckType() function in OHOS::MMI::InjectionEventDispatch
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/infrared_emitter/src/
H A Djs_register_module.cpp35 bool CheckType(const napi_env& env, const napi_value& value, const napi_valuetype& type) in CheckType() function
/ohos5.0/base/security/access_token/interfaces/kits/napi/common/src/
H A Dnapi_common.cpp51 bool CheckType(const napi_env& env, const napi_value& value, const napi_valuetype& type) in CheckType() function
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1792 bool Parser::CheckType(const Token &token, const AutoPtr<ASTType> &type) in CheckType() function in OHOS::Idl::Parser
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp1577 bool Parser::CheckType(const Token &token, const AutoPtr<ASTType> &type) in CheckType() function in OHOS::HDI::Parser