Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp53 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 Dtext_field_model_ng.h254 static std::string GetInputFilter(FrameNode* frameNode);
H A Dtext_field_pattern.h889 std::string GetInputFilter() const;
H A Dtext_field_pattern.cpp3882 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 Dtext_field_model_ng.cpp1824 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 Dtext_area_test.cpp265 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 Dtext_field_controller_test.cpp266 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 Dtext_field_component.cpp770 const std::string& TextFieldComponent::GetInputFilter() const in GetInputFilter() function in OHOS::Ace::TextFieldComponent
772 return declaration_->GetInputFilter(); in GetInputFilter()
H A Dtext_field_component.h272 const std::string& GetInputFilter() const;
H A Drender_text_field.cpp190 inputFilter_ = textField->GetInputFilter(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h166 const std::string& GetInputFilter() const in GetInputFilter() function in OHOS::Ace::TextFieldDeclaration
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp1920 EXPECT_EQ(textFieldPattern->GetInputFilter(), NUMBER_FILTER); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp355 g_strValue = TextFieldModelNG::GetInputFilter(frameNode); in GetTextInputInputFilter()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp4716 const ArkUI_AttributeItem* GetInputFilter(ArkUI_NodeHandle node) in GetInputFilter() function
13218 GetTextInputContentType, GetTextInputPasswordRules, GetTextInputSelectAll, GetInputFilter, in GetTextInputAttribute()
13267 GetTextAreaSelectionMenuHidden, GetBlurOnSubmit, GetInputFilter, GetSelectedBackgroundColor, in GetTextAreaAttribute()

Completed in 78 milliseconds