Home
last modified time | relevance | path

Searched refs:PARAMETER_TYPE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp87 const std::map<int32_t, std::string> JsUtils::PARAMETER_TYPE = { member in OHOS::MiscServices::JsUtils
110 auto iter = PARAMETER_TYPE.find(type); in ThrowException()
111 if (iter != PARAMETER_TYPE.end()) { in ThrowException()
H A Djs_utils.h128 static const std::map<int32_t, std::string> PARAMETER_TYPE; variable