Searched refs:LocatorCallbackDeathRecipient (Results 1 – 3 of 3) sorted by relevance
306 class LocatorCallbackDeathRecipient : public IRemoteObject::DeathRecipient {309 LocatorCallbackDeathRecipient(int32_t tokenId);310 ~LocatorCallbackDeathRecipient() override;
963 …sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) LocatorCallbackDeathRecipient(identit… in StartLocating()2293 LocatorCallbackDeathRecipient::LocatorCallbackDeathRecipient(int32_t tokenId) in LocatorCallbackDeathRecipient() function in OHOS::Location::LocatorCallbackDeathRecipient2298 LocatorCallbackDeathRecipient::~LocatorCallbackDeathRecipient() in ~LocatorCallbackDeathRecipient()2302 void LocatorCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
840 … sptr<LocatorCallbackDeathRecipient>(new (std::nothrow) LocatorCallbackDeathRecipient(tokenId));