Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_required_data_manager.cpp33 const int64_t DEFAULT_TIMEOUT_30_MIN = 30 * 60 * MILLI_PER_SEC * MICRO_PER_MILLI; // 1800000000μs variable
364 (currentTime - GetWifiScanCompleteTimestamp()) / NANOS_PER_MICRO < DEFAULT_TIMEOUT_30_MIN) { in StartWifiScan()