Home
last modified time | relevance | path

Searched refs:GetShownActions (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_media_content_test.cpp60 EXPECT_EQ(rrc->GetShownActions(), actions);
183 EXPECT_EQ(res->GetShownActions().size(), 2);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationmediacontent_fuzzer/
H A Dnotificationmediacontent_fuzzer.cpp36 notificationMediaContent.GetShownActions(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_media_content.h69 std::vector<uint32_t> GetShownActions() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_media_content.cpp37 std::vector<uint32_t> NotificationMediaContent::GetShownActions() const in GetShownActions() function in OHOS::Notification::NotificationMediaContent
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1500 auto showActions = media->GetShownActions(); in CanPublishMediaContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp218 for (auto it : notificationMediaContent->GetShownActions()) { in CheckCaseOneResult()