Home
last modified time | relevance | path

Searched refs:WantAgentInfo (Results 1 - 21 of 21) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp35 std::shared_ptr< Notification::ReminderRequest::WantAgentInfo> wantAgentInfo = in DoSomethingInterestingWithMyAPI()
36 std::make_shared< Notification::ReminderRequest::WantAgentInfo>(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_action_button_test.cpp49 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F()
68 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F()
89 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F()
142 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F()
168 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F()
H A Dreminder_request_calendar_test.cpp1080 auto wantInfo = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F()
1175 calendar->rruleWantAgentInfo_ = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F()
1509 rrc->rruleWantAgentInfo_ = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F()
H A Dreminder_store_test.cpp608 calendar->rruleWantAgentInfo_ = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F()
H A Dreminder_request_test.cpp854 std::shared_ptr<ReminderRequest::WantAgentInfo> wantAgentInfo = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F()
H A Dnotification_request_test.cpp215 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_calendar.h67 void SetRRuleWantAgentInfo(const std::shared_ptr<WantAgentInfo> &wantAgentInfo);
69 std::shared_ptr<ReminderRequest::WantAgentInfo> GetRRuleWantAgentInfo();
384 std::shared_ptr<WantAgentInfo> rruleWantAgentInfo_ = nullptr;
H A Dreminder_request.h247 struct WantAgentInfo { struct in OHOS::Notification::ReminderRequest
477 std::shared_ptr<WantAgentInfo> GetWantAgentInfo() const;
764 ReminderRequest& SetWantAgentInfo(const std::shared_ptr<WantAgentInfo> &wantAgentInfo);
1140 std::shared_ptr<WantAgentInfo> wantAgentInfo_ = nullptr;
/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/
H A Dnotificationactionbutton_fuzzer.cpp29 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
H A Dnotification_publish_test.cpp83 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in InitWantAgentRequest()
97 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in InitButtonRequest()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp592 auto wai = std::make_shared<ReminderRequest::WantAgentInfo>(); in RecoverWantAgentByJson()
629 auto wai = std::make_shared<ReminderRequest::WantAgentInfo>(); in DeserializeWantAgent()
732 ReminderRequest& ReminderRequest::SetWantAgentInfo(const std::shared_ptr<WantAgentInfo> &wantAgentInfo) in SetWantAgentInfo()
960 std::shared_ptr<ReminderRequest::WantAgentInfo> ReminderRequest::GetWantAgentInfo() const in GetWantAgentInfo()
1299 wantAgentInfo_ = wantAgentInfo_ == nullptr ? std::make_shared<WantAgentInfo>() : wantAgentInfo_; in InitServerObj()
1479 AbilityRuntime::WantAgent::WantAgentInfo buttonWantAgentInfo( in AddActionButtons()
1508 AbilityRuntime::WantAgent::WantAgentInfo wantAgentInfo( in AddRemovalWantAgent()
1535 AbilityRuntime::WantAgent::WantAgentInfo wantInfo( in CreateWantAgent()
1558 AbilityRuntime::WantAgent::WantAgentInfo wantAgentInfo( in CreateMaxWantAgent()
H A Dreminder_request_calendar.cpp67 void ReminderRequestCalendar::SetRRuleWantAgentInfo(const std::shared_ptr<WantAgentInfo> &wantAgentInfo) in SetRRuleWantAgentInfo()
123 std::shared_ptr<ReminderRequest::WantAgentInfo> ReminderRequestCalendar::GetRRuleWantAgentInfo() in GetRRuleWantAgentInfo()
733 rruleWantAgentInfo_ = std::make_shared<WantAgentInfo>(); in ReadFromParcel()
834 rruleWantAgentInfo_ = std::make_shared<WantAgentInfo>(); in DeserializationRRule()
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h164 std::shared_ptr<ReminderRequest::WantAgentInfo>& wantAgentInfo);
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp378 std::shared_ptr<ReminderRequest::WantAgentInfo>& wantAgentInfo) in GenWantAgent()
383 wantAgentInfo = std::make_shared<ReminderRequest::WantAgentInfo>(); in GenWantAgent()
488 std::shared_ptr<ReminderRequest::WantAgentInfo> wantAgentInfo; in GenReminder()
836 std::shared_ptr<ReminderRequest::WantAgentInfo> wantAgentInfo; in CreateReminderCalendar()
/base/usb/usb_manager/services/native/src/
H A Dusb_mass_storage_notification.cpp203 OHOS::AbilityRuntime::WantAgent::WantAgentInfo wantAgentInfo( in PublishUsbNotification()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp218 reminderRequest->wantAgentInfo_ = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp296 WantAgentInfo wantAgentInfo(-1, WantAgentConstant::OperationType::START_ABILITY, wantAgentFlags, in ParseShowOptions()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp730 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F()
792 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F()
1636 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo( in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp621 auto wantInfo = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp2092 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp492 AbilityRuntime::WantAgent::WantAgentInfo wantAgentInfo( in CreateTimerInfo()
1020 std::shared_ptr<ReminderRequest::WantAgentInfo> wantInfo = calendar->GetRRuleWantAgentInfo(); in StartExtensionAbility()

Completed in 35 milliseconds