Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp920 auto iBundleInstaller = CommonFunc::GetBundleInstaller(); in InstallExecuter() local
921 if ((iBundleInstaller == nullptr) || (iBundleInstaller->AsObject() == nullptr)) { in InstallExecuter()
922 APP_LOGE("can not get iBundleInstaller"); in InstallExecuter()
934 iBundleInstaller->AsObject()->AddDeathRecipient(recipient); in InstallExecuter()
936 ErrCode res = iBundleInstaller->StreamInstall(bundleFilePath, asyncCallbackInfo->installParam, callback); in InstallExecuter()
1088 auto iBundleInstaller = CommonFunc::GetBundleInstaller(); in UninstallOrRecoverExecuter() local
1089 if ((iBundleInstaller == nullptr) || (iBundleInstaller->AsObject() == nullptr)) { in UninstallOrRecoverExecuter()
1090 APP_LOGE("can not get iBundleInstaller"); in UninstallOrRecoverExecuter()
1132 auto iBundleInstaller = CommonFunc::GetBundleInstaller(); UninstallByUninstallParamExecuter() local
1348 auto iBundleInstaller = CommonFunc::GetBundleInstaller(); UninstallAndRecoverExecuter() local
1598 auto iBundleInstaller = iBundleMgr->GetBundleInstaller(); InnerCreateAppClone() local
1712 auto iBundleInstaller = iBundleMgr->GetBundleInstaller(); InnerDestroyAppClone() local
1816 auto iBundleInstaller = iBundleMgr->GetBundleInstaller(); InnerInstallPreexistingApp() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp5021 auto iBundleInstaller = iBundleMgr->GetBundleInstaller(); in InnerInstall() local
5022 if ((iBundleInstaller == nullptr) || (iBundleInstaller->AsObject() == nullptr)) { in InnerInstall()
5023 APP_LOGE("can not get iBundleInstaller"); in InnerInstall()
5038 iBundleInstaller->AsObject()->AddDeathRecipient(recipient); in InnerInstall()
5039 ErrCode res = iBundleInstaller->StreamInstall(bundleFilePath, installParam, callback); in InnerInstall()
5338 auto iBundleInstaller = iBundleMgr->GetBundleInstaller(); in InnerRecover() local
5339 if (iBundleInstaller == nullptr) { in InnerRecover()
5340 APP_LOGE("can not get iBundleInstaller"); in InnerRecover()
5349 iBundleInstaller in InnerRecover()
5507 auto iBundleInstaller = iBundleMgr->GetBundleInstaller(); InnerUninstall() local
[all...]

Completed in 11 milliseconds