Home
last modified time | relevance | path

Searched refs:exTitle (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_multiline_content_test.cpp43 std::string exTitle = "ExTitle"; in HWTEST_F() local
45 rrc->SetExpandedTitle(exTitle); in HWTEST_F()
46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle); in HWTEST_F()
H A Dnotification_picture_content_test.cpp43 std::string exTitle = "ExTitle"; in HWTEST_F() local
45 rrc->SetExpandedTitle(exTitle); in HWTEST_F()
46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_multiline_content.cpp26 void NotificationMultiLineContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() argument
28 expandedTitle_ = exTitle; in SetExpandedTitle()
H A Dnotification_long_text_content.cpp35 void NotificationLongTextContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() argument
37 expandedTitle_ = exTitle; in SetExpandedTitle()
H A Dnotification_picture_content.cpp22 void NotificationPictureContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() argument
24 expandedTitle_ = exTitle; in SetExpandedTitle()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_long_text_content.h42 * @param exTitle Indicates the title to be displayed when this notification is expanded.
44 void SetExpandedTitle(const std::string &exTitle);
H A Dnotification_picture_content.h36 * @param exTitle Indicates the title to be displayed when this notification is expanded.
38 void SetExpandedTitle(const std::string &exTitle);
H A Dnotification_multiline_content.h35 * @param exTitle Indicates the title to be displayed when this notification is expanded.
37 void SetExpandedTitle(const std::string &exTitle);

Completed in 3 milliseconds