Home
last modified time | relevance | path

Searched refs:GetErrorTextString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp152 auto errorText = pattern->GetErrorTextString(); in PrepareErrorTextNode()
170 auto errorValue = pattern->GetErrorTextString(); in BeforeErrorLayout()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_update_test.cpp347 EXPECT_EQ(pattern_->GetErrorTextString(), "");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h867 std::string GetErrorTextString() const;
H A Dtext_field_pattern.cpp6102 std::string TextFieldPattern::GetErrorTextString() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
6739 …json->PutExtAttr("showError", GetErrorTextState() ? GetErrorTextString().c_str() : "undefined", fi… in OnBackPressed()
7015 accessibilityProperty->SetErrorText(GetErrorTextString()); in OnBackPressed()
7055 …dumpLog.AddDesc(std::string("showError:").append(GetErrorTextState() ? GetErrorTextString() : "und… in OnBackPressed()