Home
last modified time | relevance | path

Searched refs:LocationErrCodeToLocationResultCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp48 return LocationErrCodeToLocationResultCode(errCode); in OH_Location_IsLocatingEnabled()
79 return LocationErrCodeToLocationResultCode(errCode); in OH_Location_StartLocating()
98 return LocationErrCodeToLocationResultCode(errCode); in OH_Location_StopLocating()
267 Location_ResultCode LocationErrCodeToLocationResultCode(OHOS::Location::LocationErrCode errCode) in LocationErrCodeToLocationResultCode() function
/ohos5.0/base/location/frameworks/native/location_ndk/include/
H A Dlocator_c_impl.h52 Location_ResultCode LocationErrCodeToLocationResultCode(OHOS::Location::LocationErrCode errCode);