Home
last modified time | relevance | path

Searched refs:GetLocatorCallbackRecipient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest.h74 sptr<IRemoteObject::DeathRecipient> GetLocatorCallbackRecipient();
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp384 sptr<IRemoteObject::DeathRecipient> Request::GetLocatorCallbackRecipient() in GetLocatorCallbackRecipient() function in OHOS::Location::Request
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp392 …if (request->GetLocatorCallBack() != nullptr && request->GetLocatorCallbackRecipient() != nullptr)… in DeleteRequestRecord()
393 …st->GetLocatorCallBack()->AsObject()->RemoveDeathRecipient(request->GetLocatorCallbackRecipient()); in DeleteRequestRecord()