Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp709 std::shared_ptr<LocationErrRequest> locatorErrRequest = std::make_shared<LocationErrRequest>(); in RegisterLocationErrorCallback()
817 LocationErrRequest::LocationErrRequest() in LocationErrRequest() function in OHOS::Location::LocationErrRequest
825 LocationErrRequest::~LocationErrRequest() {} in ~LocationErrRequest()
827 pid_t LocationErrRequest::GetUid() in GetUid()
832 void LocationErrRequest::SetUid(pid_t uid) in SetUid()
837 pid_t LocationErrRequest::GetPid() in GetPid()
842 void LocationErrRequest::SetPid(pid_t pid) in SetPid()
847 int32_t LocationErrRequest::GetLastReportErrcode() in GetLastReportErrcode()
852 void LocationErrRequest::SetLastReportErrcode(int32_t lastReportErrcode) in SetLastReportErrcode()
857 void LocationErrRequest::SetLocatorErrCallbackRecipient(const sptr<IRemoteObject::DeathRecipient>& … in SetLocatorErrCallbackRecipient()
[all …]
/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h34 class LocationErrRequest {
36 LocationErrRequest();
37 ~LocationErrRequest();
96 std::map<sptr<IRemoteObject>, std::shared_ptr<LocationErrRequest>> locationErrorCallbackMap_;