Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h107 class LocatorErrCallbackDeathRecipient : public IRemoteObject::DeathRecipient {
110 LocatorErrCallbackDeathRecipient(int32_t tokenId);
111 ~LocatorErrCallbackDeathRecipient() override;
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp707 LocatorErrCallbackDeathRecipient(identity.GetTokenId())); in RegisterLocationErrorCallback()
798 LocatorErrCallbackDeathRecipient::LocatorErrCallbackDeathRecipient(int32_t tokenId) in LocatorErrCallbackDeathRecipient() function in OHOS::Location::LocatorErrCallbackDeathRecipient
803 LocatorErrCallbackDeathRecipient::~LocatorErrCallbackDeathRecipient() in ~LocatorErrCallbackDeathRecipient()
807 void LocatorErrCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()