Searched refs:g_hiviewServiceAbilityProxy (Results 1 – 1 of 1) sorted by relevance
27 sptr<IRemoteObject> g_hiviewServiceAbilityProxy = nullptr; variable41 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 …]