/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_edit_text_unit_test.cpp | 168 EXPECT_EQ(editText->GetInputType(), InputType::TEXT_TYPE); 172 EXPECT_EQ(editText->GetInputType(), type); 176 EXPECT_EQ(editText->GetInputType(), type);
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/ |
H A D | input_method_manager_unit_test.cpp | 170 EXPECT_EQ(editView->GetInputType(), InputType::TEXT_TYPE); 173 EXPECT_EQ(editView->GetInputType(), InputType::PASSWORD_TYPE);
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_accessibility_node_info_impl.cpp | 212 int32_t ArkWebAccessibilityNodeInfoImpl::GetInputType() in GetInputType() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl 214 return nweb_accessibility_node_info_->GetInputType(); in GetInputType()
|
H A D | ark_web_accessibility_node_info_impl.h | 107 int32_t GetInputType() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_accessibility_node_info_wrapper.cpp | 232 int32_t ArkWebAccessibilityNodeInfoWrapper::GetInputType() in GetInputType() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper 234 return ark_web_accessibility_node_info_->GetInputType(); in GetInputType()
|
H A D | ark_web_accessibility_node_info_wrapper.h | 104 int32_t GetInputType() override;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/core/ |
H A D | input_method_manager.cpp | 45 param.inputType = tmpView->GetInputType(); in ShowInputMethod()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_accessibility_node_info.h | 140 virtual int32_t GetInputType() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_accessibility_node_info.h | 103 virtual int32_t GetInputType() = 0;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | custom_input_method.cpp | 285 InputType type = editView_->GetInputType(); in OnClick() 351 InputType type = editView_->GetInputType(); in OnLongPress()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_edit_text.h | 195 InputType GetInputType() in GetInputType() function
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 1169 EXPECT_EQ(edittext->GetInputType(), InputType::TEXT_TYPE); 1176 EXPECT_EQ(edittext->GetInputType(), InputType::PASSWORD_TYPE); 1183 EXPECT_EQ(edittext->GetInputType(), InputType::TEXT_TYPE);
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 1329 int32_t GetInputType() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.h | 536 std::string GetInputType() const in GetInputType() function
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 310 int32_t AccessibilityElementInfo::GetInputType() const in GetInputType() function in OHOS::Accessibility::AccessibilityElementInfo
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_element_info_test.cpp | 988 EXPECT_EQ(elementInfo_->GetInputType(), 1);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 1469 nodeInfo.SetInputType(node->GetInputType()); in UpdateWebAccessibilityElementInfo() 2289 …xt input type: ", ConvertInputTypeToString(static_cast<AceTextCategory>(nodeInfo.GetInputType()))); in DumpAccessibilityPropertyNG() 3148 DumpLog::GetInstance().AddDesc("input type: ", node->GetInputType()); in DumpProperty()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_element.cpp | 549 callbackInfo->accessibilityElement_.elementInfo_->GetInputType(), &value)); in GetElementInfoInputType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 6241 …JsonNodePutDefaultValue(jsonNode, WebAccessibilityType::INPUT_TYPE, webNodeInfo->GetInputType(), -… in WebNodeInfoToJsonValue()
|