Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest_config.h70 inline float GetMaxAccuracy() const in GetMaxAccuracy() function
/ohos5.0/base/location/frameworks/base_module/source/
H A Drequest_config.cpp53 maxAccuracy_ = requestConfig.GetMaxAccuracy(); in Set()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp306 float maxAcc = request->GetRequestConfig()->GetMaxAccuracy(); in ResultCheck()
H A Drequest_manager.cpp670 "maxAccuracy", std::to_string(requestConfig->GetMaxAccuracy())}); in UpdateRunningUids()
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp348 EXPECT_EQ(1000.0, requestConfig->GetMaxAccuracy());
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp1530 if (config->GetMaxAccuracy() < 0) { in IsRequestConfigValid()