Home
last modified time | relevance | path

Searched refs:HiviewServiceDeathRecipient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_remote_service.cpp32 class HiviewServiceDeathRecipient : public IRemoteObject::DeathRecipient { class
34 HiviewServiceDeathRecipient() {}; in HiviewServiceDeathRecipient() function in OHOS::HiviewDFX::RemoteService::HiviewServiceDeathRecipient
35 ~HiviewServiceDeathRecipient() = default;
36 DISALLOW_COPY_AND_MOVE(HiviewServiceDeathRecipient);
73 g_deathRecipient = sptr<IRemoteObject::DeathRecipient>(new HiviewServiceDeathRecipient()); in GetHiViewRemoteService()
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_service_agent.h54 class HiviewServiceDeathRecipient : public IRemoteObject::DeathRecipient {
56 HiviewServiceDeathRecipient(HiviewServiceAgent& agent) : hiviewServiceAgent_(agent) {}; in HiviewServiceDeathRecipient() function
57 ~HiviewServiceDeathRecipient() = default;
58 DISALLOW_COPY_AND_MOVE(HiviewServiceDeathRecipient);
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_service_agent.cpp104 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new HiviewServiceDeathRecipient(*this)); in GetRemoteService()