Home
last modified time | relevance | path

Searched refs:MAX_NOTIFICATION_REQUEST_LIST_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp202 if (requestSize > MAX_NOTIFICATION_REQUEST_LIST_SIZE) { in ReadFromParcel()
242 if (notificationRequestList_.size() > MAX_NOTIFICATION_REQUEST_LIST_SIZE) { in Marshalling()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h109 static constexpr int MAX_NOTIFICATION_REQUEST_LIST_SIZE = 3; variable