Lines Matching refs:Location_ResultCode
33 | typedef enum [Location_ResultCode](#location_resultcode-1) [Location_ResultCode](#location_result…
47 | [Location_ResultCode](#location_resultcode-1) {<br/>LOCATION_SUCCESS = 0, LOCATION_PERMISSION_DEN…
57 | [Location_ResultCode](#location_resultcode-1) [OH_Location_IsLocatingEnabled](#oh_location_isloca…
58 | [Location_ResultCode](#location_resultcode-1) [OH_Location_StartLocating](#oh_location_startlocat…
59 | [Location_ResultCode](#location_resultcode-1) [OH_Location_StopLocating](#oh_location_stoplocatin…
61 | [Location_ResultCode](#location_resultcode-1) [OH_LocationInfo_GetAdditionalInfo](#oh_locationinf…
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)。
311 Location_ResultCode OH_Location_StartLocating (const Location_RequestConfig * requestConfig)
326 返回操作结果,详细定义参见[Location_ResultCode](#location_resultcode)。
348 Location_ResultCode OH_Location_StopLocating (const Location_RequestConfig * requestConfig)
363 返回操作结果,详细定义参见[Location_ResultCode](#location_resultcode)。
385 Location_ResultCode OH_LocationInfo_GetAdditionalInfo (Location_Info * location, char * additionalI…
402 返回操作结果,详细定义参见[Location_ResultCode](#location_resultcode)。