Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_service_agent.cpp91 if (hiviewServiceAbilityProxy_ != nullptr) { in GetRemoteService()
92 return hiviewServiceAbilityProxy_; in GetRemoteService()
99 hiviewServiceAbilityProxy_ = abilityManager->CheckSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID); in GetRemoteService()
100 if (hiviewServiceAbilityProxy_ == nullptr) { in GetRemoteService()
107 hiviewServiceAbilityProxy_ = nullptr; in GetRemoteService()
110 hiviewServiceAbilityProxy_->AddDeathRecipient(deathRecipient_); in GetRemoteService()
111 return hiviewServiceAbilityProxy_; in GetRemoteService()
117 if (hiviewServiceAbilityProxy_ == nullptr) { in ProcessDeathObserver()
121 if (hiviewServiceAbilityProxy_ == remote.promote()) { in ProcessDeathObserver()
122 hiviewServiceAbilityProxy_ in ProcessDeathObserver()
[all...]
/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_service_agent.h49 sptr<IRemoteObject> hiviewServiceAbilityProxy_; member in OHOS::HiviewDFX::HiviewServiceAgent

Completed in 1 milliseconds