/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_installer_service.h | 46 MOCK_METHOD3(StreamInstall, ErrCode(const std::vector<std::string> &, const AppExecFwk::InstallParam &,
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/ |
H A D | bundleinstallerproxy_fuzzer.cpp | 51 bundleinstallerProxy.StreamInstall(bundleFilePaths, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_installer_interface.h | 121 virtual ErrCode StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam,
|
H A D | bundle_installer_proxy.h | 110 virtual ErrCode StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam,
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/ |
H A D | bundleinstallerhost_fuzzer.cpp | 78 bundleInstallerHost->StreamInstall(bundleFilePaths, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_installer_host.h | 69 ErrCode StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam,
|
H A D | mock_bundle_installer_host.cpp | 96 ErrCode MockBundleInstallerHost::StreamInstall(const std::vector<std::string> &bundleFilePaths, in StreamInstall() function in OHOS::AppExecFwk::MockBundleInstallerHost
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer_host.h | 124 virtual ErrCode StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/ |
H A D | bms_bundle_multiuser_install_ipc_test.cpp | 168 ErrCode StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, in StreamInstall() function in OHOS::EmptyTestBundleInstaller
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_proxy_test/ |
H A D | bms_bundle_installer_proxy_test.cpp | 414 * @tc.name: test the StreamInstall 416 * 2. test StreamInstall 429 auto res = bundleInstallerProxy.StreamInstall(bundleFilePaths, installParam, statusReceiver); in HWTEST_F() 435 * @tc.name: test the StreamInstall 437 * 2. test StreamInstall 450 auto res = bundleInstallerProxy.StreamInstall(bundleFilePaths, installParam, statusReceiver); in HWTEST_F() 456 * @tc.name: test the StreamInstall 458 * 2. test StreamInstall 470 auto res = bundleInstallerProxy.StreamInstall(bundleFilePaths, installParam, statusReceiver); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_external_hsp_so_test.cpp | 201 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver);
in InstallPathBundle() 229 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver);
in UpdateInstallPath()
|
H A D | bms_install_hap_so_test.cpp | 284 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in InstallBundle() 299 auto installResult = installerProxy->StreamInstall(hapPaths, installParam, statusReceiver); in InstallBundles() 330 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in InstallPathBundle() 357 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in UpdateInstall() 372 auto installResult = installerProxy->StreamInstall(hapPaths, installParam, statusReceiver); in UpdateInstalls() 388 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in UpdateInstallPath()
|
H A D | bm_install_multi_user_test.cpp | 183 auto ret = installerProxy->StreamInstall(bundleFilePaths, installParam, statusReceiver); in InstallBundle()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/ |
H A D | bms_uninstall_system_test.cpp | 104 static void StreamInstall(const std::vector<std::string> &bundleFilePaths, 292 void BmsUninstallSystemTest::StreamInstall( in StreamInstall() function in OHOS::AppExecFwk::BmsUninstallSystemTest 306 installerProxy->StreamInstall(bundleFilePaths, installParam, statusReceiver); in StreamInstall() 1361 * @tc.name: test StreamInstall 1362 * @tc.desc: 1.test StreamInstall 1368 StreamInstall(bundleFilePaths, InstallFlag::NORMAL, resvec); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/ |
H A D | bundle_mgr_code_signature_system_test.cpp | 187 auto installResult = installerProxy->StreamInstall(bundleFilePaths, installParam, statusReceiver);
in InstallBundle() 229 * @tc.desc: Test the interface of StreamInstall
246 * @tc.desc: Test the interface of StreamInstall
264 * @tc.desc: Test the interface of StreamInstall
283 * @tc.desc: Test the interface of StreamInstall
301 * @tc.desc: Test the interface of StreamInstall
319 * @tc.desc: Test the interface of StreamInstall
342 * @tc.desc: Test the interface of StreamInstall
366 * @tc.desc: Test the interface of StreamInstall
388 * @tc.desc: Test the interface of StreamInstall
[all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_ipc_test.cpp | 252 auto ret = proxy->StreamInstall(bundleFilePaths, installParam, statusReceiver);
in HWTEST_F() 271 auto ret = proxy->StreamInstall(bundleFilePaths, installParam, statusReceiver);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer_host.cpp | 586 ErrCode BundleInstallerHost::StreamInstall(const std::vector<std::string> &bundleFilePaths, in StreamInstall() function in OHOS::AppExecFwk::BundleInstallerHost
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_installer_proxy.cpp | 364 ErrCode BundleInstallerProxy::StreamInstall(const std::vector<std::string> &bundleFilePaths, in StreamInstall() function in OHOS::AppExecFwk::BundleInstallerProxy
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_overlay_install_test/ |
H A D | bms_overlay_internal_install_test.cpp | 228 auto installResult = installerProxy->StreamInstall(bundleFilePaths, installParam, statusReceiver);
in InstallOverlayBundle()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 2112 ErrCode res = bundleInstallerProxy_->StreamInstall(pathVec, installParam, statusReceiver); in InstallOperation() 2113 APP_LOGD("StreamInstall result is %{public}d", res); in InstallOperation()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 936 ErrCode res = iBundleInstaller->StreamInstall(bundleFilePath, asyncCallbackInfo->installParam, callback); in InstallExecuter()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 391 ErrCode StreamInstall(const std::vector<std::string>& bundleFilePaths, const InstallParam& installParam, 453 ErrCode IBundleInstallerTest::StreamInstall(const std::vector<std::string>& bundleFilePaths, in StreamInstall() function in OHOS::IBundleInstallerTest
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 5039 ErrCode res = iBundleInstaller->StreamInstall(bundleFilePath, installParam, callback); in InnerInstall()
|