Home
last modified time | relevance | path

Searched refs:hqfFilePath (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/quick_fix/
H A Dhqf_info.cpp40 {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 Dquick_fix_deployer.cpp410 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 Dbms_bundle_quick_fix_deleter_test.cpp278 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 Dhqf_info.h34 std::string hqfFilePath; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/quick_fix/
H A Djs_application_quick_fix_info.cpp51 …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 Dmock_bundle_manager.cpp52 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 Dquick_fix_command.cpp146 info.append(" file path: " + hqfInfo.hqfFilePath + "\n"); in GetQuickFixInfoString()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h128 void InitSourceMap(const std::string hqfFilePath);
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_quickfix_test.cpp573 hq1.hqfFilePath = "step3";
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/
H A Dbms_bundle_quick_fix_boot_scanner_test.cpp151 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 Dmain_thread.cpp1548 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 Djs_runtime.cpp914 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 Dbms_bundle_quick_fix_mgr_rdb_test.cpp167 hqfInfo.hqfFilePath = HAP_FILE_PATH; in GenerateAppQuickFixInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp1690 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 Dbase_bundle_installer.cpp2659 …ErrCode ret = InstalldClient::GetInstance()->ExtractDiffFiles(iter->hqfFilePath, tempDiffPath, cpu… in ProcessDiffFiles()