Home
last modified time | relevance | path

Searched refs:GetSpeed (Results 1 - 20 of 20) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_info_wrapper.cpp42 float ArkLocationInfoWrapper::GetSpeed() in GetSpeed() function in OHOS::ArkWeb::ArkLocationInfoWrapper
44 return ctocpp_->GetSpeed(); in GetSpeed()
H A Dark_location_info_wrapper.h37 float GetSpeed() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_info_impl.cpp44 float ArkLocationInfoImpl::GetSpeed() in GetSpeed() function in OHOS::ArkWeb::ArkLocationInfoImpl
46 return real_->GetSpeed(); in GetSpeed()
H A Dark_location_info_impl.h37 float GetSpeed() override;
/base/location/services/location_locator/locator/source/
H A Dfusion_controller.cpp75 lastFuseLocation->GetSpeed() >= MAX_INDOOR_LOCATION_SPEED) { in chooseBestLocation()
81 if (location->GetSpeed() >= MAX_INDOOR_LOCATION_SPEED) { in chooseBestLocation()
/base/location/frameworks/base_module/source/
H A Dlocation.cpp57 speed_ = location.GetSpeed(); in Location()
196 this->GetSpeed() == location->GetSpeed() && in LocationEqual()
/base/location/frameworks/native/location_ndk/source/
H A Dlocation_info_callback_host.cpp61 location_info.speed = location->GetSpeed(); in OnLocationReport()
/base/location/services/location_network/network/source/
H A Dnetwork_callback_host.cpp77 WriteLocationInnerEvent(NETWORK_CALLBACK_LOCATION, {"speed", std::to_string(location->GetSpeed()), in OnLocationReport()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h74 virtual float GetSpeed() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h63 virtual float GetSpeed() = 0;
/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_mock.cpp86 float LocationInfoImpl::GetSpeed() in GetSpeed() function in OHOS::NWeb::LocationInfoImpl
H A Dlocation_proxy_adapter_impl.cpp180 float LocationInfoImpl::GetSpeed() in GetSpeed() function in OHOS::NWeb::LocationInfoImpl
185 return location_->GetSpeed(); in GetSpeed()
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h60 float GetSpeed() override;
/base/location/frameworks/location_common/common/source/
H A Drequest.cpp200 lastLocation_->SetSpeed(location->GetSpeed()); in SetLastLocation()
221 bestLocation_->SetSpeed(location->GetSpeed()); in SetBestLocation()
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp164 accuracy = locationInfoImpl->GetSpeed(); in HWTEST_F()
197 accuracy = locationInfoImpl->GetSpeed(); in HWTEST_F()
/base/location/interfaces/inner_api/include/
H A Dlocation.h71 inline double GetSpeed() const in GetSpeed() function in OHOS::Location::Location
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp70 .altitude = loc.GetAltitude(), .accuracy = loc.GetAccuracy(), .speed = loc.GetSpeed(), in NativeLocationToCJLocation()
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp257 EXPECT_EQ(VERIFY_LOCATION_SPEED, location->GetSpeed()); in HWTEST_F()
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp110 SetValueDouble(env, "speed", locationInfo->GetSpeed(), result); in LocationToJs()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp587 refInfo.gnssLocation.speed = nlpLocation_.GetSpeed(); in InjectLocation()

Completed in 13 milliseconds