Home
last modified time | relevance | path

Searched refs:LocationHdiDeathRecipient (Results 1 - 3 of 3) sorted by relevance

/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability.h285 class LocationHdiDeathRecipient : public IRemoteObject::DeathRecipient { class
288 LocationHdiDeathRecipient();
289 ~LocationHdiDeathRecipient() override;
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1577 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) LocationHdiDeathRecipient()); in RegisterLocationHdiDeathRecipient()
1770 LocationHdiDeathRecipient::LocationHdiDeathRecipient() in LocationHdiDeathRecipient() function in OHOS::Location::LocationHdiDeathRecipient
1774 LocationHdiDeathRecipient::~LocationHdiDeathRecipient() in ~LocationHdiDeathRecipient()
1778 void LocationHdiDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp2771 auto deathRecipient = new (std::nothrow) LocationHdiDeathRecipient(); in HWTEST_F()

Completed in 8 milliseconds