Home
last modified time | relevance | path

Searched defs:actionButton (Results 1 – 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/
Dnotificationactionbutton_fuzzer.cpp33 std::shared_ptr<Notification::NotificationActionButton> actionButton = in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
Dnotificationrequest_fuzzer.cpp55 std::shared_ptr<Notification::NotificationActionButton> actionButton = in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
Dnotification_publish_test.cpp100 std::shared_ptr<NotificationActionButton> actionButton = in InitButtonRequest() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_action_button_test.cpp45 std::shared_ptr<NotificationActionButton> actionButton = nullptr; in HWTEST_F() local
Dnotification_request_test.cpp191 std::shared_ptr<NotificationActionButton> actionButton = nullptr; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp219 for (auto actionButton : actionButtons) { in CheckCaseTwoResult() local
244 for (auto actionButton : actionButtons) { in CheckCaseThreeResult() local
657 std::shared_ptr<NotificationActionButton> actionButton = variable
722 std::shared_ptr<NotificationActionButton> actionButton = variable
DReminderHelperTest.js1380 actionButton:[ property
1467 actionButton:[ property
1554 actionButton:[ property
1616 actionButton:[ property
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_action_button.cpp69 const std::shared_ptr<NotificationActionButton> &actionButton) in Create()
Dnotification_request.cpp172 void NotificationRequest::AddActionButton(const std::shared_ptr<NotificationActionButton> &actionBu… in AddActionButton()
Dreminder_request.cpp1458 std::shared_ptr<NotificationActionButton> actionButton in AddActionButtons() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1247 …const napi_env &env, const std::shared_ptr<NotificationActionButton> &actionButton, napi_value &re… in SetNotificationActionButton()
1303 …const napi_env &env, const std::shared_ptr<NotificationActionButton> &actionButton, napi_value &re… in SetNotificationActionButtonByExtras()
2379 napi_value actionButton = nullptr; in GetNotificationActionButtons() local
2398 …const napi_env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pA… in GetNotificationActionButtonsDetailed()
2415 …const napi_env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pA… in GetNotificationActionButtonsDetailedBasicInfo()
2483 …const napi_env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pA… in GetNotificationActionButtonsDetailedByExtras()
2515 …const napi_env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pA… in GetNotificationUserInput()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp67 napi_value actionButton = nullptr; in GenActionButtons() local
Dpublish.cpp519 napi_value actionButton = nullptr; in ParseActionButtons() local