Home
last modified time | relevance | path

Searched refs:GetErrorTextState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h869 bool GetErrorTextState() const;
H A Dtext_field_pattern.cpp6109 bool TextFieldPattern::GetErrorTextState() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
6739 …json->PutExtAttr("showError", GetErrorTextState() ? GetErrorTextString().c_str() : "undefined", fi… in OnBackPressed()
7055 …dumpLog.AddDesc(std::string("showError:").append(GetErrorTextState() ? GetErrorTextString() : "und… in OnBackPressed()