Searched defs:CheckType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/update/updateservice/foundations/ability/utils/include/ |
H A 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
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_query_object_helper_test.cpp | 64 void CheckType(const Type &expectType, const Type &actualType) in CheckType() function
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | injection_event_dispatch.cpp | 210 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 D | js_register_module.cpp | 35 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 D | napi_common.cpp | 51 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 D | parser.cpp | 1792 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 D | parser.cpp | 1577 bool Parser::CheckType(const Token &token, const AutoPtr<ASTType> &type) in CheckType() function in OHOS::HDI::Parser
|