Home
last modified time | relevance | path

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

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
Dbms_bundle_shared_library_install_test.cpp133 …ode BmsBundleSharedLibraryInstallTest::InstallBundle(const std::vector<std::string> &bundleFilePat… in InstallBundle()
160 …ode BmsBundleSharedLibraryInstallTest::InstallBundle(const std::vector<std::string> &bundleFilePat… in InstallBundle()
235 std::vector<std::string> bundleFilePaths{}; variable
250 std::vector<std::string> bundleFilePaths{}; variable
263 std::vector<std::string> bundleFilePaths{}; variable
283 std::vector<std::string> bundleFilePaths{MODULE_FILE_PATH + LIBA_NORMAL_HAP}; variable
304 std::vector<std::string> bundleFilePaths{}; variable
317 std::vector<std::string> bundleFilePaths{MODULE_FILE_PATH + LIBA_V10001}; variable
330 std::vector<std::string> bundleFilePaths{}; variable
343 std::vector<std::string> bundleFilePaths{}; variable
[all …]
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
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
Dbm_install_multi_user_test.cpp174 ErrCode BmsInstallMultiUserTest::InstallBundle(const std::vector<std::string> &bundleFilePaths, int… in InstallBundle()
245 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
284 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
323 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
362 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
401 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
440 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
479 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
519 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
559 std::vector<std::string> bundleFilePaths = { THIRD_BUNDLE_PATH + TEST_BUNDLE_HAPA }; variable
[all …]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_manager_host_impl.cpp34 ErrCode QuickFixManagerHostImpl::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix()
168 …rrCode QuickFixManagerHostImpl::CopyHqfToSecurityDir(const std::vector<std::string> &bundleFilePat… in CopyHqfToSecurityDir()
Dquick_fixer.cpp30 void QuickFixer::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, bool isDebug, in DeployQuickFix()
Dquick_fix_deployer.cpp32 QuickFixDeployer::QuickFixDeployer(const std::vector<std::string> &bundleFilePaths, bool isDebug, in QuickFixDeployer()
101 ErrCode QuickFixDeployer::ToDeployStartStatus(const std::vector<std::string> &bundleFilePaths, in ToDeployStartStatus()
178 const std::vector<std::string> bundleFilePaths, in ProcessPatchDeployStart()
392 const std::vector<std::string> &bundleFilePaths, in ParseAndCheckAppQuickFixInfos()
672 ErrCode QuickFixDeployer::ProcessBundleFilePaths(const std::vector<std::string> &bundleFilePaths, in ProcessBundleFilePaths()
968 const std::vector<std::string> bundleFilePaths, const BundleInfo &bundleInfo) in CheckHqfResourceIsValid()
Dquick_fix_mgr.cpp33 ErrCode QuickFixMgr::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deployquickfix_fuzzer/
Ddeployquickfix_fuzzer.cpp29 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmgr_fuzzer/
Dquickfixmgr_fuzzer.cpp30 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfix_fuzzer/
Dquickfix_fuzzer.cpp30 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
Dbms_bundle_installers_test.cpp240 std::vector<std::string> bundleFilePaths; variable
266 std::vector<std::string> bundleFilePaths; variable
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/
Dbundleinstallerproxy_fuzzer.cpp41 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_bundlemanager/bmsbundleinstallerproxy_fuzzer/
Dbmsbundleinstallerproxy_fuzzer.cpp43 std::vector<std::string> bundleFilePaths = GenerateStringArray(fdp); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerhostipml_fuzzer/
Dquickfixmanagerhostipml_fuzzer.cpp41 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
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
3329 const std::vector<std::string> bundleFilePaths; variable
3595 std::vector<std::string> bundleFilePaths; variable
3621 std::vector<std::string> bundleFilePaths; variable
[all …]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_bundlemanager/bmsbundleinstallerhost_fuzzer/
Dbmsbundleinstallerhost_fuzzer.cpp61 std::vector<std::string> bundleFilePaths = GenerateStringArray(fdp); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/
Dbundleinstallerhost_fuzzer.cpp61 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/
Dquickfixdeployer_fuzzer.cpp58 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
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
/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/
Dinstaller_proxy_test.cpp112 std::vector<std::string> bundleFilePaths; in BenchmarkTestMultipleInstallerProxyInfo() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
Dbundle_installer_interface.h152 …virtual bool UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths, const InstallPar… in UpdateBundleForSelf()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_proxy_test/
Dbms_bundle_installer_proxy_test.cpp148 std::vector<std::string> bundleFilePaths; variable
169 std::vector<std::string> bundleFilePaths; variable
465 std::vector<std::string> bundleFilePaths; variable
486 std::vector<std::string> bundleFilePaths; variable
506 std::vector<std::string> bundleFilePaths; variable
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_bundlemanager/bmsquickfixdeployer_fuzzer/
Dbmsquickfixdeployer_fuzzer.cpp71 std::vector<std::string> bundleFilePaths; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
Dquick_fix_manager_host.cpp72 std::vector<std::string> bundleFilePaths; in HandleDeployQuickFix() local
/foundation/bundlemanager/bundle_tool/test/mock/
Dmock_bundle_installer_host.cpp95 ErrCode MockBundleInstallerHost::StreamInstall(const std::vector<std::string> &bundleFilePaths, in StreamInstall()

12