Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dhttp_timeout.cpp19 } else if (failedRequestReason == Response::Error::Reason::RateLimit) { in errorRetryTimeout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresponse.hpp58 RateLimit = 5, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresponse.cpp39 case Response::Error::Reason::RateLimit: in operator <<()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_request.cpp135 Error::Reason::RateLimit, "HTTP status code 429", in handleNetworkReply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dhttp_file_source.cpp466 std::make_unique<Error>(Error::Reason::RateLimit, "HTTP status code 429", in handleResult()