Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_remote_service.cpp27 sptr<IRemoteObject> g_hiviewServiceAbilityProxy = nullptr; variable
41 if (g_hiviewServiceAbilityProxy == nullptr) { in OnRemoteDied()
46 if (g_hiviewServiceAbilityProxy == remote.promote()) { in OnRemoteDied()
47 g_hiviewServiceAbilityProxy->RemoveDeathRecipient(g_deathRecipient); in OnRemoteDied()
48 g_hiviewServiceAbilityProxy = nullptr; in OnRemoteDied()
60 if (g_hiviewServiceAbilityProxy != nullptr) { in GetHiViewRemoteService()
61 return g_hiviewServiceAbilityProxy; in GetHiViewRemoteService()
69 if (g_hiviewServiceAbilityProxy == nullptr) { in GetHiViewRemoteService()
76 g_hiviewServiceAbilityProxy = nullptr; in GetHiViewRemoteService()
79 g_hiviewServiceAbilityProxy->AddDeathRecipient(g_deathRecipient); in GetHiViewRemoteService()
[all …]