/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 1096 std::shared_ptr<NotificationActionButton> pActionButton = nullptr; in GetNotificationActionButtons() local 1097 if (GetNotificationActionButtonsDetailed(env, actionButton, pActionButton) == nullptr) { in GetNotificationActionButtons() 1100 request.AddActionButton(pActionButton); in GetNotificationActionButtons() 1107 …env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton) in GetNotificationActionButtonsDetailed() argument 1111 if (!GetNotificationActionButtonsDetailedBasicInfo(env, actionButton, pActionButton)) { in GetNotificationActionButtonsDetailed() 1114 if (!GetNotificationActionButtonsDetailedByExtras(env, actionButton, pActionButton)) { in GetNotificationActionButtonsDetailed() 1117 if (!GetNotificationUserInput(env, actionButton, pActionButton)) { in GetNotificationActionButtonsDetailed() 1124 …env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton) in GetNotificationActionButtonsDetailedBasicInfo() argument 1186 pActionButton = NotificationActionButton::Create(pixelMap, title, wantAgent); in GetNotificationActionButtonsDetailedBasicInfo() 1200 if (!pActionButton) { in GetNotificationActionButtonsDetailedByExtras() [all …]
|
H A D | notification_napi.cpp | 100 …env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton) in GetNotificationUserInput() argument 121 pActionButton->AddNotificationUserInput(userInput); in GetNotificationUserInput()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A 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()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_request.cpp | 1631 std::shared_ptr<NotificationActionButton> pActionButton = nullptr; in GetNotificationActionButtons() local 1632 if (GetNotificationActionButtonsDetailed(env, actionButton, pActionButton) == nullptr) { in GetNotificationActionButtons() 1635 request.AddActionButton(pActionButton); in GetNotificationActionButtons() 1642 …env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton) in GetNotificationActionButtonsDetailed() argument 1646 if (!GetNotificationActionButtonsDetailedBasicInfo(env, actionButton, pActionButton)) { in GetNotificationActionButtonsDetailed() 1649 if (!GetNotificationActionButtonsDetailedByExtras(env, actionButton, pActionButton)) { in GetNotificationActionButtonsDetailed() 1652 if (!GetNotificationUserInput(env, actionButton, pActionButton)) { in GetNotificationActionButtonsDetailed() 1659 …env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton) in GetNotificationActionButtonsDetailedBasicInfo() argument 1721 pActionButton = NotificationActionButton::Create(pixelMap, title, wantAgent); in GetNotificationActionButtonsDetailedBasicInfo() 1735 if (!pActionButton) { in GetNotificationActionButtonsDetailedByExtras() [all …]
|
H A D | common.cpp | 371 …env &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton) in GetNotificationUserInput() argument 392 pActionButton->AddNotificationUserInput(userInput); in GetNotificationUserInput()
|
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 618 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton); 629 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton); 640 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton); 651 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 1008 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton); 1019 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton); 1030 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton); 1041 …nv &env, const napi_value &actionButton, std::shared_ptr<NotificationActionButton> &pActionButton);
|