Home
last modified time | relevance | path

Searched refs:notificationRequestList_ (Results 1 - 2 of 2) sorted by relevance

/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp105 return notificationRequestList_; in GetNotificationRequestList()
111 notificationRequestList_.push_back(request); in SetNotificationRequest()
118 notificationRequestList_.push_back(*it); in SetNotificationRequestList()
189 notificationRequestList_.push_back(*request); in ReadFromParcel()
222 if (notificationRequestList_.size() > MAX_NOTIFICATION_REQUEST_LIST_SIZE) { in Marshalling()
226 parcel.WriteInt32(notificationRequestList_.size()); in Marshalling()
227 for (size_t i = 0; i < notificationRequestList_.size(); i++) { in Marshalling()
228 notificationRequestList_[i].Marshalling(parcel); in Marshalling()
/base/location/interfaces/inner_api/include/
H A Dgeofence_request.h93 std::vector<OHOS::Notification::NotificationRequest> notificationRequestList_; member in OHOS::Location::GeofenceRequest

Completed in 1 milliseconds