| /foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
| D | bms_search_system_test.cpp | 513 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/ |
| D | mock_bundle_mgr_host.cpp | 71 bool MockBundleMgrHost::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, in GetBundleArchiveInfo()
|
| /foundation/bundlemanager/bundle_framework/common/utils/src/ |
| D | bundle_file_util.cpp | 185 const std::string hapFilePath = bundlePath + entry->d_name; in GetHapFilesFromBundlePath() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
| D | bundle_mgr_service_event_handler.cpp | 575 …const std::string& hapFilePath, bool isPreInstallApp, std::unordered_map<std::string, InnerBundleI… in CheckAndParseHapFiles() 581 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/ |
| D | acts_bms_kit_system_test.cpp | 1458 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable 2080 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable 2192 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle3.hap"; variable 2232 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 2285 std::string hapFilePath = THIRD_BUNDLE_PATH + "tt.hap"; variable 2340 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle28.rpk"; variable 2377 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 2421 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 2466 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 5081 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable [all …]
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
| D | bundle_mgr_interface.h | 633 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 645 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 657 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoV9()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/ |
| D | bms_bundle_sandbox_app_test.cpp | 2128 std::string hapFilePath = HAP_FILE_DIR; variable 2165 std::string hapFilePath = ""; variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| D | bundle_util.cpp | 255 const std::string hapFilePath = bundlePath + entry->d_name; in GetHapFilesFromBundlePath() local
|
| D | bundle_mgr_host_impl.cpp | 1123 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 1129 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 1168 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoV9() 1210 ErrCode BundleMgrHostImpl::GetBundleArchiveInfoBySandBoxPath(const std::string &hapFilePath, in GetBundleArchiveInfoBySandBoxPath()
|
| D | bundle_mgr_service_event_handler.cpp | 2522 const std::string &hapFilePath, in CheckAndParseHapFiles() 2600 const std::string &hapFilePath, in ParseHapFiles()
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
| D | bundle_manager.h | 53 std::string hapFilePath; member
|
| D | bundle_manager_sync.cpp | 683 std::string hapFilePath; in GetBundleArchiveInfoSync() local
|
| D | bundle_manager.cpp | 176 static ErrCode InnerGetBundleArchiveInfo(std::string &hapFilePath, int32_t flags, BundleInfo &bundl… in InnerGetBundleArchiveInfo()
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
| D | bundle_mgr_proxy.cpp | 1435 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, Bu… in GetBundleArchiveInfo() 1465 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, int32_t flags, BundleInfo… in GetBundleArchiveInfo() 1496 ErrCode BundleMgrProxy::GetBundleArchiveInfoV9(const std::string &hapFilePath, int32_t flags, Bundl… in GetBundleArchiveInfoV9()
|
| D | bundle_mgr_host.cpp | 1515 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfo() local 1537 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoWithIntFlags() local 1559 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoWithIntFlagsV9() local
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
| D | bundle_mgr.h | 82 std::string hapFilePath; member
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
| D | bms_bundle_kit_service_test.cpp | 10003 std::string hapFilePath = ""; variable
|