Home
last modified time | relevance | path

Searched refs:IMC_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_controller.cpp52 const std::string JsGetInputMethodController::IMC_CLASS_NAME = "InputMethodController"; member in OHOS::MiscServices::JsGetInputMethodController
88 …NAPI_CALL(env, napi_define_class(env, IMC_CLASS_NAME.c_str(), IMC_CLASS_NAME.size(), JsConstructor… in Init()
91 NAPI_CALL(env, napi_set_named_property(env, info, IMC_CLASS_NAME.c_str(), cons)); in Init()
H A Djs_get_input_method_controller.h236 static const std::string IMC_CLASS_NAME; variable