Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocating_required_data_config.h38 SetNeedStartScan(LocatingRequiredDataConfig.GetNeedStartScan()); in LocatingRequiredDataConfig()
60 inline void SetNeedStartScan(bool needStartScan) in SetNeedStartScan() function
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_required_data_manager_test.cpp63 dataConfig->SetNeedStartScan(true);
86 dataConfig->SetNeedStartScan(false);
113 dataConfig->SetNeedStartScan(false);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp300 config->SetNeedStartScan(valueBool); in JsObjToLocatingRequiredDataConfig()