Home
last modified time | relevance | path

Searched refs:UNSPECIFIED (Results 1 - 14 of 14) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/display_adapter/convertorientation_fuzzer/
H A Dconvertorientation_fuzzer.cpp35 display.ConvertOrientationType(Orientation::UNSPECIFIED); in ConvertOrientationFuzzTest()
/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Dbundle_install_plugin.h33 AppExecFwk::AppInstallControlRuleType controlRuleType_ = AppExecFwk::AppInstallControlRuleType::UNSPECIFIED;
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h34 UNSPECIFIED = 0, member in OHOS::MiscServices::EnterKeyType
105 EnterKeyType enterKeyType = EnterKeyType::UNSPECIFIED;
149 EnterKeyType enterKeyType = EnterKeyType::UNSPECIFIED;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Ddisplay_manager_adapter.h35 UNSPECIFIED = 0, member in OHOS::NWeb::OrientationType
H A Dimf_adapter.h40 UNSPECIFIED = 0, member in OHOS::NWeb::IMFAdapterEnterKeyType
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h41 IMFAdapterEnterKeyType enterKeyType = IMFAdapterEnterKeyType::UNSPECIFIED;
/base/web/webview/ohos_adapter/display_manager_adapter/src/
H A Ddisplay_manager_adapter_impl.cpp99 case OHOS::Rosen::Orientation::UNSPECIFIED: in ConvertOrientationType()
100 return OHOS::NWeb::OrientationType::UNSPECIFIED; in ConvertOrientationType()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp84 case MiscServices::EnterKeyType::UNSPECIFIED: in SendFunctionKey()
85 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::UNSPECIFIED); in SendFunctionKey()
/base/web/webview/test/unittest/display_manager_adapter_impl_test/
H A Ddisplay_manager_adapter_impl_test.cpp171 OHOS::Rosen::Orientation type = OHOS::Rosen::Orientation::UNSPECIFIED; in HWTEST_F()
174 EXPECT_EQ(retType, OHOS::NWeb::OrientationType::UNSPECIFIED); in HWTEST_F()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp172 key.SetEnterKeyType(EnterKeyType::UNSPECIFIED); in HWTEST_F()
H A Dinput_method_controller_test.cpp1021 EXPECT_TRUE(keyType >= static_cast<int32_t>(EnterKeyType::UNSPECIFIED) in HWTEST_F()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp398 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::UNSPECIFIED); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp51 "ENTER_KEY_TYPE_UNSPECIFIED", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::UNSPECIFIED))), in Init()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp124 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::UNSPECIFIED), &typeUnspecified)); in GetJsEnterKeyTypeProperty()
134 NAPI_CALL(env, napi_set_named_property(env, enterKeyType, "UNSPECIFIED", typeUnspecified)); in GetJsEnterKeyTypeProperty()

Completed in 16 milliseconds