Home
last modified time | relevance | path

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

/domains/advertising/oaid/services/oaid_manager/include/
H A Dbundle_mgr_helper.h30 class BundleMgrHelper : public DelayedSingleton<BundleMgrHelper> { class
34 BundleMgrHelper();
36 virtual ~BundleMgrHelper();
/domains/advertising/oaid/services/oaid_manager/src/
H A Dbundle_mgr_helper.cpp27 BundleMgrHelper::BundleMgrHelper() : bundleMgrProxy_(nullptr), oaidDeathRecipient_(nullptr) in BundleMgrHelper() function in OHOS::Cloud::BundleMgrHelper
30 BundleMgrHelper::~BundleMgrHelper() in ~BundleMgrHelper()
33 bool BundleMgrHelper::GetBundleMgrProxy() in GetBundleMgrProxy()
71 bool BundleMgrHelper::GetBundleInfosV9ByReqPermission(std::vector<AppExecFwk::BundleInfo> &bundleInfos, int32_t userId) in GetBundleInfosV9ByReqPermission()
91 bool BundleMgrHelper::GetApplicationInfoV9WithPermission( in GetApplicationInfoV9WithPermission()
113 void BundleMgrHelper::GetBundleNameByUid(const int uid, std::string &name) in GetBundleNameByUid()
132 void BundleMgrHelper::ClearBundleMgrHelper() in ClearBundleMgrHelper()
H A Doaid_death_recipient.cpp39 DelayedSingleton<BundleMgrHelper>::GetInstance()->ClearBundleMgrHelper(); in OnRemoteDied()
H A Doaid_service_stub.cpp167 DelayedSingleton<BundleMgrHelper>::GetInstance()->GetBundleNameByUid(static_cast<int>(uid), bundleName); in OnRemoteRequest()

Completed in 2 milliseconds