Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_remote_service.cpp27 sptr<IRemoteObject> g_hiviewServiceAbilityProxy = nullptr; member
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()
68 g_hiviewServiceAbilityProxy = abilityManager->CheckSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID); in GetHiViewRemoteService()
69 if (g_hiviewServiceAbilityProxy == nullptr) { in GetHiViewRemoteService()
76 g_hiviewServiceAbilityProxy in GetHiViewRemoteService()
[all...]

Completed in 1 milliseconds