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/
Dnotification_picture_content_test.cpp43 std::string exTitle = "ExTitle"; variable
45 rrc->SetExpandedTitle(exTitle);
46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle);
Dnotification_multiline_content_test.cpp43 std::string exTitle = "ExTitle"; variable
45 rrc->SetExpandedTitle(exTitle);
46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_long_text_content.cpp35 void NotificationLongTextContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() argument
37 expandedTitle_ = exTitle; in SetExpandedTitle()
Dnotification_multiline_content.cpp26 void NotificationMultiLineContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() argument
28 expandedTitle_ = exTitle; in SetExpandedTitle()
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/
Dnotification_picture_content.h38 void SetExpandedTitle(const std::string &exTitle);
Dnotification_long_text_content.h44 void SetExpandedTitle(const std::string &exTitle);
Dnotification_multiline_content.h37 void SetExpandedTitle(const std::string &exTitle);