Home
last modified time | relevance | path

Searched refs:StreamInstall (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_installer_service.h46 MOCK_METHOD3(StreamInstall, ErrCode(const std::vector<std::string> &, const AppExecFwk::InstallParam &,
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/
H A Dbundleinstallerproxy_fuzzer.cpp51 bundleinstallerProxy.StreamInstall(bundleFilePaths, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_interface.h121 virtual ErrCode StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam,
H A Dbundle_installer_proxy.h110 virtual ErrCode StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam,
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/
H A Dbundleinstallerhost_fuzzer.cpp78 bundleInstallerHost->StreamInstall(bundleFilePaths, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.h69 ErrCode StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam,
H A Dmock_bundle_installer_host.cpp96 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 Dbundle_installer_host.h124 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 Dbms_bundle_multiuser_install_ipc_test.cpp168 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 Dbms_bundle_installer_proxy_test.cpp414 * @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 Dbms_install_external_hsp_so_test.cpp201 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in InstallPathBundle()
229 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in UpdateInstallPath()
H A Dbms_install_hap_so_test.cpp284 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 Dbm_install_multi_user_test.cpp183 auto ret = installerProxy->StreamInstall(bundleFilePaths, installParam, statusReceiver); in InstallBundle()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp104 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 Dbundle_mgr_code_signature_system_test.cpp187 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 Dbms_bundle_installer_ipc_test.cpp252 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 Dbundle_installer_host.cpp586 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 Dbundle_installer_proxy.cpp364 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 Dbms_overlay_internal_install_test.cpp228 auto installResult = installerProxy->StreamInstall(bundleFilePaths, installParam, statusReceiver); in InstallOverlayBundle()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2112 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 Dinstaller.cpp936 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 Dbms_bundle_kit_service_test.cpp391 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 Dbundle_mgr.cpp5039 ErrCode res = iBundleInstaller->StreamInstall(bundleFilePath, installParam, callback); in InnerInstall()

Completed in 67 milliseconds