Home
last modified time | relevance | path

Searched defs:notificationRequest (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp51 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
65 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
82 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
98 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
118 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
134 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
150 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
165 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
180 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
196 NotificationRequest notificationRequest(myNotificationId); in HWTEST_F() local
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp209 void CheckCaseOneResult(NotificationRequest notificationRequest) in CheckCaseOneResult()
259 void CheckCaseTwoResult(NotificationRequest notificationRequest) in CheckCaseTwoResult()
284 void CheckCaseThreeResult(NotificationRequest notificationRequest) in CheckCaseThreeResult()
302 void CheckCaseFourResult(NotificationRequest notificationRequest) in CheckCaseFourResult()
328 void CheckCaseFiveResult(NotificationRequest notificationRequest) in CheckCaseFiveResult()
346 void CheckCaseSixResult(NotificationRequest notificationRequest) in CheckCaseSixResult()
362 void CheckCaseSevenResult(NotificationRequest notificationRequest) in CheckCaseSevenResult()
378 void CheckCaseEightResult(NotificationRequest notificationRequest) in CheckCaseEightResult()
393 void CheckCaseNineResult(NotificationRequest notificationRequest) in CheckCaseNineResult()
428 void CheckCaseFifteenResult(NotificationRequest notificationRequest) in CheckCaseFifteenResult()
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_get_active.h30 sptr<OHOS::Notification::NotificationRequest> notificationRequest = nullptr; member
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp83 napi_value notificationRequest = GetArrayProperty(env, object, "notifications"); in JsObjToNotificationRequestList() local
111 OHOS::Notification::NotificationRequest notificationRequest; in GetNotificationRequestArray() local
118 OHOS::Notification::NotificationRequest& notificationRequest) in GenNotificationRequest()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_notification_helper.cpp121 …sptr<NotificationRequest> notificationRequest = sptr<NotificationRequest>(new NotificationRequest(… in GetAllActiveNotifications() local
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp97 Notification::NotificationRequest notificationRequest = Notification::NotificationRequest(); in PublishNotification() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp72 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in PublishReminder() local
H A Dreminder_data_manager.cpp807 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in TerminateAlerting() local
1057 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in ShowReminder() local
1158 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in SnoozeReminderImpl() local
H A Dadvanced_notification_publish_service.cpp1557 sptr<NotificationRequest> notificationRequest = nullptr; in RemoveNotification() local
1691 auto notificationRequest = record->request; in RemoveAllNotificationsInner() local
1812 sptr<NotificationRequest> notificationRequest = nullptr; in RemoveNotificationBySlot() local
H A Dadvanced_notification_utils.cpp322 …id AdvancedNotificationService::SetAgentNotification(sptr<NotificationRequest>& notificationReques… in SetAgentNotification()
392 … const auto &notificationRequest = recentNotification->notification->GetNotificationRequest(); in RecentNotificationDump() local
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability.cpp203 void Ability::KeepBackgroundRunning(int id, const NotificationRequest& notificationRequest) in KeepBackgroundRunning()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp269 …auto notificationRequest = sptr<Notification::NotificationRequest>(new Notification::NotificationR… variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp1123 NotificationRequest notificationRequest; in InitNotificationRecord() local
H A Dnotification_hisysevent_test.cpp118 NotificationRequest notificationRequest(notificationId); in HWTEST_F() local
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp872 auto notificationRequest = notificationRequestList[i]; in ReportGeofenceEvent() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp732 void Ability::KeepBackgroundRunning(int id, const NotificationRequest &notificationRequest) in KeepBackgroundRunning()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp2060 NotificationRequest notificationRequest; variable