/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_location_info_wrapper.cpp | 42 float ArkLocationInfoWrapper::GetSpeed() in GetSpeed() function in OHOS::ArkWeb::ArkLocationInfoWrapper 44 return ctocpp_->GetSpeed(); in GetSpeed()
|
H A D | ark_location_info_wrapper.h | 37 float GetSpeed() override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_info_impl.cpp | 44 float ArkLocationInfoImpl::GetSpeed() in GetSpeed() function in OHOS::ArkWeb::ArkLocationInfoImpl 46 return real_->GetSpeed(); in GetSpeed()
|
H A D | ark_location_info_impl.h | 37 float GetSpeed() override;
|
/base/location/services/location_locator/locator/source/ |
H A D | fusion_controller.cpp | 75 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 D | location.cpp | 57 speed_ = location.GetSpeed(); in Location() 196 this->GetSpeed() == location->GetSpeed() && in LocationEqual()
|
/base/location/frameworks/native/location_ndk/source/ |
H A D | location_info_callback_host.cpp | 61 location_info.speed = location->GetSpeed(); in OnLocationReport()
|
/base/location/services/location_network/network/source/ |
H A D | network_callback_host.cpp | 77 WriteLocationInnerEvent(NETWORK_CALLBACK_LOCATION, {"speed", std::to_string(location->GetSpeed()), in OnLocationReport()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | location_adapter.h | 74 virtual float GetSpeed() = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_location_adapter.h | 63 virtual float GetSpeed() = 0;
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
H A D | location_proxy_adapter_mock.cpp | 86 float LocationInfoImpl::GetSpeed() in GetSpeed() function in OHOS::NWeb::LocationInfoImpl
|
H A D | location_proxy_adapter_impl.cpp | 180 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 D | location_proxy_adapter_impl.h | 60 float GetSpeed() override;
|
/base/location/frameworks/location_common/common/source/ |
H A D | request.cpp | 200 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 D | location_proxy_adapter_test.cpp | 164 accuracy = locationInfoImpl->GetSpeed(); in HWTEST_F() 197 accuracy = locationInfoImpl->GetSpeed(); in HWTEST_F()
|
/base/location/interfaces/inner_api/include/ |
H A D | location.h | 71 inline double GetSpeed() const in GetSpeed() function in OHOS::Location::Location
|
/base/location/frameworks/cj/source/ |
H A D | geolocationmanager_utils.cpp | 70 .altitude = loc.GetAltitude(), .accuracy = loc.GetAccuracy(), .speed = loc.GetSpeed(), in NativeLocationToCJLocation()
|
/base/location/test/location_common/source/ |
H A D | location_common_test.cpp | 257 EXPECT_EQ(VERIFY_LOCATION_SPEED, location->GetSpeed()); in HWTEST_F()
|
/base/location/frameworks/js/napi/source/ |
H A D | napi_util.cpp | 110 SetValueDouble(env, "speed", locationInfo->GetSpeed(), result); in LocationToJs()
|
/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 587 refInfo.gnssLocation.speed = nlpLocation_.GetSpeed(); in InjectLocation()
|