Home
last modified time | relevance | path

Searched refs:MAXIMUM_INTERATION (Results 1 - 4 of 4) sorted by relevance

/base/location/frameworks/base_module/source/
H A Dsatellite_status.cpp43 satellitesNumber_ = satellitesNumber_ > MAXIMUM_INTERATION ? MAXIMUM_INTERATION : satellitesNumber_; in ReadFromParcel()
/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp92 if (size > 0 && size < MAXIMUM_INTERATION) { in ReadFromParcel()
95 if (index < 0 || index >= MAXIMUM_INTERATION) { in ReadFromParcel()
/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h102 static constexpr int MAXIMUM_INTERATION = 100; member
/base/location/services/location_locator/locator/source/
H A Dgnss_ability_proxy.cpp443 size = size > MAXIMUM_INTERATION ? MAXIMUM_INTERATION : size; in QuerySupportCoordinateSystemType()

Completed in 2 milliseconds