Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocating_required_data_config.h39 SetScanIntervalMs(LocatingRequiredDataConfig.GetScanIntervalMs()); in LocatingRequiredDataConfig()
70 inline void SetScanIntervalMs(int scanIntervalMs) in SetScanIntervalMs() function
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_required_data_manager_test.cpp64 dataConfig->SetScanIntervalMs(1);
87 dataConfig->SetScanIntervalMs(1);
115 dataConfig->SetScanIntervalMs(1);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp303 config->SetScanIntervalMs(valueInt < MIN_WIFI_SCAN_TIME ? MIN_WIFI_SCAN_TIME : valueInt); in JsObjToLocatingRequiredDataConfig()