Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_remote_service.cpp28 sptr<IRemoteObject::DeathRecipient> g_deathRecipient = nullptr; member
47 g_hiviewServiceAbilityProxy->RemoveDeathRecipient(g_deathRecipient); in OnRemoteDied()
49 g_deathRecipient = nullptr; in OnRemoteDied()
73 g_deathRecipient = sptr<IRemoteObject::DeathRecipient>(new HiviewServiceDeathRecipient()); in GetHiViewRemoteService()
74 if (g_deathRecipient == nullptr) { in GetHiViewRemoteService()
79 g_hiviewServiceAbilityProxy->AddDeathRecipient(g_deathRecipient); in GetHiViewRemoteService()

Completed in 1 milliseconds