Home
last modified time | relevance | path

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

/domains/advertising/oaid/services/oaid_manager/src/
H A Dbundle_mgr_helper.cpp27 BundleMgrHelper::BundleMgrHelper() : bundleMgrProxy_(nullptr), oaidDeathRecipient_(nullptr) in BundleMgrHelper()
37 if (!bundleMgrProxy_) { in GetBundleMgrProxy()
52 bundleMgrProxy_ = iface_cast<IBundleMgr>(remoteObject); in GetBundleMgrProxy()
53 if ((!bundleMgrProxy_) || (!bundleMgrProxy_->AsObject())) { in GetBundleMgrProxy()
63 if (!bundleMgrProxy_->AsObject()->AddDeathRecipient(oaidDeathRecipient_)) { in GetBundleMgrProxy()
82 ErrCode ret = bundleMgrProxy_->GetBundleInfosV9(flag, bundleInfos, userId); in GetBundleInfosV9ByReqPermission()
104 ErrCode ret = bundleMgrProxy_->GetApplicationInfoV9(bundleName, applicationFlag, userId, applicationInfo); in GetApplicationInfoV9WithPermission()
123 ErrCode ret = bundleMgrProxy_->GetNameForUid(uid, name); in GetBundleNameByUid()
137 if ((bundleMgrProxy_ ! in ClearBundleMgrHelper()
[all...]
/domains/advertising/oaid/services/oaid_manager/include/
H A Dbundle_mgr_helper.h56 sptr<AppExecFwk::IBundleMgr> bundleMgrProxy_; member in OHOS::Cloud::BundleMgrHelper

Completed in 1 milliseconds