/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/quick_fix/ |
H A D | hqf_info.cpp | 29 const char* HQF_INFO_HQF_FILE_PATH = "hqfFilePath"; 40 {HQF_INFO_HQF_FILE_PATH, hqfInfo.hqfFilePath}, in to_json() 66 hqfInfo.hqfFilePath, in from_json() 98 hqfFilePath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 109 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hqfFilePath)); in Marshalling()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/quick_fix/ |
H A D | hqf_info.h | 34 std::string hqfFilePath; member
|
/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/";
in HWTEST_F() 298 hqfInfo.hqfFilePath = "/data/test/";
in HWTEST_F() 319 hqfInfo.hqfFilePath = "/data/test/";
in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/js/napi/quick_fix/ |
H A D | js_application_quick_fix_info.cpp | 51 napi_set_named_property(env, objValue, "quickFixFilePath", CreateJsValue(env, hqfInfo.hqfFilePath)); in CreateJsHapModuleQuickFixInfoArray()
|
/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() 997 extractParam.srcPath = hqf.hqfFilePath; in ExtractQuickFixResFile()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | quick_fix_command.cpp | 146 info.append(" file path: " + hqfInfo.hqfFilePath + "\n"); in GetQuickFixInfoString()
|
/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()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/ |
H A D | main_fourth_test.cpp | 419 info.hqfInfo.hqfFilePath = ""; in HWTEST_F() 446 info.hqfInfo.hqfFilePath = ""; in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | js_runtime.h | 123 void InitSourceMap(const std::string hqfFilePath);
|
/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_quickfix_test.cpp | 573 hq1.hqfFilePath = "step3"; in HWTEST_F()
|
/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()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1065 std::string hqfPath = entryHapModuleInfo.hqfInfo.hqfFilePath; in OnStartAbility() 1542 TAG_LOGI(AAFwkTag::APPKIT, "moudelName: %{private}s, hqfFilePath: %{private}s", in HandleLaunchApplication() 1543 it->moduleName.c_str(), it->hqfFilePath.c_str()); in HandleLaunchApplication() 1544 modulePaths.insert(std::make_pair(it->moduleName, it->hqfFilePath)); in HandleLaunchApplication() 2998 (!hapInfo.hqfInfo.hqfFilePath.empty())) { in GetHqfFileAndHapPath() 3000 std::string resolvedHqfFile(AbilityBase::GetLoadPath(hapInfo.hqfInfo.hqfFilePath)); in GetHqfFileAndHapPath()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 878 void JsRuntime::InitSourceMap(const std::string hqfFilePath) in InitSourceMap() argument 882 if (!GetFileBuffer(hqfFilePath, patchSoureMapFile, soureMapBuffer, false)) { in InitSourceMap()
|
/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"; in HWTEST_F() 3917 info.hqfFilePath = "/data/test/hello.hqf"; in HWTEST_F() 3941 info.hqfFilePath = "/data/test/hello.hqf"; in HWTEST_F() 4712 hqfInfo.hqfFilePath = "data/test"; in HWTEST_F()
|
/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()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 892 AddPatchResource(resourceManager, loadPath, hapModuleInfo.hqfInfo.hqfFilePath, in InitResourceManagerInner()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2693 ErrCode ret = InstalldClient::GetInstance()->ExtractDiffFiles(iter->hqfFilePath, tempDiffPath, cpuAbi); in ProcessDiffFiles()
|