/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/ |
H A D | _location_info.md | 1 # LocationInfo chapter 36 float LocationInfo::accuracy 46 double LocationInfo::altitude 56 double LocationInfo::direction 66 double LocationInfo::latitude 76 double LocationInfo::longitude 86 float LocationInfo::speed 96 long LocationInfo::timeSinceBoot 106 long LocationInfo::timeStamp
|
H A D | interface_i_gnss_callback.md | 20 | [ReportLocation](#reportlocation) ([in] struct [LocationInfo](_location_info.md) location) | 位置上报… 27 | [ReportCachedLocation](#reportcachedlocation) ([in] struct [LocationInfo](_location_info.md)[] gn… 36 IGnssCallback::ReportCachedLocation ([in] struct LocationInfo[] gnssLocations) 50 | gnssLocations | 表示GNSS芯片缓存的所有位置信息。详情参考[LocationInfo](_location_info.md)。 | 108 IGnssCallback::ReportLocation ([in] struct LocationInfo location) 122 | location | 表示GNSS定位结果,详情参考[LocationInfo](_location_info.md)。 |
|
H A D | interface_i_geofence_callback.md | 21 | [ReportGeofenceEvent](#reportgeofenceevent) ([in] int fenceIndex, [in] struct [LocationInfo](_loc… 55 IGeofenceCallback::ReportGeofenceEvent ([in] int fenceIndex, [in] struct LocationInfo location, [in… 70 | location | 表示当前的位置,详情参考[LocationInfo](_location_info.md)。 |
|
H A D | _gnss_ref_info.md | 23 | struct [LocationInfo](_location_info.md)[best_location](#best_location) | 参考融合位置 | 32 struct LocationInfo GnssRefInfo::best_location
|
H A D | Readme-CN.md | 34 - [LocationInfo](_location_info.md) 44 - [LocationInfo](_location_info.md)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/cpp_target/location/geofence/v1_0/ |
H A D | geofence_types.cpp.txt | 50 …ling(OHOS::MessageParcel& data, const OHOS::HDI::Location::Geofence::V1_0::LocationInfo& dataBlock) 52 …eUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Location::Geofence::V1_0::LocationInfo))) { 58 …arshalling(OHOS::MessageParcel& data, OHOS::HDI::Location::Geofence::V1_0::LocationInfo& dataBlock) 60 …LocationInfo *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Location::Geofence::V1_0::LocationI… 65 …S::HDI::Location::Geofence::V1_0::LocationInfo), dataBlockPtr, sizeof(OHOS::HDI::Location::Geofenc…
|
H A D | geofence_types.h.txt | 81 struct LocationInfo { 96 …ing(OHOS::MessageParcel &data, const OHOS::HDI::Location::Geofence::V1_0::LocationInfo& dataBlock); 98 …rshalling(OHOS::MessageParcel &data, OHOS::HDI::Location::Geofence::V1_0::LocationInfo& dataBlock);
|
H A D | geofence_callback_proxy.h.txt | 41 …eofenceEvent(int32_t fenceIndex, const OHOS::HDI::Location::Geofence::V1_0::LocationInfo& location, 52 …const OHOS::HDI::Location::Geofence::V1_0::LocationInfo& location, OHOS::HDI::Location::Geofence::…
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | mouse_location.h | 35 struct LocationInfo { struct 63 …void ReportMouseLocationToListener(const std::string &networkId, const LocationInfo &locationInfo,… 64 …void TransferToLocationInfo(std::shared_ptr<MMI::PointerEvent> pointerEvent, LocationInfo &locatio… 65 void SyncLocationToRemote(const std::string &remoteNetworkId, const LocationInfo &locationInfo);
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | location_adapter.h | 60 class LocationInfo { 62 LocationInfo() = default; 64 virtual ~LocationInfo() = default; 91 virtual void OnLocationReport(const std::shared_ptr<LocationInfo> location) = 0;
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | mouse_location.h | 35 struct LocationInfo { struct 64 …void ReportMouseLocationToListener(const std::string &networkId, const LocationInfo &locationInfo,… 65 …void TransferToLocationInfo(std::shared_ptr<MMI::PointerEvent> pointerEvent, LocationInfo &locatio… 66 void SyncLocationToRemote(const std::string &remoteNetworkId, const LocationInfo &locationInfo);
|
/ohos5.0/base/location/services/location_gnss/gnss/include/ |
H A D | gnss_event_callback.h | 26 using HDI::Location::Gnss::V2_0::LocationInfo; 36 int32_t ReportLocation(const LocationInfo& location) override; 43 int32_t ReportCachedLocation(const std::vector<LocationInfo>& gnssLocations) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/cpp_target/location/gnss/v1_0/ |
H A D | gnss_callback_proxy.h.txt | 39 int32_t ReportLocation(const OHOS::HDI::Location::Gnss::V1_0::LocationInfo& location) override; 53 …int32_t ReportCachedLocation(const std::vector<OHOS::HDI::Location::Gnss::V1_0::LocationInfo>& gns… 57 static int32_t ReportLocation_(const OHOS::HDI::Location::Gnss::V1_0::LocationInfo& location, 77 …ortCachedLocation_(const std::vector<OHOS::HDI::Location::Gnss::V1_0::LocationInfo>& gnssLocations…
|
H A D | gnss_types.cpp.txt | 269 …shalling(OHOS::MessageParcel& data, const OHOS::HDI::Location::Gnss::V1_0::LocationInfo& dataBlock) 271 …WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Location::Gnss::V1_0::LocationInfo))) { 277 …kUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Location::Gnss::V1_0::LocationInfo& dataBlock) 279 …LocationInfo *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Location::Gnss::V1_0::LocationInfo*… 284 …of(OHOS::HDI::Location::Gnss::V1_0::LocationInfo), dataBlockPtr, sizeof(OHOS::HDI::Location::Gnss:…
|
H A D | gnss_types.h.txt | 166 struct LocationInfo { 181 OHOS::HDI::Location::Gnss::V1_0::LocationInfo best_location; 208 …halling(OHOS::MessageParcel &data, const OHOS::HDI::Location::Gnss::V1_0::LocationInfo& dataBlock); 210 …Unmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Location::Gnss::V1_0::LocationInfo& dataBlock);
|
H A D | gnss_callback_service.cpp.txt | 26 int32_t GnssCallbackService::ReportLocation(const OHOS::HDI::Location::Gnss::V1_0::LocationInfo& lo… 61 …portCachedLocation(const std::vector<OHOS::HDI::Location::Gnss::V1_0::LocationInfo>& gnssLocations)
|
H A D | gnss_callback_service.h.txt | 31 int32_t ReportLocation(const OHOS::HDI::Location::Gnss::V1_0::LocationInfo& location) override; 45 …int32_t ReportCachedLocation(const std::vector<OHOS::HDI::Location::Gnss::V1_0::LocationInfo>& gns…
|
H A D | ignss_callback.h.txt | 73 … virtual int32_t ReportLocation(const OHOS::HDI::Location::Gnss::V1_0::LocationInfo& location) = 0; 87 …portCachedLocation(const std::vector<OHOS::HDI::Location::Gnss::V1_0::LocationInfo>& gnssLocations…
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_info_impl.h | 27 explicit ArkLocationInfoImpl(std::shared_ptr<OHOS::NWeb::LocationInfo>); 48 std::shared_ptr<OHOS::NWeb::LocationInfo> real_;
|
H A D | ark_location_callback_adapter_wrapper.cpp | 27 …nCallbackAdapterWrapper::OnLocationReport(const std::shared_ptr<OHOS::NWeb::LocationInfo> location) in OnLocationReport()
|
/ohos5.0/base/location/test/location_gnss/source/ |
H A D | gnss_event_callback_test.cpp | 38 using HDI::Location::Gnss::V2_0::LocationInfo; 79 LocationInfo locationInfo; 193 LocationInfo locationInfo; 236 std::vector<LocationInfo> gnssLocations; 237 LocationInfo locationInfo;
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | mouse_location.cpp | 171 LocationInfo locationInfo { in OnRemoteMouseLocation() 191 LocationInfo locationInfo; in ProcessData() 207 void MouseLocation::SyncLocationToRemote(const std::string &remoteNetworkId, const LocationInfo &lo… in SyncLocationToRemote() 304 void MouseLocation::ReportMouseLocationToListener(const std::string &networkId, const LocationInfo … in ReportMouseLocationToListener() 324 …TransferToLocationInfo(std::shared_ptr<MMI::PointerEvent> pointerEvent, LocationInfo &locationInfo) in TransferToLocationInfo()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/dump_ast_target/ |
H A D | dump.txt | 45 [in] ohos.hdi.location.gnss.v1_0.LocationInfo location); 67 [in] ohos.hdi.location.gnss.v1_0.LocationInfo[] gnssLocations); 184 [mini, lite, full] struct LocationInfo { 199 ohos.hdi.location.gnss.v1_0.LocationInfo best_location;
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | mouse_location.cpp | 191 LocationInfo locationInfo { in OnRemoteMouseLocation() 211 LocationInfo locationInfo; in ProcessData() 227 void MouseLocation::SyncLocationToRemote(const std::string &remoteNetworkId, const LocationInfo &lo… in SyncLocationToRemote() 324 void MouseLocation::ReportMouseLocationToListener(const std::string &networkId, const LocationInfo … in ReportMouseLocationToListener() 344 …TransferToLocationInfo(std::shared_ptr<MMI::PointerEvent> pointerEvent, LocationInfo &locationInfo) in TransferToLocationInfo()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/dump_ast_target/ |
H A D | dump.txt | 31 [in] ohos.hdi.location.geofence.v1_0.LocationInfo location, 71 [mini, lite, full] struct LocationInfo {
|