Searched refs:CachedLocationCallbackDeathRecipient (Results 1 – 4 of 4) sorted by relevance
111 class CachedLocationCallbackDeathRecipient : public IRemoteObject::DeathRecipient {114 CachedLocationCallbackDeathRecipient();115 ~CachedLocationCallbackDeathRecipient() override;
428 CachedLocationCallbackDeathRecipient::CachedLocationCallbackDeathRecipient() in CachedLocationCallbackDeathRecipient() function in OHOS::Location::CachedLocationCallbackDeathRecipient432 CachedLocationCallbackDeathRecipient::~CachedLocationCallbackDeathRecipient() in ~CachedLocationCallbackDeathRecipient()436 void CachedLocationCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
316 …tr<IRemoteObject::DeathRecipient> death(new (std::nothrow) CachedLocationCallbackDeathRecipient()); in RegisterCachedCallback()
2381 …o cachedLocationCallbackDeathRecipient = new (std::nothrow) CachedLocationCallbackDeathRecipient();