/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | content_controller.cpp | 54 …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 D | text_field_model_ng.h | 249 static std::string GetInputFilter(FrameNode* frameNode);
|
H A D | text_field_pattern.h | 864 std::string GetInputFilter() const;
|
H A D | text_field_pattern.cpp | 3899 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 D | text_field_model_ng.cpp | 1757 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 D | text_area_test.cpp | 263 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 D | text_field_controller_test.cpp | 264 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 D | text_field_component.cpp | 761 const std::string& TextFieldComponent::GetInputFilter() const in GetInputFilter() function in OHOS::Ace::TextFieldComponent 763 return declaration_->GetInputFilter(); in GetInputFilter()
|
H A D | text_field_component.h | 269 const std::string& GetInputFilter() const;
|
H A D | render_text_field.cpp | 194 inputFilter_ = textField->GetInputFilter(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.h | 165 const std::string& GetInputFilter() const in GetInputFilter() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 1900 EXPECT_EQ(textFieldPattern->GetInputFilter(), NUMBER_FILTER);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_input_modifier.cpp | 365 g_strValue = TextFieldModelNG::GetInputFilter(frameNode); in GetTextInputInputFilter()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 4747 const ArkUI_AttributeItem* GetInputFilter(ArkUI_NodeHandle node) in GetInputFilter() function 13260 GetTextInputContentType, GetTextInputPasswordRules, GetTextInputSelectAll, GetInputFilter, in GetTextInputAttribute() 13309 GetTextAreaSelectionMenuHidden, GetBlurOnSubmit, GetInputFilter, GetSelectedBackgroundColor, in GetTextAreaAttribute()
|