Searched refs:TextInputActionToString (Results 1 – 4 of 4) sorted by relevance
1454 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");
265 EXPECT_EQ(pattern_->TextInputActionToString(), "EnterKeyType.Done");
845 std::string TextInputActionToString() const;
5860 std::string TextFieldPattern::TextInputActionToString() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern6729 json->PutExtAttr("enterKeyType", TextInputActionToString().c_str(), filter); in OnBackPressed()7060 dumpLog.AddDesc(std::string("enterKeyType:").append(TextInputActionToString())); in OnBackPressed()