/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | native_module.cpp | 42 DECLARE_NAPI_FUNCTION("updateBundleForSelf", UpdateBundleForSelf), in BundleInstallerExport()
|
H A D | installer.h | 98 napi_value UpdateBundleForSelf(napi_env env, napi_callback_info info);
|
H A D | installer.cpp | 1330 napi_value UpdateBundleForSelf(napi_env env, napi_callback_info info) in UpdateBundleForSelf() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer.h | 98 …void UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths, const InstallParam &inst…
|
H A D | bundle_installer_host.h | 126 …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 D | bundle_installer_interface.h | 124 …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 D | bms_install_extension_system_test.cpp | 141 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 D | bms_install_system_test.cpp | 156 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 D | bundle_stream_installer_host_impl.cpp | 329 res = installer->UpdateBundleForSelf(pathVec, installParam_, receiver_); in Install()
|
H A D | bundle_installer_host.cpp | 720 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 D | bms_bundle_installer_test.cpp | 6004 … bool ret = bundleInstallerHost.UpdateBundleForSelf(bundleFilePaths, installParam, statusReceiver);
|