Home
last modified time | relevance | path

Searched refs:bundleMgr_ (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp57 if (bundleMgr_ != nullptr) { in GetBundleNameByUid()
59 bundleMgr_->GetNameForUid(uid, bundle); in GetBundleNameByUid()
73 if (bundleMgr_ != nullptr) { in IsSystemApp()
74 isSystemApp = bundleMgr_->CheckIsSystemAppByUid(uid); in IsSystemApp()
114 if (bundleMgr_ == nullptr) { in GetBundleInfoByBundleName()
119 ret = bundleMgr_->GetBundleInfo(bundle, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, userId); in GetBundleInfoByBundleName()
126 if (bundleMgr_ != nullptr) { in Connect()
141 bundleMgr_ = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in Connect()
142 if (bundleMgr_ != nullptr) { in Connect()
143 bundleMgr_ in Connect()
[all...]
/base/customization/enterprise_device_management/common/external/src/
H A Dexternal_manager_factory.cpp27 return bundleMgr_; in CreateBundleManager()
/base/customization/enterprise_device_management/common/external/include/
H A Dexternal_manager_factory.h37 std::shared_ptr<IEdmBundleManager> bundleMgr_ = std::make_shared<EdmBundleManagerImpl>(); member in OHOS::EDM::ExternalManagerFactory
/base/notification/distributed_notification_service/services/ans/include/
H A Dbundle_manager_helper.h144 sptr<AppExecFwk::IBundleMgr> bundleMgr_ = nullptr; member in OHOS::Notification::BundleManagerHelper
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dbundle_manager_helper_test.cpp155 bundleManagerHelper->bundleMgr_ = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in HWTEST_F()

Completed in 3 milliseconds