Home
last modified time | relevance | path

Searched refs:ButtonWantAgent (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h108 struct ButtonWantAgent { struct
130 std::shared_ptr<ButtonWantAgent> wantAgent; argument
452 const std::shared_ptr<ButtonWantAgent> &buttonWantAgent = nullptr);
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h157 …ared_ptr<ReminderRequest>& reminder, std::shared_ptr<ReminderRequest::ButtonWantAgent>& wantAgent);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
Dreminder_request_branch_test.cpp325 info.wantAgent = std::make_shared<ReminderRequest::ButtonWantAgent>();
453 info.wantAgent = std::make_shared<ReminderRequest::ButtonWantAgent>();
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp87 auto buttonWantAgent = std::make_shared<ReminderRequest::ButtonWantAgent>(); in GenActionButtons()
114 …std::shared_ptr<ReminderRequest>& reminder, std::shared_ptr<ReminderRequest::ButtonWantAgent>& but… in GetButtonWantAgent()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp188 const std::shared_ptr<ButtonWantAgent> &buttonWantAgent) in SetActionButton()
602 auto buttonWantAgent = std::make_shared<ReminderRequest::ButtonWantAgent>(); in RecoverActionButton()
1253 info.wantAgent = std::make_shared<ButtonWantAgent>(); in ReadFromParcel()