Home
last modified time | relevance | path

Searched refs:GetInputFilter (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp54 …property->GetInputFilter().has_value() && !property->GetInputFilter().value().empty() && !content_… in PreprocessString()
180 …property->GetInputFilter().has_value() && !property->GetInputFilter().value().empty() && !content_… in FilterValue()
184 textChanged |= FilterWithEvent(property->GetInputFilter().value(), result); in FilterValue()
212 …bool hasInputFilter = property->GetInputFilter().has_value() && !property->GetInputFilter().value(… in FilterValueType()
216 textChanged = FilterWithEvent(property->GetInputFilter().value(), result) || textChanged; in FilterValueType()
H A Dtext_field_model_ng.h249 static std::string GetInputFilter(FrameNode* frameNode);
H A Dtext_field_pattern.h864 std::string GetInputFilter() const;
H A Dtext_field_pattern.cpp3899 config.inputFilter = GetInputFilter(); in RequestKeyboardCrossPlatForm()
4984 if (GetInputFilter() != "\n") { in PerformAction()
6095 std::string TextFieldPattern::GetInputFilter() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
6732 json->PutExtAttr("inputFilter", GetInputFilter().c_str(), filter); in OnBackPressed()
7049 dumpLog.AddDesc(std::string("InputFilter:").append(GetInputFilter())); in OnBackPressed()
H A Dtext_field_model_ng.cpp1757 std::string TextFieldModelNG::GetInputFilter(FrameNode* frameNode) in GetInputFilter() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_area_test.cpp263 EXPECT_TRUE(pattern_->GetInputFilter() != "\n");
543 EXPECT_TRUE(pattern_->GetInputFilter() != "\n");
580 EXPECT_TRUE(pattern_->GetInputFilter() != "\n");
619 EXPECT_TRUE(pattern_->GetInputFilter() != "\n");
1111 EXPECT_TRUE(pattern_->GetInputFilter() != "\n");
1148 EXPECT_TRUE(pattern_->GetInputFilter() != "\n");
1185 EXPECT_TRUE(pattern_->GetInputFilter() != "\n");
1759 EXPECT_TRUE(pattern_->GetInputFilter() != "\n");
H A Dtext_field_controller_test.cpp264 EXPECT_EQ(pattern_->GetInputFilter(), LOWERCASE_FILTER);
285 EXPECT_EQ(pattern_->GetInputFilter(), NUMBER_FILTER);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp761 const std::string& TextFieldComponent::GetInputFilter() const in GetInputFilter() function in OHOS::Ace::TextFieldComponent
763 return declaration_->GetInputFilter(); in GetInputFilter()
H A Dtext_field_component.h269 const std::string& GetInputFilter() const;
H A Drender_text_field.cpp194 inputFilter_ = textField->GetInputFilter(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h165 const std::string& GetInputFilter() const in GetInputFilter() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp1900 EXPECT_EQ(textFieldPattern->GetInputFilter(), NUMBER_FILTER);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp365 g_strValue = TextFieldModelNG::GetInputFilter(frameNode); in GetTextInputInputFilter()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp4747 const ArkUI_AttributeItem* GetInputFilter(ArkUI_NodeHandle node) in GetInputFilter() function
13260 GetTextInputContentType, GetTextInputPasswordRules, GetTextInputSelectAll, GetInputFilter, in GetTextInputAttribute()
13309 GetTextAreaSelectionMenuHidden, GetBlurOnSubmit, GetInputFilter, GetSelectedBackgroundColor, in GetTextAreaAttribute()