Home
last modified time | relevance | path

Searched refs:SetNotificationRequestList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp42 this->SetNotificationRequestList(geofenceRequest.GetNotificationRequestList()); in GeofenceRequest()
114 void GeofenceRequest::SetNotificationRequestList(std::vector<OHOS::Notification::NotificationReques… in SetNotificationRequestList() function in OHOS::Location::GeofenceRequest
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeofence_request.h68 … void SetNotificationRequestList(std::vector<OHOS::Notification::NotificationRequest> requestList);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp62 geofenceRequest->SetNotificationRequestList(notificationRequestList); in GenGnssGeofenceRequest()