/base/web/webview/test/fuzztest/ohos_adapter/display_adapter/convertorientation_fuzzer/ |
H A D | convertorientation_fuzzer.cpp | 35 display.ConvertOrientationType(Orientation::UNSPECIFIED); in ConvertOrientationFuzzTest()
|
/base/customization/enterprise_device_management/services/edm_plugin/include/ |
H A D | bundle_install_plugin.h | 33 AppExecFwk::AppInstallControlRuleType controlRuleType_ = AppExecFwk::AppInstallControlRuleType::UNSPECIFIED;
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 34 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 D | display_manager_adapter.h | 35 UNSPECIFIED = 0, member in OHOS::NWeb::OrientationType
|
H A D | imf_adapter.h | 40 UNSPECIFIED = 0, member in OHOS::NWeb::IMFAdapterEnterKeyType
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 41 IMFAdapterEnterKeyType enterKeyType = IMFAdapterEnterKeyType::UNSPECIFIED;
|
/base/web/webview/ohos_adapter/display_manager_adapter/src/ |
H A D | display_manager_adapter_impl.cpp | 99 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 D | imf_adapter_impl.cpp | 84 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 D | display_manager_adapter_impl_test.cpp | 171 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 D | native_text_changed_listener_test.cpp | 172 key.SetEnterKeyType(EnterKeyType::UNSPECIFIED); in HWTEST_F()
|
H A D | input_method_controller_test.cpp | 1021 EXPECT_TRUE(keyType >= static_cast<int32_t>(EnterKeyType::UNSPECIFIED) in HWTEST_F()
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 398 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::UNSPECIFIED); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 51 "ENTER_KEY_TYPE_UNSPECIFIED", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::UNSPECIFIED))), in Init()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 124 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()
|