Home
last modified time | relevance | path

Searched refs:Location_SourceType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/
H A D_location___basic_info.md32 | [Location_SourceType](_location.md#location_sourcetype) [locationSourceType](#locationsourcetype)…
95 Location_SourceType Location_BasicInfo::locationSourceType
98 表示定位结果的来源。 详细定义请参考[Location_SourceType](_location.md#location_sourcetype).
H A D_location.md36 | typedef enum [Location_SourceType](#location_sourcetype-1) [Location_SourceType](#location_source…
50 | [Location_SourceType](#location_sourcetype-1) { LOCATION_SOURCE_TYPE_GNSS = 1, LOCATION_SOURCE_TY…
146 ### Location_SourceType subsection
149 typedef enum Location_SourceType Location_SourceType
208 ### Location_SourceType subsection
211 enum Location_SourceType
H A Doh__location__type_8h.md36 | typedef enum [Location_SourceType](_location.md#location_sourcetype-1) [Location_SourceType](_loc…
50 | [Location_SourceType](_location.md#location_sourcetype) { [LOCATION_SOURCE_TYPE_GNSS](_location.m…
/ohos5.0/base/location/interfaces/c_api/include/
H A Doh_location_type.h152 typedef enum Location_SourceType { enum
169 } Location_SourceType; typedef
232 Location_SourceType locationSourceType;
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/
H A D_location___basic_info.md32Location_SourceType](_location.md#location_sourcetype)[locationSourceType](#locationsourcetype) | …
95 Location_SourceType Location_BasicInfo::locationSourceType
98 Source of the location result. For details, see [Location_SourceType](_location.md#location_sourcet…
H A Doh__location__type_8h.md36 | typedef enum [Location_SourceType](_location.md#location_sourcetype-1) [Location_SourceType](_loc…
50 | [Location_SourceType](_location.md#location_sourcetype) { [LOCATION_SOURCE_TYPE_GNSS](_location.m…
H A D_location.md36 | typedef enum [Location_SourceType](#location_sourcetype-1) [Location_SourceType](#location_source…
50 | [Location_SourceType](#location_sourcetype-1) { LOCATION_SOURCE_TYPE_GNSS = 1, LOCATION_SOURCE_TY…
146 ### Location_SourceType subsection
149 typedef enum Location_SourceType Location_SourceType
208 ### Location_SourceType subsection
211 enum Location_SourceType
/ohos5.0/base/location/frameworks/native/location_ndk/include/
H A Dlocator_c_impl.h46 Location_SourceType locationSourceType;
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocation_info_callback_host.cpp80 location_info.locationSourceType = (Location_SourceType)location->GetLocationSourceType(); in OnLocationReport()