Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.cpp38 const std::string JsGetInputMethodSetting::IMS_CLASS_NAME = "InputMethodSetting"; member in OHOS::MiscServices::JsGetInputMethodSetting
73 …NAPI_CALL(env, napi_define_class(env, IMS_CLASS_NAME.c_str(), IMS_CLASS_NAME.size(), JsConstructor… in Init()
76 NAPI_CALL(env, napi_set_named_property(env, exports, IMS_CLASS_NAME.c_str(), cons)); in Init()
H A Djs_get_input_method_setting.h143 static const std::string IMS_CLASS_NAME; variable