Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Duninstall_plugin.cpp47 auto iBundleMgr = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in OnSetPolicy() local
48 if (iBundleMgr == nullptr) { in OnSetPolicy()
49 EDMLOGE("can not get iBundleMgr"); in OnSetPolicy()
52 auto iBundleInstaller = iBundleMgr->GetBundleInstaller(); in OnSetPolicy()
H A Dinstall_plugin.cpp130 auto iBundleMgr = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in OnSetPolicy() local
131 if (iBundleMgr == nullptr) { in OnSetPolicy()
132 EDMLOGE("can not get iBundleMgr"); in OnSetPolicy()
136 auto iBundleInstaller = iBundleMgr->GetBundleInstaller(); in OnSetPolicy()
/base/telephony/core_service/utils/common/src/
H A Dtelephony_permission.cpp49 sptr<AppExecFwk::IBundleMgr> iBundleMgr = OHOS::iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetBundleNameByUid() local
50 if (iBundleMgr == nullptr) { in GetBundleNameByUid()
51 TELEPHONY_LOGE("iBundleMgr is nullptr"); in GetBundleNameByUid()
55 ErrCode errCode = iBundleMgr->GetNameForUid(uid, bundleName); in GetBundleNameByUid()
/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp487 sptr<AppExecFwk::IBundleMgr> iBundleMgr = OHOS::iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in CheckIsSystemApp() local
488 if (iBundleMgr == nullptr) { in CheckIsSystemApp()
489 TELEPHONY_LOGE("iBundleMgr is null"); in CheckIsSystemApp()
494 if (!iBundleMgr->GetBundleInfo( in CheckIsSystemApp()
/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp379 sptr<AppExecFwk::IBundleMgr> iBundleMgr = OHOS::iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in Init() local
380 if (iBundleMgr == nullptr) { in Init()
381 TELEPHONY_LOGE("iBundleMgr is null."); in Init()
385 iBundleMgr->GetBundleInfo( in Init()

Completed in 4 milliseconds