/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_keyboard_delegate_setting.cpp | 45 DECLARE_NAPI_PROPERTY("OPTION_ASCII", GetJsConstProperty(env, static_cast<uint32_t>(20))), in Init() 46 DECLARE_NAPI_PROPERTY("OPTION_NONE", GetJsConstProperty(env, static_cast<uint32_t>(0))), in Init() 47 DECLARE_NAPI_PROPERTY("OPTION_AUTO_CAP_CHARACTERS", GetJsConstProperty(env, static_cast<uint32_t>(2))), in Init() 48 DECLARE_NAPI_PROPERTY("OPTION_AUTO_CAP_SENTENCES", GetJsConstProperty(env, static_cast<uint32_t>(8))), in Init() 49 DECLARE_NAPI_PROPERTY("OPTION_AUTO_WORDS", GetJsConstProperty(env, static_cast<uint32_t>(4))), in Init() 50 DECLARE_NAPI_PROPERTY("OPTION_MULTI_LINE", GetJsConstProperty(env, static_cast<uint32_t>(1))), in Init() 51 DECLARE_NAPI_PROPERTY("OPTION_NO_FULLSCREEN", GetJsConstProperty(env, static_cast<uint32_t>(10))), in Init() 52 DECLARE_NAPI_PROPERTY("CURSOR_UP", GetJsConstProperty(env, static_cast<uint32_t>(1))), in Init() 53 DECLARE_NAPI_PROPERTY("CURSOR_DOWN", GetJsConstProperty(env, static_cast<uint32_t>(2))), in Init() 54 DECLARE_NAPI_PROPERTY("CURSOR_LEFT", GetJsConstProperty(en in Init() 82 napi_value JsKeyboardDelegateSetting::GetJsConstProperty(napi_env env, uint32_t num) GetJsConstProperty() function in OHOS::MiscServices::JsKeyboardDelegateSetting [all...] |
H A D | js_input_method_engine_setting.cpp | 51 "ENTER_KEY_TYPE_UNSPECIFIED", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::UNSPECIFIED))), in Init() 52 DECLARE_NAPI_PROPERTY("ENTER_KEY_TYPE_GO", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::GO))), in Init() 54 "ENTER_KEY_TYPE_SEARCH", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::SEARCH))), in Init() 56 "ENTER_KEY_TYPE_SEND", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::SEND))), in Init() 58 "ENTER_KEY_TYPE_NEXT", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::NEXT))), in Init() 60 "ENTER_KEY_TYPE_DONE", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::DONE))), in Init() 62 "ENTER_KEY_TYPE_PREVIOUS", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::PREVIOUS))), in Init() 64 "ENTER_KEY_TYPE_NEWLINE", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::NEW_LINE))), in Init() 66 DECLARE_NAPI_PROPERTY("PATTERN_TEXT", GetJsConstProperty(env, static_cast<uint32_t>(TextInputType::TEXT))), in Init() 67 DECLARE_NAPI_PROPERTY("PATTERN_NUMBER", GetJsConstProperty(en in Init() 110 napi_value JsInputMethodEngineSetting::GetJsConstProperty(napi_env env, uint32_t num) GetJsConstProperty() function in OHOS::MiscServices::JsInputMethodEngineSetting [all...] |
H A D | js_keyboard_delegate_setting.h | 53 static napi_value GetJsConstProperty(napi_env env, uint32_t num);
|
H A D | js_input_method_engine_setting.h | 86 static napi_value GetJsConstProperty(napi_env env, uint32_t num);
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_setting.h | 124 static napi_value GetJsConstProperty(napi_env env, uint32_t num);
|
H A D | js_get_input_method_setting.cpp | 108 napi_value JsGetInputMethodSetting::GetJsConstProperty(napi_env env, uint32_t num) in GetJsConstProperty() function in OHOS::MiscServices::JsGetInputMethodSetting
|