Home
last modified time | relevance | path

Searched refs:GetActionButtons (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
Dreminderrequestannex_fuzzer.cpp39 reminderRequest.GetActionButtons(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h337 const std::vector<std::shared_ptr<NotificationActionButton>> GetActionButtons() const;
Dreminder_request.h183 std::map<ActionButtonType, ActionButtonInfo> GetActionButtons() const;
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1038 size_t size = request.GetActionButtons().size(); in CanPublishMediaContent()
1138 auto buttons = request.GetActionButtons(); in CheckImageSize()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp210 …<std::shared_ptr<NotificationActionButton>> actionButtons = notificationRequest.GetActionButtons(); in CheckCaseTwoResult()
235 …<std::shared_ptr<NotificationActionButton>> actionButtons = notificationRequest.GetActionButtons(); in CheckCaseThreeResult()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp509 auto actionButtonsMap = reminder.GetActionButtons(); in ParseActionButtons()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp186 const std::vector<std::shared_ptr<NotificationActionButton>> NotificationRequest::GetActionButtons(… in GetActionButtons() function in OHOS::Notification::NotificationRequest
Dreminder_request.cpp695 …derRequest::ActionButtonType, ReminderRequest::ActionButtonInfo> ReminderRequest::GetActionButtons( in GetActionButtons() function in OHOS::Notification::ReminderRequest
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp621 for (auto vec : request->GetActionButtons()) { in SetNotificationRequestByCustom()