/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_attach_test.cpp | 309 EnterKeyType keyType = EnterKeyType::NEXT; in HWTEST_F() 330 EnterKeyType keyType = EnterKeyType::NEXT; in HWTEST_F() 479 config.SetEnterKeyType(EnterKeyType::NEXT); in HWTEST_F() 487 EXPECT_EQ(totalConfig.inputAttribute.enterKeyType, static_cast<int32_t>(EnterKeyType::NEXT)); in HWTEST_F() 509 configuration.SetEnterKeyType(EnterKeyType::NEXT); in HWTEST_F() 628 configuration.SetEnterKeyType(EnterKeyType::NEXT); in HWTEST_F()
|
H A D | native_text_changed_listener_test.cpp | 182 key.SetEnterKeyType(EnterKeyType::NEXT); in HWTEST_F()
|
H A D | input_method_ability_test.cpp | 456 EnterKeyType keyType = EnterKeyType::NEXT; in HWTEST_F()
|
/base/telephony/core_service/services/sim/include/ |
H A D | usim_dialling_numbers_service.h | 91 const int NEXT = 123; member in OHOS::Telephony::UsimDiallingNumbersService
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | imf_adapter.h | 45 NEXT, member in OHOS::NWeb::IMFAdapterEnterKeyType
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 99 case MiscServices::EnterKeyType::NEXT: in SendFunctionKey() 100 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NEXT); in SendFunctionKey()
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 315 case OHOS::MiscServices::EnterKeyType::NEXT: in ConvertToCEnterKeyType()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 39 NEXT, member in OHOS::MiscServices::EnterKeyType
|
/base/telephony/core_service/services/sim/src/ |
H A D | usim_dialling_numbers_service.cpp | 357 std::unique_ptr<int> step = std::make_unique<int>(NEXT); in NextStep()
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 408 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NEXT); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 58 "ENTER_KEY_TYPE_NEXT", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::NEXT))), in Init()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 129 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::NEXT), &typeNext)); in GetJsEnterKeyTypeProperty() 139 NAPI_CALL(env, napi_set_named_property(env, enterKeyType, "NEXT", typeNext)); in GetJsEnterKeyTypeProperty()
|