Home
last modified time | relevance | path

Searched refs:GetActionButtons (Results 1 - 15 of 15) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp39 reminderRequest.GetActionButtons(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager_inner.cpp67 auto actionButtonMap = reminder->GetActionButtons(); in IsActionButtonDataShareValid()
H A Dadvanced_notification_service.cpp2207 for (auto actionButton : (*iter)->request->GetActionButtons()) { in FillActionButtons()
H A Dreminder_data_manager.cpp659 auto actionButtonMap = reminder->GetActionButtons(); in UpdateAppDatabase()
/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp91 reminder->GetActionButtons()); in DoSomethingInterestingWithReminder()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h312 std::map<ActionButtonType, ActionButtonInfo> GetActionButtons() const;
H A Dnotification_request.h381 const std::vector<std::shared_ptr<NotificationActionButton>> GetActionButtons() const;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1458 size_t size = request.GetActionButtons().size(); in CanPublishMediaContent()
1516 auto buttons = request.GetActionButtons(); in CheckImageSize()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp228 notificationRequest.GetActionButtons(); in HWTEST_F()
H A Dreminder_request_test.cpp1187 * @tc.desc: Test GetActionButtons parameters.
1195 rrc->GetActionButtons(); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp262 std::vector<std::shared_ptr<NotificationActionButton>> actionButtons = notificationRequest.GetActionButtons(); in CheckCaseTwoResult()
287 std::vector<std::shared_ptr<NotificationActionButton>> actionButtons = notificationRequest.GetActionButtons(); in CheckCaseThreeResult()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp319 for (auto vec : request->GetActionButtons()) { in SetNotificationRequestByCustom()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp752 std::map<ReminderRequest::ActionButtonType, ReminderRequest::ActionButtonInfo> ReminderRequest::GetActionButtons( in GetActionButtons() function in OHOS::Notification::ReminderRequest
H A Dnotification_request.cpp205 const std::vector<std::shared_ptr<NotificationActionButton>> NotificationRequest::GetActionButtons() const in GetActionButtons() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp637 auto actionButtonsMap = reminder.GetActionButtons(); in ParseActionButtons()

Completed in 33 milliseconds