Searched refs:PARAMETER_TYPE (Results 1 - 2 of 2) sorted by relevance
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ | ||
H A D | js_utils.h | 128 static const std::map<int32_t, std::string> PARAMETER_TYPE; member in OHOS::MiscServices::JsUtils |
H A D | js_utils.cpp | 87 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() |
Completed in 2 milliseconds