Home
last modified time | relevance | path

Searched refs:Location_ResultCode (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/
H A D_location.md33 | typedef enum [Location_ResultCode](#location_resultcode-1) [Location_ResultCode](#location_result…
135 ### Location_ResultCode subsection
138 typedef enum Location_ResultCode Location_ResultCode
188 ### Location_ResultCode subsection
191 enum Location_ResultCode
284 Location_ResultCode OH_Location_IsLocatingEnabled (bool * enabled)
299 返回操作结果,详细定义参见[Location_ResultCode](#location_resultcode)。
326 返回操作结果,详细定义参见[Location_ResultCode](#location_resultcode)。
348 Location_ResultCode OH_Location_StopLocating (const Location_RequestConfig * requestConfig)
363 返回操作结果,详细定义参见[Location_ResultCode](#location_resultcode)。
[all …]
H A Doh__location_8h.md26 | [Location_ResultCode](_location.md#location_resultcode) [OH_Location_IsLocatingEnabled](_location…
27 | [Location_ResultCode](_location.md#location_resultcode) [OH_Location_StartLocating](_location.md#…
28 | [Location_ResultCode](_location.md#location_resultcode) [OH_Location_StopLocating](_location.md#o…
H A Doh__location__type_8h.md33 | typedef enum [Location_ResultCode](_location.md#location_resultcode-1) [Location_ResultCode](_loc…
47 | [Location_ResultCode](_location.md#location_resultcode) {<br/>[LOCATION_SUCCESS](_location.md) = …
58 | [Location_ResultCode](_location.md#location_resultcode) [OH_LocationInfo_GetAdditionalInfo](_loca…
/ohos5.0/base/location/interfaces/c_api/include/
H A Doh_location.h55 Location_ResultCode OH_Location_IsLocatingEnabled(bool* enabled);
76 Location_ResultCode OH_Location_StartLocating(const Location_RequestConfig* requestConfig);
99 Location_ResultCode OH_Location_StopLocating(const Location_RequestConfig* requestConfig);
H A Doh_location_type.h48 typedef enum Location_ResultCode { enum
76 } Location_ResultCode; typedef
270 Location_ResultCode OH_LocationInfo_GetAdditionalInfo(Location_Info* location,
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/
H A D_location.md33 | typedef enum [Location_ResultCode](#location_resultcode-1) [Location_ResultCode](#location_result…
135 ### Location_ResultCode subsection
138 typedef enum Location_ResultCode Location_ResultCode
188 ### Location_ResultCode subsection
191 enum Location_ResultCode
284 Location_ResultCode OH_Location_IsLocatingEnabled (bool * enabled)
299 Operation result. For details, see [Location_ResultCode](#location_resultcode).
326 Operation result. For details, see [Location_ResultCode](#location_resultcode).
348 Location_ResultCode OH_Location_StopLocating (const Location_RequestConfig * requestConfig)
363 Operation result. For details, see [Location_ResultCode](#location_resultcode).
[all …]
H A Doh__location_8h.md26 | [Location_ResultCode](_location.md#location_resultcode)[OH_Location_IsLocatingEnabled](_location.…
27 | [Location_ResultCode](_location.md#location_resultcode)[OH_Location_StartLocating](_location.md#o…
28 | [Location_ResultCode](_location.md#location_resultcode)[OH_Location_StopLocating](_location.md#oh…
H A Doh__location__type_8h.md33 | typedef enum [Location_ResultCode](_location.md#location_resultcode-1) [Location_ResultCode](_loc…
47 | [Location_ResultCode](_location.md#location_resultcode) {<br>[LOCATION_SUCCESS](_location.md) = 0…
58 | [Location_ResultCode](_location.md#location_resultcode) [OH_LocationInfo_GetAdditionalInfo](_loca…
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp40 Location_ResultCode OH_Location_IsLocatingEnabled(bool *enabled) in OH_Location_IsLocatingEnabled()
54 Location_ResultCode OH_Location_StartLocating(const Location_RequestConfig* requestConfig) in OH_Location_StartLocating()
84 Location_ResultCode OH_Location_StopLocating(const Location_RequestConfig* requestConfig) in OH_Location_StopLocating()
127 Location_ResultCode OH_LocationInfo_GetAdditionalInfo(Location_Info* location, char* additionalInfo… in OH_LocationInfo_GetAdditionalInfo()
267 Location_ResultCode LocationErrCodeToLocationResultCode(OHOS::Location::LocationErrCode errCode) in LocationErrCodeToLocationResultCode()
/ohos5.0/base/location/frameworks/native/location_ndk/include/
H A Dlocator_c_impl.h52 Location_ResultCode LocationErrCodeToLocationResultCode(OHOS::Location::LocationErrCode errCode);