/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | content_controller.cpp | 53 property->GetInputFilter().has_value() && !property->GetInputFilter().value().empty() && !content_.empty(); in PreprocessString() 184 property->GetInputFilter().has_value() && !property->GetInputFilter().value().empty() && !content_.empty(); in FilterValue() 188 textChanged |= FilterWithEvent(property->GetInputFilter().value(), result); in FilterValue() 216 bool hasInputFilter = property->GetInputFilter().has_value() && !property->GetInputFilter().value().empty(); in FilterValueType() 220 textChanged = FilterWithEvent(property->GetInputFilter().value(), result) || textChanged; in FilterValueType()
|
H A D | text_field_model_ng.h | 254 static std::string GetInputFilter(FrameNode* frameNode);
|
H A D | text_field_pattern.h | 889 std::string GetInputFilter() const;
|
H A D | text_field_pattern.cpp | 3882 config.inputFilter = GetInputFilter(); in RequestKeyboardCrossPlatForm() 4940 if (GetInputFilter() != "\n") { in PerformAction() 6044 std::string TextFieldPattern::GetInputFilter() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern 6639 json->PutExtAttr("inputFilter", GetInputFilter().c_str(), filter); in OnBackPressed() 6962 dumpLog.AddDesc(std::string("InputFilter:").append(GetInputFilter())); in OnBackPressed()
|
H A D | text_field_model_ng.cpp | 1824 std::string TextFieldModelNG::GetInputFilter(FrameNode* frameNode) in GetInputFilter() function in OHOS::Ace::NG::TextFieldModelNG
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_area_test.cpp | 265 EXPECT_TRUE(pattern_->GetInputFilter() != "\n"); in HWTEST_F() 545 EXPECT_TRUE(pattern_->GetInputFilter() != "\n"); in HWTEST_F() 582 EXPECT_TRUE(pattern_->GetInputFilter() != "\n"); in HWTEST_F() 621 EXPECT_TRUE(pattern_->GetInputFilter() != "\n"); in HWTEST_F() 1119 EXPECT_TRUE(pattern_->GetInputFilter() != "\n"); in HWTEST_F() 1156 EXPECT_TRUE(pattern_->GetInputFilter() != "\n"); in HWTEST_F() 1193 EXPECT_TRUE(pattern_->GetInputFilter() != "\n"); in HWTEST_F() 1775 EXPECT_TRUE(pattern_->GetInputFilter() != "\n"); in HWTEST_F()
|
H A D | text_field_controller_test.cpp | 266 EXPECT_EQ(pattern_->GetInputFilter(), LOWERCASE_FILTER); in HWTEST_F() 287 EXPECT_EQ(pattern_->GetInputFilter(), NUMBER_FILTER); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 770 const std::string& TextFieldComponent::GetInputFilter() const in GetInputFilter() function in OHOS::Ace::TextFieldComponent 772 return declaration_->GetInputFilter(); in GetInputFilter()
|
H A D | text_field_component.h | 272 const std::string& GetInputFilter() const;
|
H A D | render_text_field.cpp | 190 inputFilter_ = textField->GetInputFilter(); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.h | 166 const std::string& GetInputFilter() const in GetInputFilter() function in OHOS::Ace::TextFieldDeclaration
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 1920 EXPECT_EQ(textFieldPattern->GetInputFilter(), NUMBER_FILTER); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_input_modifier.cpp | 355 g_strValue = TextFieldModelNG::GetInputFilter(frameNode); in GetTextInputInputFilter()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 4716 const ArkUI_AttributeItem* GetInputFilter(ArkUI_NodeHandle node) in GetInputFilter() function 13218 GetTextInputContentType, GetTextInputPasswordRules, GetTextInputSelectAll, GetInputFilter, in GetTextInputAttribute() 13267 GetTextAreaSelectionMenuHidden, GetBlurOnSubmit, GetInputFilter, GetSelectedBackgroundColor, in GetTextAreaAttribute()
|