Searched refs:bundleActiveProxy_ (Results 1 – 2 of 2) sorted by relevance
35 if (bundleActiveProxy_ != nullptr) { in GetBundleActiveProxy()50 bundleActiveProxy_ = iface_cast<IBundleActiveService>(object); in GetBundleActiveProxy()51 if (!bundleActiveProxy_) { in GetBundleActiveProxy()59 bundleActiveProxy_->AsObject()->AddDeathRecipient(recipient_); in GetBundleActiveProxy()72 return bundleActiveProxy_->ReportEvent(event, userId); in ReportEvent()82 return bundleActiveProxy_->IsBundleIdle(isBundleIdle, bundleName, userId); in IsBundleIdle()126 return bundleActiveProxy_->SetAppGroup(bundleName, newGroup, userId); in SetAppGroup()158 return bundleActiveProxy_->QueryAppGroup(appGroup, bundleName, userId); in QueryAppGroup()183 ret = bundleActiveProxy_->RegisterAppGroupCallBack(observer); in RegisterAppGroupCallBack()197 ret = bundleActiveProxy_->UnRegisterAppGroupCallBack(observer); in UnRegisterAppGroupCallBack()[all …]
231 sptr<IBundleActiveService> bundleActiveProxy_; variable