Home
last modified time | relevance | path

Searched refs:TextContentTypeToString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h846 std::string TextContentTypeToString() const;
H A Dtext_field_pattern.cpp5849 std::string TextFieldPattern::TextContentTypeToString() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
6726 json->PutExtAttr("contentType", TextContentTypeToString().c_str(), filter); in OnBackPressed()
7066 dumpLog.AddDesc(std::string("contentType:").append(TextContentTypeToString())); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp1015 auto ret1 = pattern->TextContentTypeToString();