Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h43 void SetLastReportErrcode(int32_t lastReportErrcode);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp755 locatorErrRequest->SetLastReportErrcode(errorCode); in ReportLocationError()
765 locatorErrRequest->SetLastReportErrcode(LOCATING_FAILED_DEFAULT); in UpdateLocationError()
852 void LocationErrRequest::SetLastReportErrcode(int32_t lastReportErrcode) in SetLastReportErrcode() function in OHOS::Location::LocationErrRequest