Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_test.cpp1454 EXPECT_STREQ(pattern_->TextInputActionToString().c_str(), "EnterKeyType.Go");
1461 EXPECT_STREQ(pattern_->TextInputActionToString().c_str(), "EnterKeyType.Search");
1468 EXPECT_STREQ(pattern_->TextInputActionToString().c_str(), "EnterKeyType.Send");
1475 EXPECT_STREQ(pattern_->TextInputActionToString().c_str(), "EnterKeyType.Done");
1482 EXPECT_STREQ(pattern_->TextInputActionToString().c_str(), "EnterKeyType.Next");
H A Dtext_area_test.cpp265 EXPECT_EQ(pattern_->TextInputActionToString(), "EnterKeyType.Done");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h845 std::string TextInputActionToString() const;
H A Dtext_field_pattern.cpp5860 std::string TextFieldPattern::TextInputActionToString() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
6729 json->PutExtAttr("enterKeyType", TextInputActionToString().c_str(), filter); in OnBackPressed()
7060 dumpLog.AddDesc(std::string("enterKeyType:").append(TextInputActionToString())); in OnBackPressed()