Home
last modified time | relevance | path

Searched refs:GetNotificationRequestList (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()
102 std::vector<OHOS::Notification::NotificationRequest> GeofenceRequest::GetNotificationRequestList() in GetNotificationRequestList() function in OHOS::Location::GeofenceRequest
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeofence_request.h64 std::vector<OHOS::Notification::NotificationRequest> GetNotificationRequestList();
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp870 auto notificationRequestList = request->GetNotificationRequestList(); in ReportGeofenceEvent()