| /foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/scripts/ |
| D | run_previewer_arkts.mjs | 30 function validateHapFilePath(hapFilePath) { argument 39 function runPreviewer(hapFilePath) { argument 74 const hapFilePath = validateHapFilePath(options.hap) constant
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_bundlemanager/bmsgetbundlearchiveinfo_fuzzer/ |
| D | bmsgetbundlearchiveinfo_fuzzer.cpp | 35 std::string hapFilePath = fdp.ConsumeRandomLengthString(STRING_MAX_LENGTH); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_bundlemanager/bmshmpbundleinstaller_fuzzer/ |
| D | bmshmpbundleinstaller_fuzzer.cpp | 51 std::string hapFilePath = "/system/app/ohos.global.systemres"; in DoSomethingInterestingWithMyAPI() local
|
| /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 | 72 bool MockBundleMgrHost::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, in GetBundleArchiveInfo()
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_bundlemanager/bmsbundlemgrproxyfuzzpartthreetest_fuzzer/ |
| D | bmsbundlemgrproxypartthree_fuzzer.cpp | 40 std::string hapFilePath = fdp.ConsumeRandomLengthString(STRING_MAX_LENGTH); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/bundlemanager/bundle_framework/common/utils/src/ |
| D | bundle_file_util.cpp | 192 const std::string hapFilePath = bundlePath + entry->d_name; in GetHapFilesFromBundlePath() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| D | hmp_bundle_installer.cpp | 225 const std::string &hapFilePath, in ParseHapFiles()
|
| D | bundle_util.cpp | 258 const std::string hapFilePath = bundlePath + entry->d_name; in GetHapFilesFromBundlePath() local
|
| D | bundle_mgr_host_impl.cpp | 1400 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 1406 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 1445 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoV9() 1487 ErrCode BundleMgrHostImpl::GetBundleArchiveInfoBySandBoxPath(const std::string &hapFilePath, in GetBundleArchiveInfoBySandBoxPath()
|
| D | bundle_mgr_service_event_handler.cpp | 3641 const std::string &hapFilePath, in CheckAndParseHapFiles() 3727 const std::string &hapFilePath, in ParseHapFiles() 4950 bool BMSEventHandler::ParseOnDemandHapFiles(const std::string &hapFilePath, in ParseOnDemandHapFiles()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
| D | bundle_mgr_service_event_handler.cpp | 566 …const std::string& hapFilePath, bool isPreInstallApp, std::unordered_map<std::string, InnerBundleI… in CheckAndParseHapFiles() 572 const std::string& hapFilePath, std::unordered_map<std::string, InnerBundleInfo>& infos) in ParseHapFiles()
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
| D | bundle_manager_helper.cpp | 139 ErrCode BundleManagerHelper::InnerGetBundleArchiveInfo(std::string& hapFilePath, int32_t flags, Bun… in InnerGetBundleArchiveInfo()
|
| D | bundle_manager_sync.cpp | 657 std::string hapFilePath; in GetBundleArchiveInfoSync() local
|
| D | bundle_manager.h | 56 std::string hapFilePath; member
|
| /foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
| D | acts_bms_kit_system_test.cpp | 1518 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable 2140 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable 2252 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle3.hap"; variable 2292 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 2345 std::string hapFilePath = THIRD_BUNDLE_PATH + "tt.hap"; variable 2400 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle28.rpk"; variable 2437 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 2481 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 2526 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable 5206 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable [all …]
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_mgr_proxy_test/ |
| D | bundle_mgr_proxy_test.cpp | 144 std::string hapFilePath; variable
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
| D | bundle_mgr_interface.h | 697 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 709 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo() 721 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 | 2072 std::string hapFilePath = HAP_FILE_DIR; variable 2110 std::string hapFilePath = ""; variable
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
| D | bundle_mgr.h | 84 std::string hapFilePath; member
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
| D | bundle_mgr_proxy.cpp | 1616 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, Bu… in GetBundleArchiveInfo() 1646 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, int32_t flags, BundleInfo… in GetBundleArchiveInfo() 1677 ErrCode BundleMgrProxy::GetBundleArchiveInfoV9(const std::string &hapFilePath, int32_t flags, Bundl… in GetBundleArchiveInfoV9()
|
| D | bundle_mgr_host.cpp | 1660 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfo() local 1682 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoWithIntFlags() local 1704 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoWithIntFlagsV9() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
| D | bms_bundle_kit_service_test_two.cpp | 2124 std::string hapFilePath = ""; variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
| D | bms_bundle_installer_test.cpp | 7788 std::string hapFilePath = "/data/test.hap"; variable
|