Home
last modified time | relevance | path

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

/base/location/services/location_gnss/gnss/include/
Dgnss_ability.h151 class LocationHdiDeathRecipient : public IRemoteObject::DeathRecipient {
154 LocationHdiDeathRecipient();
155 ~LocationHdiDeathRecipient() override;
/base/location/services/location_gnss/gnss/source/
Dgnss_ability.cpp740 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) LocationHdiDeathRecipient()); in RegisterLocationHdiDeathRecipient()
787 LocationHdiDeathRecipient::LocationHdiDeathRecipient() in LocationHdiDeathRecipient() function in OHOS::Location::LocationHdiDeathRecipient
791 LocationHdiDeathRecipient::~LocationHdiDeathRecipient() in ~LocationHdiDeathRecipient()
795 void LocationHdiDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()