Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp60 std::vector<OHOS::Notification::NotificationRequest> notificationRequestList; in GenGnssGeofenceRequest() local
61 JsObjToNotificationRequestList(env, value, notificationRequestList); in GenGnssGeofenceRequest()
62 geofenceRequest->SetNotificationRequestList(notificationRequestList); in GenGnssGeofenceRequest()
81 std::vector<OHOS::Notification::NotificationRequest>& notificationRequestList) in JsObjToNotificationRequestList() argument
84 GetNotificationRequestArray(env, notificationRequest, notificationRequestList); in JsObjToNotificationRequestList()
88 std::vector<OHOS::Notification::NotificationRequest>& notificationRequestList) in GetNotificationRequestArray() argument
113 notificationRequestList.push_back(notificationRequest); in GetNotificationRequestArray()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dgeofence_napi.h39 std::vector<OHOS::Notification::NotificationRequest>& notificationRequestList);
41 std::vector<OHOS::Notification::NotificationRequest>& notificationRequestList);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp870 auto notificationRequestList = request->GetNotificationRequestList(); in ReportGeofenceEvent() local
871 if (transitionStatusList.size() == notificationRequestList.size()) { in ReportGeofenceEvent()
872 auto notificationRequest = notificationRequestList[i]; in ReportGeofenceEvent()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/
H A Djs-apis-geoLocationManager.md2206 let notificationRequestList: Array<notificationManager.NotificationRequest> =
2215 notifications: notificationRequestList,
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/
H A Djs-apis-geoLocationManager.md2206 let notificationRequestList: Array<notificationManager.NotificationRequest> =
2215 notifications: notificationRequestList,