Searched refs:ReportLocationError (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/location/services/location_network/network/source/ |
H A D | network_callback_host.cpp | 52 NetworkAbility::GetInstance()->ReportLocationError(errCode, errMsg, uuid); in OnRemoteRequest()
|
H A D | network_ability.cpp | 559 void NetworkAbility::ReportLocationError(int32_t errCode, std::string errMsg, std::string uuid) in ReportLocationError() function in OHOS::Location::NetworkAbility
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | request_manager.cpp | 529 … RequestManager::GetInstance()->ReportLocationError(LOCATING_FAILED_LOCATION_SWITCH_OFF, request); in AddRequestToWorkRecord() 538 …RequestManager::GetInstance()->ReportLocationError(LOCATING_FAILED_LOCATION_PERMISSION_DENIED, req… in AddRequestToWorkRecord() 556 …RequestManager::GetInstance()->ReportLocationError(LOCATING_FAILED_BACKGROUND_PERMISSION_DENIED, r… in AddRequestToWorkRecord() 734 void RequestManager::ReportLocationError(const int errorCode, std::shared_ptr<Request> request) in ReportLocationError() function in OHOS::Location::RequestManager
|
H A D | report_manager.cpp | 238 …RequestManager::GetInstance()->ReportLocationError(LOCATING_FAILED_BACKGROUND_PERMISSION_DENIED, r… in GetPermittedLocation() 264 …RequestManager::GetInstance()->ReportLocationError(LOCATING_FAILED_LOCATION_PERMISSION_DENIED, req… in GetPermittedLocation()
|
H A D | locator_ability.cpp | 1034 …RequestManager::GetInstance()->ReportLocationError(LOCATING_FAILED_LOCATION_PERMISSION_DENIED, req… in NeedReportCacheLocation() 1045 …RequestManager::GetInstance()->ReportLocationError(LOCATING_FAILED_BACKGROUND_PERMISSION_DENIED, r… in NeedReportCacheLocation() 1599 void LocatorAbility::ReportLocationError(std::string uuid, int32_t errCode) in ReportLocationError() function in OHOS::Location::LocatorAbility 2112 RequestManager::GetInstance()->ReportLocationError(errCode, request); in ReportNetworkLocatingErrorEvent()
|
H A D | locator_skeleton.cpp | 1375 locatorAbility->ReportLocationError(uuid, errCode); in PreReportLocationError()
|
/ohos5.0/base/location/services/location_network/network/include/ |
H A D | network_ability.h | 85 void ReportLocationError(int32_t errCode, std::string errMsg, std::string uuid);
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | request_manager.h | 72 void ReportLocationError(const int errorCode, std::shared_ptr<Request> request);
|
H A D | locator_ability.h | 181 void ReportLocationError(std::string uuid, int32_t errCode);
|
/ohos5.0/base/location/test/location_manager/source/ |
H A D | locator_ability_test.cpp | 581 locatorAbility->ReportLocationError(uuid, errCode); 582 locatorAbility->ReportLocationError(uuid, errCode);
|
/ohos5.0/base/location/test/location_network/source/ |
H A D | network_ability_test.cpp | 619 ability_->ReportLocationError(0, "", "");
|