Home
last modified time | relevance | path

Searched defs:UpdateBundleForSelf (Results 1 – 5 of 5) sorted by relevance

/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.cpp221 bool BmsInstallExtensionSystemTest::UpdateBundleForSelf(const std::vector<std::string> &bundleFileP… in UpdateBundleForSelf() function in OHOS::AppExecFwk::BmsInstallExtensionSystemTest
H A Dbms_install_system_test.cpp292 bool BmsInstallSystemTest::UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths) con… in UpdateBundleForSelf() function in OHOS::AppExecFwk::BmsInstallSystemTest
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
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/interfaces/kits/js/installer/
H A Dinstaller.cpp1330 napi_value UpdateBundleForSelf(napi_env env, napi_callback_info info) in UpdateBundleForSelf() function