Home
last modified time | relevance | path

Searched refs:pActionButton (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp1096 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 Dnotification_napi.cpp100 …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 Dnotification_action_button.cpp51 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 Dcommon_convert_request.cpp1631 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 Dcommon.cpp371 …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 Dnotification_napi.h618 …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 Dcommon.h1008 …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);