Home
last modified time | relevance | path

Searched refs:AgnssCallBackDeathRecipient (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.h51 class AgnssCallBackDeathRecipient : public IRemoteObject::DeathRecipient { class
53 explicit AgnssCallBackDeathRecipient(const wptr<AGnssInterfaceImpl>& impl) : agnssInterfaceImpl_(impl) {}; in AgnssCallBackDeathRecipient() function in OHOS::HDI::Location::Agnss::V2_0::AgnssCallBackDeathRecipient
54 ~AgnssCallBackDeathRecipient() = default;
H A Dagnss_interface_impl.cpp250 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) AgnssCallBackDeathRecipient(this)); in AddAgnssDeathRecipient()

Completed in 1 milliseconds