Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dconstants.hpp52 constexpr int DEFAULT_RATE_LIMIT_TIMEOUT = 5; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dhttp_timeout.cpp24 return Seconds(util::DEFAULT_RATE_LIMIT_TIMEOUT); in errorRetryTimeout()