Home
last modified time | relevance | path

Searched refs:UpdateBundleForSelf (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dnative_module.cpp42 DECLARE_NAPI_FUNCTION("updateBundleForSelf", UpdateBundleForSelf), in BundleInstallerExport()
H A Dinstaller.h98 napi_value UpdateBundleForSelf(napi_env env, napi_callback_info info);
H A Dinstaller.cpp1330 napi_value UpdateBundleForSelf(napi_env env, napi_callback_info info) in UpdateBundleForSelf() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer.h98 …void UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths, const InstallParam &inst…
H A Dbundle_installer_host.h126 …bool UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths, const InstallParam &inst…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_interface.h124 …virtual bool UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths, const InstallPar… in UpdateBundleForSelf() function
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_extension_system_test.cpp141 bool UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths) const;
221 bool BmsInstallExtensionSystemTest::UpdateBundleForSelf(const std::vector<std::string> &bundleFileP… in UpdateBundleForSelf() function in OHOS::AppExecFwk::BmsInstallExtensionSystemTest
234 … bool result = installerProxy->UpdateBundleForSelf(bundleFilePaths, installParam, statusReceiver); in UpdateBundleForSelf()
H A Dbms_install_system_test.cpp156 bool UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths) const;
292 bool BmsInstallSystemTest::UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths) con… in UpdateBundleForSelf() function in OHOS::AppExecFwk::BmsInstallSystemTest
305 … bool result = installerProxy->UpdateBundleForSelf(bundleFilePaths, installParam, statusReceiver); in UpdateBundleForSelf()
1889 bool res = UpdateBundleForSelf(bundleFilePaths);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp329 res = installer->UpdateBundleForSelf(pathVec, installParam_, receiver_); in Install()
H A Dbundle_installer_host.cpp720 bool BundleInstallerHost::UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths, in UpdateBundleForSelf() function in OHOS::AppExecFwk::BundleInstallerHost
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6004 … bool ret = bundleInstallerHost.UpdateBundleForSelf(bundleFilePaths, installParam, statusReceiver);