Home
last modified time | relevance | path

Searched defs:bundleFilePaths (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_shared_library_install_test.cpp235 std::vector<std::string> bundleFilePaths{}; variable
250 std::vector<std::string> bundleFilePaths{}; variable
263 std::vector<std::string> bundleFilePaths{}; variable
304 std::vector<std::string> bundleFilePaths{}; variable
330 std::vector<std::string> bundleFilePaths{}; variable
343 std::vector<std::string> bundleFilePaths{}; variable
361 std::vector<std::string> bundleFilePaths{}; variable
381 std::vector<std::string> bundleFilePaths{}; variable
401 std::vector<std::string> bundleFilePaths{}; variable
452 std::vector<std::string> bundleFilePaths{}; variable
[all …]
H A Dbms_bundle_shared_library_uninstall_test.cpp116 …e BmsBundleSharedLibraryUninstallTest::InstallBundle(const std::vector<std::string> &bundleFilePat… in InstallBundle()
195 std::vector<std::string> bundleFilePaths; variable
216 std::vector<std::string> bundleFilePaths{}; variable
237 std::vector<std::string> bundleFilePaths{}; variable
266 std::vector<std::string> bundleFilePaths; variable
300 std::vector<std::string> bundleFilePaths; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbm_install_multi_user_test.cpp241 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
280 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
319 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
358 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
397 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
436 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
475 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
515 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
555 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
597 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_manager_host_impl.cpp34 ErrCode QuickFixManagerHostImpl::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix()
167 …rrCode QuickFixManagerHostImpl::CopyHqfToSecurityDir(const std::vector<std::string> &bundleFilePat… in CopyHqfToSecurityDir()
H A Dquick_fixer.cpp30 void QuickFixer::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, bool isDebug, in DeployQuickFix()
H A Dquick_fix_mgr.cpp33 ErrCode QuickFixMgr::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix()
H A Dquick_fix_deployer.cpp32 QuickFixDeployer::QuickFixDeployer(const std::vector<std::string> &bundleFilePaths, bool isDebug, in QuickFixDeployer()
100 ErrCode QuickFixDeployer::ToDeployStartStatus(const std::vector<std::string> &bundleFilePaths, in ToDeployStartStatus()
173 const std::vector<std::string> bundleFilePaths, in ProcessPatchDeployStart()
383 const std::vector<std::string> &bundleFilePaths, in ParseAndCheckAppQuickFixInfos()
663 ErrCode QuickFixDeployer::ProcessBundleFilePaths(const std::vector<std::string> &bundleFilePaths, in ProcessBundleFilePaths()
957 const std::vector<std::string> bundleFilePaths, const BundleInfo &bundleInfo) in CheckHqfResourceIsValid()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deployquickfix_fuzzer/
H A Ddeployquickfix_fuzzer.cpp29 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmgr_fuzzer/
H A Dquickfixmgr_fuzzer.cpp30 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/
H A Dbundleinstallerproxy_fuzzer.cpp38 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfix_fuzzer/
H A Dquickfix_fuzzer.cpp30 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
H A Dbms_bundle_installers_test.cpp240 std::vector<std::string> bundleFilePaths; variable
266 std::vector<std::string> bundleFilePaths; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerhostipml_fuzzer/
H A Dquickfixmanagerhostipml_fuzzer.cpp43 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/
H A Dquickfixdeployer_fuzzer.cpp70 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
145 std::vector<std::string> bundleFilePaths; in DoSomething2() local
/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/
H A Dbms_bundle_multiuser_install_ipc_test.cpp125 bool Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, in Install()
168 …ErrCode StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &install… in StreamInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
H A Dbms_bundle_quick_fix_mgr_rdb_test.cpp465 std::vector<std::string> bundleFilePaths; variable
508 std::vector<std::string> bundleFilePaths; variable
522 std::vector<std::string> bundleFilePaths; variable
537 std::vector<std::string> bundleFilePaths; variable
555 std::vector<std::string> bundleFilePaths; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/
H A Dinstaller_proxy_test.cpp112 std::vector<std::string> bundleFilePaths; in BenchmarkTestMultipleInstallerProxyInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_manager_host.cpp72 std::vector<std::string> bundleFilePaths; in HandleDeployQuickFix() local
H A Dquick_fix_manager_proxy.cpp47 ErrCode QuickFixManagerProxy::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix()
/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.cpp96 ErrCode MockBundleInstallerHost::StreamInstall(const std::vector<std::string> &bundleFilePaths, in StreamInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2149 std::vector<std::string> bundleFilePaths; variable
2215 std::vector<std::string> bundleFilePaths; variable
2235 std::vector<std::string> bundleFilePaths; variable
2257 std::vector<std::string> bundleFilePaths; variable
2632 std::vector<std::string> bundleFilePaths; variable
2657 std::vector<std::string> bundleFilePaths; variable
2682 std::vector<std::string> bundleFilePaths; variable
3595 std::vector<std::string> bundleFilePaths; variable
4121 std::vector<std::string> bundleFilePaths; variable
4138 std::vector<std::string> bundleFilePaths; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_manager_test/
H A Dbms_bundle_installer_manager_test.cpp127 std::vector<std::string> bundleFilePaths; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_host.cpp382 bool BundleInstallerHost::Install(const std::vector<std::string> &bundleFilePaths, const InstallPar… in Install()
591 ErrCode BundleInstallerHost::StreamInstall(const std::vector<std::string> &bundleFilePaths, in StreamInstall()
720 bool BundleInstallerHost::UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths, in UpdateBundleForSelf()
H A Dbundle_installer.cpp82 void BundleInstaller::Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &… in Install()

12