/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_event_manager_test.cpp | 109 requestConfig1->SetMaxAccuracy(1000.0); 124 requestConfig2->SetMaxAccuracy(1000.0); 149 requestConfig1->SetMaxAccuracy(1000.0); 166 requestConfig2->SetMaxAccuracy(1000.0);
|
H A D | report_manager_test.cpp | 133 requestConfig->SetMaxAccuracy(1000.0); 157 requestConfig->SetMaxAccuracy(10.0); 178 requestConfig->SetMaxAccuracy(1000.0); 186 requestConfig->SetMaxAccuracy(0.0); 291 requestConfig->SetMaxAccuracy(20.0);
|
H A D | locator_background_proxy_test.cpp | 268 requestConfig1->SetMaxAccuracy(1000.0);
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_location_request_config_wrapper.cpp | 32 void ArkLocationRequestConfigWrapper::SetMaxAccuracy(int32_t maxAccuary) in SetMaxAccuracy() function in OHOS::ArkWeb::ArkLocationRequestConfigWrapper 34 ctocpp_->SetMaxAccuracy(maxAccuary); in SetMaxAccuracy()
|
H A D | ark_location_request_config_wrapper.h | 33 void SetMaxAccuracy(int32_t maxAccuary) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_request_config_impl.cpp | 36 void ArkLocationRequestConfigImpl::SetMaxAccuracy(int32_t maxAccuary) in SetMaxAccuracy() function in OHOS::ArkWeb::ArkLocationRequestConfigImpl 38 real_->SetMaxAccuracy(maxAccuary); in SetMaxAccuracy()
|
H A D | ark_location_request_config_impl.h | 33 void SetMaxAccuracy(int32_t maxAccuary) override;
|
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/ |
H A D | location_proxy_adapter_impl.cpp | 108 void LocationRequestConfigImpl::SetMaxAccuracy(int32_t maxAccuary) in SetMaxAccuracy() function in OHOS::NWeb::LocationRequestConfigImpl 113 config_->SetMaxAccuracy(maxAccuary); in SetMaxAccuracy()
|
H A D | location_proxy_adapter_mock.cpp | 58 void LocationRequestConfigImpl::SetMaxAccuracy(int32_t maxAccuary) {} in SetMaxAccuracy() function in OHOS::NWeb::LocationRequestConfigImpl
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | request_config.h | 75 inline void SetMaxAccuracy(float maxAccuracy) in SetMaxAccuracy() function
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_location_adapter.h | 35 virtual void SetMaxAccuracy(int32_t maxAccuary) = 0;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
H A D | location_proxy_adapter_test.cpp | 108 requestConfigImpl->SetMaxAccuracy(0); 138 requestConfigImpl->SetMaxAccuracy(0);
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | location_adapter.h | 51 virtual void SetMaxAccuracy(int32_t maxAccuary) = 0;
|
/ohos5.0/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/ |
H A D | locatorbackgroundproxy_fuzzer.cpp | 47 requestConfig->SetMaxAccuracy(data[index++]); in LocatorBackgroundProxyFuzzerTest()
|
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/ |
H A D | location_proxy_adapter_impl.h | 37 void SetMaxAccuracy(int32_t maxAccuary) override;
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | napi_util.cpp | 284 requestConfig->SetMaxAccuracy(valueDouble); in JsObjToLocationRequest() 323 requestConfig->SetMaxAccuracy(valueDouble); in JsObjToCurrentLocationRequest()
|
/ohos5.0/base/location/test/location_common/source/ |
H A D | location_common_test.cpp | 375 requestConfigForSet1.SetMaxAccuracy(1000.0); // accuracy
|