Searched refs:GetErrorTextString (Results 1 – 4 of 4) sorted by relevance
152 auto errorText = pattern->GetErrorTextString(); in PrepareErrorTextNode()170 auto errorValue = pattern->GetErrorTextString(); in BeforeErrorLayout()
347 EXPECT_EQ(pattern_->GetErrorTextString(), "");
867 std::string GetErrorTextString() const;
6102 std::string TextFieldPattern::GetErrorTextString() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern6739 …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()