Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_client.cpp35 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 …]
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_client.h231 sptr<IBundleActiveService> bundleActiveProxy_; variable