Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.cpp71 const std::map<int32_t, std::string> JsUtils::PARAMETER_TYPE = { member in OHOS::MiscServices::JsUtils
94 auto iter = PARAMETER_TYPE.find(type); in ThrowException()
95 if (iter != PARAMETER_TYPE.end()) { in ThrowException()
Djs_utils.h122 static const std::map<int32_t, std::string> PARAMETER_TYPE; variable