Searched refs:HdfDeathNotifier (Results 1 – 2 of 2) sorted by relevance
41 class HdfDeathNotifier : public OHOS::IRemoteObject::DeathRecipient {43 HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *recipient);44 virtual ~HdfDeathNotifier();
72 HdfDeathNotifier::HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *reci… in HdfDeathNotifier() function in HdfDeathNotifier77 HdfDeathNotifier::~HdfDeathNotifier() in ~HdfDeathNotifier()81 void HdfDeathNotifier::OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject> &object) /* who = 0 */ in OnRemoteDied()172 holder->deathRecipient_ = new HdfDeathNotifier(service, recipient); in HdfRemoteAdapterAddDeathRecipient()