/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/quick_fix/ |
H A D | hqf_info.cpp | 40 {HQF_INFO_HQF_FILE_PATH, hqfInfo.hqfFilePath}, in to_json() 70 hqfInfo.hqfFilePath, in from_json() 108 hqfFilePath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 119 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hqfFilePath)); in Marshalling()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 410 iter->second.deployingAppqfInfo.hqfInfos[0].hqfFilePath = iter->first; in ParseAndCheckAppQuickFixInfos() 597 if (info.hqfFilePath.empty()) { in MoveHqfFiles() 602 ErrCode ret = InstalldClient::GetInstance()->CopyFile(info.hqfFilePath, realPath); in MoveHqfFiles() 607 info.hqfFilePath = realPath; in MoveHqfFiles() 698 sysEventInfo.filePath.push_back(hqfInfo.hqfFilePath); in SendQuickFixSystemEvent() 734 extractParam.srcPath = hqf.hqfFilePath; in ExtractQuickFixSoFile() 840 … auto ret = InstalldClient::GetInstance()->ExtractDiffFiles(hqf.hqfFilePath, diffFilePath, cpuAbi); in ProcessApplyDiffPatch() 906 codeSignatureParam.modulePath = hqf.hqfFilePath; in PrepareCodeSignatureParam() 996 extractParam.srcPath = hqf.hqfFilePath; in ExtractQuickFixResFile()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_deleter_test/ |
H A D | bms_bundle_quick_fix_deleter_test.cpp | 278 hqfInfo.hqfFilePath = "/data/test/"; 298 hqfInfo.hqfFilePath = "/data/test/"; 319 hqfInfo.hqfFilePath = "/data/test/";
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/quick_fix/ |
H A D | hqf_info.h | 34 std::string hqfFilePath; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/quick_fix/ |
H A D | js_application_quick_fix_info.cpp | 51 …api_set_named_property(env, objValue, "quickFixFilePath", CreateJsValue(env, hqfInfo.hqfFilePath)); in CreateJsHapModuleQuickFixInfoArray()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/ |
H A D | mock_bundle_manager.cpp | 52 hqfInfo1.hqfFilePath = "/data/app/el1/bundle/public/com.ohos.quickfix/patch_1000/entry1.hqf"; in ConstructHqfInfo() 57 hqfInfo2.hqfFilePath = "/data/app/el1/bundle/public/com.ohos.quickfix/patch_1000/entry2.hqf"; in ConstructHqfInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | quick_fix_command.cpp | 146 info.append(" file path: " + hqfInfo.hqfFilePath + "\n"); in GetQuickFixInfoString()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | js_runtime.h | 128 void InitSourceMap(const std::string hqfFilePath);
|
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_quickfix_test.cpp | 573 hq1.hqfFilePath = "step3";
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/ |
H A D | bms_bundle_quick_fix_boot_scanner_test.cpp | 151 hqfInfo.hqfFilePath = HAP_FILE_PATH; in GenerateAppQuickFixInfo() 255 hqfInfo.hqfFilePath = HAP_FILE_PATH; in AddInnerBundleInfo()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1548 it->moduleName.c_str(), it->hqfFilePath.c_str()); in HandleLaunchApplication() 1549 modulePaths.insert(std::make_pair(it->moduleName, it->hqfFilePath)); in HandleLaunchApplication() 3101 (!hapInfo.hqfInfo.hqfFilePath.empty())) { in GetHqfFileAndHapPath() 3103 std::string resolvedHqfFile(AbilityBase::GetLoadPath(hapInfo.hqfInfo.hqfFilePath)); in GetHqfFileAndHapPath()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 914 void JsRuntime::InitSourceMap(const std::string hqfFilePath) in InitSourceMap() argument 918 if (!GetFileBuffer(hqfFilePath, patchSoureMapFile, soureMapBuffer, false)) { in InitSourceMap()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/ |
H A D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 167 hqfInfo.hqfFilePath = HAP_FILE_PATH; in GenerateAppQuickFixInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 1690 info.hqfFilePath = "/data/test/hello.hqf"; 3917 info.hqfFilePath = "/data/test/hello.hqf"; 3941 info.hqfFilePath = "/data/test/hello.hqf"; 4716 hqfInfo.hqfFilePath = "data/test";
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2659 …ErrCode ret = InstalldClient::GetInstance()->ExtractDiffFiles(iter->hqfFilePath, tempDiffPath, cpu… in ProcessDiffFiles()
|