/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | report_manager.cpp | 313 if (CommonUtils::DoubleEqual(request->GetLastLocation()->GetLatitude(), MIN_LATITUDE - 1) || in ResultCheck() 328 double deltaDis = CommonUtils::CalDistance(location->GetLatitude(), location->GetLongitude(), in ResultCheck() 329 request->GetLastLocation()->GetLatitude(), request->GetLastLocation()->GetLongitude()); in ResultCheck() 373 if (CommonUtils::DoubleEqual(lastLocation->GetLatitude(), MIN_LATITUDE - 1)) { in GetLastLocation() 392 if (!CommonUtils::DoubleEqual(cacheGnssLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation() 395 } else if (!CommonUtils::DoubleEqual(cacheNlpLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation() 428 double startLat = coarseLocation->GetLatitude(); in ApproximatelyLocation() 490 "latitude", std::to_string(location->GetLatitude()), in WriteNetWorkReportEvent() 518 if (!CommonUtils::DoubleEqual(cacheGnssLocation_.GetLatitude(), MIN_LATITUDE - 1) && in IsCacheGnssLocationValid()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_info_impl.cpp | 24 double ArkLocationInfoImpl::GetLatitude() in GetLatitude() function in OHOS::ArkWeb::ArkLocationInfoImpl 26 return real_->GetLatitude(); in GetLatitude()
|
H A D | ark_location_info_impl.h | 29 double GetLatitude() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_location_info_wrapper.cpp | 22 double ArkLocationInfoWrapper::GetLatitude() in GetLatitude() function in OHOS::ArkWeb::ArkLocationInfoWrapper 24 return ctocpp_->GetLatitude(); in GetLatitude()
|
H A D | ark_location_info_wrapper.h | 29 double GetLatitude() override;
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | location_approximately_permission_test.cpp | 86 EXPECT_EQ(MAX_LATITUDE, newLocation->GetLatitude()); 113 EXPECT_EQ(-MAX_LATITUDE, newLocation->GetLatitude());
|
/ohos5.0/base/location/frameworks/base_module/source/ |
H A D | location.cpp | 53 latitude_ = location.GetLatitude(); in Location() 189 if (this->GetLatitude() == location->GetLatitude() && in LocationEqual()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/ |
H A D | medialibrary_metadata_extractor_test.cpp | 139 EXPECT_EQ(data->GetLatitude(), 0); 163 EXPECT_EQ(data->GetLatitude(), latitude); 188 EXPECT_EQ(data->GetLatitude(), latitude);
|
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/ |
H A D | location_proxy_adapter_impl.cpp | 148 double LocationInfoImpl::GetLatitude() in GetLatitude() function in OHOS::NWeb::LocationInfoImpl 153 return location_->GetLatitude(); in GetLatitude()
|
H A D | location_proxy_adapter_mock.cpp | 66 double LocationInfoImpl::GetLatitude() in GetLatitude() function in OHOS::NWeb::LocationInfoImpl
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | photo_proxy.h | 59 virtual double GetLatitude() = 0;
|
H A D | photo_album.h | 60 EXPORT double GetLatitude() const;
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | geo_address.h | 33 double GetLatitude();
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | deferred_photo_proxy.h | 51 double GetLatitude() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_location_adapter.h | 51 virtual double GetLatitude() = 0;
|
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | request.cpp | 196 lastLocation_->SetLatitude(location->GetLatitude()); in SetLastLocation() 217 bestLocation_->SetLatitude(location->GetLatitude()); in SetBestLocation()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
H A D | location_proxy_adapter_test.cpp | 156 double latitude = locationInfoImpl->GetLatitude(); 189 double latitude = locationInfoImpl->GetLatitude();
|
/ohos5.0/base/location/services/location_geocode/geocode/include/ |
H A D | geo_convert_request.h | 43 double GetLatitude();
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_location.h | 98 int32_t GetLatitude() const;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | location_adapter.h | 66 virtual double GetLatitude() = 0;
|
/ohos5.0/base/location/frameworks/native/location_ndk/source/ |
H A D | location_info_callback_host.cpp | 57 location_info.latitude = location->GetLatitude(); in OnLocationReport()
|
/ohos5.0/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_msdp_client_impl.h | 51 void GetLatitude();
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | camera_server_photo_proxy.h | 73 double GetLatitude() override;
|
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/ |
H A D | location_proxy_adapter_impl.h | 56 double GetLatitude() override;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/ |
H A D | photo_proxy_test.h | 136 double GetLatitude() override in GetLatitude() function
|