Searched refs:GetLongText (Results 1 – 6 of 6) sorted by relevance
29 notificationLongTextContent.GetLongText(); in DoSomethingInterestingWithMyAPI()
83 std::string GetLongText() const;
66 std::string NotificationLongTextContent::GetLongText() const in GetLongText() function in OHOS::Notification::NotificationLongTextContent
46 EXPECT_EQ(rrc->GetLongText(), longText);
184 napi_create_string_utf8(env, longTextContent->GetLongText().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationLongTextContent()
372 EXPECT_EQ("longtext", notificationLongContent->GetLongText()); in CheckCaseSevenResult()