Searched refs:notificationRequestList (Results 1 – 5 of 5) sorted by relevance
60 std::vector<OHOS::Notification::NotificationRequest> notificationRequestList; in GenGnssGeofenceRequest() local61 JsObjToNotificationRequestList(env, value, notificationRequestList); in GenGnssGeofenceRequest()62 geofenceRequest->SetNotificationRequestList(notificationRequestList); in GenGnssGeofenceRequest()81 std::vector<OHOS::Notification::NotificationRequest>& notificationRequestList) in JsObjToNotificationRequestList() argument84 GetNotificationRequestArray(env, notificationRequest, notificationRequestList); in JsObjToNotificationRequestList()88 std::vector<OHOS::Notification::NotificationRequest>& notificationRequestList) in GetNotificationRequestArray() argument113 notificationRequestList.push_back(notificationRequest); in GetNotificationRequestArray()
39 std::vector<OHOS::Notification::NotificationRequest>& notificationRequestList);41 std::vector<OHOS::Notification::NotificationRequest>& notificationRequestList);
870 auto notificationRequestList = request->GetNotificationRequestList(); in ReportGeofenceEvent() local871 if (transitionStatusList.size() == notificationRequestList.size()) { in ReportGeofenceEvent()872 auto notificationRequest = notificationRequestList[i]; in ReportGeofenceEvent()
2206 let notificationRequestList: Array<notificationManager.NotificationRequest> =2215 notifications: notificationRequestList,