/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/ |
H A D | bundle_manager_proxy.cpp | 180 for (auto const &hapFilePath : hapFilePaths) { in Install() local 243 …ndleManagerProxy::WriteFileToStream(AppExecFwk::ElementName &admin, const std::string &hapFilePath, in WriteFileToStream() 277 ErrCode BundleManagerProxy::checkHapFilePath(const std::string &hapFilePath, std::string &fileName, in checkHapFilePath()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | bundle_manager_proxy_test.cpp | 289 std::string hapFilePath; variable 305 std::string hapFilePath = TEST_PACKAGE_PATH; variable 323 std::string hapFilePath = TEST_PACKAGE_PATH; variable
|
/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_mgr_host.cpp | 71 bool MockBundleMgrHost::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, in GetBundleArchiveInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A 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
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | install_plugin.cpp | 180 for (auto const &hapFilePath : hapFilePaths) { in InstallParamInit() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/ |
H A D | bundle_file_util.cpp | 185 const std::string hapFilePath = bundlePath + entry->d_name; in GetHapFilesFromBundlePath() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 621 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 633 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 645 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoV9()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A 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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 2134 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle3.hap"; variable 2174 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 2227 std::string hapFilePath = THIRD_BUNDLE_PATH + "tt.hap"; variable 2282 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle28.rpk"; variable 2319 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 2363 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 2408 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 7436 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle3.hap"; variable 7482 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle3.hap"; variable 8750 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/ |
H A D | bms_bundle_sandbox_app_test.cpp | 2128 std::string hapFilePath = HAP_FILE_DIR; variable 2165 std::string hapFilePath = ""; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 255 const std::string hapFilePath = bundlePath + entry->d_name; in GetHapFilesFromBundlePath() local
|
H A D | bundle_mgr_host_impl.cpp | 1073 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 1079 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 1118 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoV9() 1160 ErrCode BundleMgrHostImpl::GetBundleArchiveInfoBySandBoxPath(const std::string &hapFilePath, in GetBundleArchiveInfoBySandBoxPath()
|
H A D | bundle_mgr_service_event_handler.cpp | 2447 const std::string &hapFilePath, in CheckAndParseHapFiles() 2508 const std::string &hapFilePath, in ParseHapFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.h | 52 std::string hapFilePath; member
|
H A D | bundle_manager_sync.cpp | 683 std::string hapFilePath; in GetBundleArchiveInfoSync() local
|
H A D | bundle_manager.cpp | 174 static ErrCode InnerGetBundleArchiveInfo(std::string &hapFilePath, int32_t flags, BundleInfo &bundl… in InnerGetBundleArchiveInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 1412 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, Bu… in GetBundleArchiveInfo() 1442 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, int32_t flags, BundleInfo… in GetBundleArchiveInfo() 1473 ErrCode BundleMgrProxy::GetBundleArchiveInfoV9(const std::string &hapFilePath, int32_t flags, Bundl… in GetBundleArchiveInfoV9()
|
H A D | bundle_mgr_host.cpp | 1477 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfo() local 1499 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoWithIntFlags() local 1521 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoWithIntFlagsV9() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.h | 82 std::string hapFilePath; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9843 std::string hapFilePath = ""; variable
|