Home
last modified time | relevance | path

Searched defs:hapFilePath (Results 1 – 24 of 24) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
Dbms_search_system_test.cpp513 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
541 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
578 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
742 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
818 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
826 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
/foundation/bundlemanager/bundle_tool/test/mock/
Dmock_bundle_mgr_host.cpp71 bool MockBundleMgrHost::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, in GetBundleArchiveInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_mgr_proxy_test/
Dbundle_mgr_proxy_test.cpp82 std::string hapFilePath; variable
551 std::string hapFilePath = "test.hap"; variable
568 std::string hapFilePath; variable
/foundation/bundlemanager/bundle_framework/common/utils/src/
Dbundle_file_util.cpp189 const std::string hapFilePath = bundlePath + entry->d_name; in GetHapFilesFromBundlePath() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
Dbundle_mgr_ext.h173 virtual ErrCode GetBundleArchiveInfoExt(const std::string &hapFilePath, int32_t fd, in GetBundleArchiveInfoExt()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dhmp_bundle_installer.cpp225 const std::string &hapFilePath, in ParseHapFiles()
Dbundle_mgr_host_impl.cpp1196 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo()
1202 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo()
1241 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoV9()
1284 const std::string &hapFilePath, int32_t fd, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoExt()
1300 ErrCode BundleMgrHostImpl::GetBundleArchiveInfoBySandBoxPath(const std::string &hapFilePath, in GetBundleArchiveInfoBySandBoxPath()
Dbundle_util.cpp262 const std::string hapFilePath = bundlePath + entry->d_name; in GetHapFilesFromBundlePath() local
Dbundle_mgr_service_event_handler.cpp3399 const std::string &hapFilePath, in CheckAndParseHapFiles()
3485 const std::string &hapFilePath, in ParseHapFiles()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
Dbundle_mgr_interface.h647 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo()
659 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo()
671 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoV9()
684 const std::string &hapFilePath, int32_t fd, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoExt()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
Dbundle_mgr_service_event_handler.cpp578const std::string& hapFilePath, bool isPreInstallApp, std::unordered_map<std::string, InnerBundleI… in CheckAndParseHapFiles()
584 const std::string& hapFilePath, std::unordered_map<std::string, InnerBundleInfo>& infos) in ParseHapFiles()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
Dacts_bms_kit_system_test.cpp1461 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
2083 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
2195 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle3.hap"; variable
2235 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
2288 std::string hapFilePath = THIRD_BUNDLE_PATH + "tt.hap"; variable
2343 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle28.rpk"; variable
2380 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
2424 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
2469 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
5149 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
[all …]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
Dbms_extension_data_mgr.cpp620 const std::string &hapFilePath, int32_t fd, BundleInfo &bundleInfo) in GetBundleArchiveInfoExt()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_mgr_proxy.cpp1463 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, Bu… in GetBundleArchiveInfo()
1493 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, int32_t flags, BundleInfo… in GetBundleArchiveInfo()
1524 ErrCode BundleMgrProxy::GetBundleArchiveInfoV9(const std::string &hapFilePath, int32_t flags, Bundl… in GetBundleArchiveInfoV9()
1551 const std::string &hapFilePath, int32_t fd, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoExt()
Dbundle_mgr_host.cpp733 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoExt() local
1580 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfo() local
1602 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoWithIntFlags() local
1624 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoWithIntFlagsV9() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/
Dbms_bundle_sandbox_app_test.cpp2128 std::string hapFilePath = HAP_FILE_DIR; variable
2165 std::string hapFilePath = ""; variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
Dbundle_manager_sync.cpp685 std::string hapFilePath; in GetBundleArchiveInfoSync() local
Dbundle_manager.h54 std::string hapFilePath; member
Dbundle_manager.cpp179 static ErrCode InnerGetBundleArchiveInfo(std::string &hapFilePath, int32_t flags, BundleInfo &bundl… in InnerGetBundleArchiveInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
Dbms_extension_data_mgr_test.cpp1260 std::string hapFilePath; variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dbundle_mgr.h84 std::string hapFilePath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
Dbms_bundle_data_mgr_test.cpp8023 std::string hapFilePath; variable
Dbms_bundle_kit_service_test.cpp9665 std::string hapFilePath = ""; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp7256 std::string hapFilePath = "/data/test.hap"; variable