Searched refs:HiviewServiceDeathRecipient (Results 1 – 3 of 3) sorted by relevance
32 class HiviewServiceDeathRecipient : public IRemoteObject::DeathRecipient { class34 HiviewServiceDeathRecipient() {}; in HiviewServiceDeathRecipient() function in OHOS::HiviewDFX::RemoteService::HiviewServiceDeathRecipient35 ~HiviewServiceDeathRecipient() = default;36 DISALLOW_COPY_AND_MOVE(HiviewServiceDeathRecipient);73 g_deathRecipient = sptr<IRemoteObject::DeathRecipient>(new HiviewServiceDeathRecipient()); in GetHiViewRemoteService()
54 class HiviewServiceDeathRecipient : public IRemoteObject::DeathRecipient {56 HiviewServiceDeathRecipient(HiviewServiceAgent& agent) : hiviewServiceAgent_(agent) {}; in HiviewServiceDeathRecipient() function57 ~HiviewServiceDeathRecipient() = default;58 DISALLOW_COPY_AND_MOVE(HiviewServiceDeathRecipient);
104 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new HiviewServiceDeathRecipient(*this)); in GetRemoteService()