Home
last modified time | relevance | path

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

/base/notification/ans_standard/interfaces/kits/js/
D@ohos.reminderAgent.d.ts233 actionButton?: [ActionButton?, ActionButton?]; property
/base/notification/ans_standard/frameworks/ans/test/moduletest/
Dans_innerkits_module_publish_test.cpp218 for (auto actionButton : actionButtons) { in CheckCaseTwoResult() local
243 for (auto actionButton : actionButtons) { in CheckCaseThreeResult() local
645 std::shared_ptr<NotificationActionButton> actionButton = variable
710 std::shared_ptr<NotificationActionButton> actionButton = variable
DReminderHelperTest.js1191 actionButton:[ property
1274 actionButton:[ property
1357 actionButton:[ property
1415 actionButton:[ property
/base/notification/ans_standard/frameworks/ans/native/src/
Dnotification_action_button.cpp69 const std::shared_ptr<NotificationActionButton> &actionButton) in Create()
Dnotification_request.cpp171 void NotificationRequest::AddActionButton(const std::shared_ptr<NotificationActionButton> &actionBu… in AddActionButton()
Dreminder_request.cpp1285 std::shared_ptr<NotificationActionButton> actionButton in AddActionButtons() local
/base/notification/ans_standard/interfaces/kits/napi/ans/src/
Dcommon.cpp1166 …const napi_env &env, const std::shared_ptr<NotificationActionButton> &actionButton, napi_value &re… in SetNotificationActionButton()
1222 …const napi_env &env, const std::shared_ptr<NotificationActionButton> &actionButton, napi_value &re… in SetNotificationActionButtonByExtras()
2150 napi_value actionButton = nullptr; in GetNotificationActionButtons() local
2166 …const napi_env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pA… in GetNotificationActionButtonsDetailed()
2183 …const napi_env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pA… in GetNotificationActionButtonsDetailedBasicInfo()
2236 …const napi_env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pA… in GetNotificationActionButtonsDetailedByExtras()
2265 …const napi_env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pA… in GetNotificationUserInput()
/base/notification/ans_standard/interfaces/kits/napi/ans/src/reminder/
Dreminder_common.cpp64 napi_value actionButton = nullptr; in GenActionButtons() local
Dpublish.cpp392 napi_value actionButton = nullptr; in ParseActionButtons() local