Searched refs:pActionButton (Results 1 – 3 of 3) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_action_button.cpp | 51 auto pActionButton = new (std::nothrow) NotificationActionButton(icon, in Create() local 60 if (pActionButton == nullptr) { in Create() 65 return std::shared_ptr<NotificationActionButton>(pActionButton); in Create()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | common.h | 950 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton); 961 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton); 972 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton); 983 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 2387 std::shared_ptr<NotificationActionButton> pActionButton = nullptr; in GetNotificationActionButtons() local 2388 if (GetNotificationActionButtonsDetailed(env, actionButton, pActionButton) == nullptr) { in GetNotificationActionButtons() 2391 request.AddActionButton(pActionButton); in GetNotificationActionButtons() 2398 …env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton) in GetNotificationActionButtonsDetailed() argument 2402 if (!GetNotificationActionButtonsDetailedBasicInfo(env, actionButton, pActionButton)) { in GetNotificationActionButtonsDetailed() 2405 if (!GetNotificationActionButtonsDetailedByExtras(env, actionButton, pActionButton)) { in GetNotificationActionButtonsDetailed() 2408 if (!GetNotificationUserInput(env, actionButton, pActionButton)) { in GetNotificationActionButtonsDetailed() 2415 …env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton) in GetNotificationActionButtonsDetailedBasicInfo() argument 2477 pActionButton = NotificationActionButton::Create(pixelMap, title, wantAgent); in GetNotificationActionButtonsDetailedBasicInfo() 2483 …env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton) in GetNotificationActionButtonsDetailedByExtras() argument [all …]
|