Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h105 static constexpr int MAXIMUM_LOCATING_REQUIRED_DATAS = 200; variable
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocating_required_data_callback_napi.cpp67 if (cnt >= 0 && cnt <= MAXIMUM_LOCATING_REQUIRED_DATAS) { in OnRemoteRequest()