Home
last modified time | relevance | path

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

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