Searched refs:LONG_TEXT (Results 1 – 6 of 6) sorted by relevance
39 contentType_ = NotificationContent::Type::LONG_TEXT; in NotificationContent()104 … : (contentType_ == NotificationContent::Type::LONG_TEXT) ? "LONG_TEXT" in Dump()214 case NotificationContent::Type::LONG_TEXT: in ReadFromParcel()271 case NotificationContent::Type::LONG_TEXT: in ConvertJsonToContent()
402 if ((NotificationContent::Type::LONG_TEXT == notificationContentType_) || in SetSettingsText()
51 LONG_TEXT, enumerator
165 eventInfo.contentType = static_cast<int32_t>(NotificationContent::Type::LONG_TEXT); in HWTEST_F()335 eventInfo.contentType = static_cast<int32_t>(NotificationContent::Type::LONG_TEXT); in HWTEST_F()
1775 case NotificationContent::Type::LONG_TEXT: in GetNotificationContent()4319 outType = NotificationContent::Type::LONG_TEXT; in ContentTypeJSToC()4343 case NotificationContent::Type::LONG_TEXT: in ContentTypeCToJS()
322 EXPECT_EQ(NotificationContent::Type::LONG_TEXT, notificationContent->GetContentType()); in CheckCaseSevenResult()