Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_log_event_ids.h37 constexpr size_t LBS_REQUEST_MAX_SIZE = 20; variable
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp316 if (requests.size() > LBS_REQUEST_MAX_SIZE) { in HandleChrEvent()