Home
last modified time | relevance | path

Searched refs:ReprocessQuickFix (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_boot_scanner.cpp116 if (!ReprocessQuickFix(quickFix.second.second, quickFix.first)) { in RestoreQuickFix()
186 bool QuickFixBootScanner::ReprocessQuickFix(const std::string &quickFixPath, const std::string &bun… in ReprocessQuickFix() function in OHOS::AppExecFwk::QuickFixBootScanner
248 if (!ReprocessQuickFix(hqfPath, bundleName)) { in ProcessWithBundleHasQuickFixInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_boot_scanner.h44 bool ReprocessQuickFix(const std::string &quickFixPath, const std::string &bundleName) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixbootscanner_fuzzer/
H A Dquickfixbootscanner_fuzzer.cpp47 quickFixBootScanner.ReprocessQuickFix(realPath, bundlePath); in DoSomethingInterestingWithMyAPI()
/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.cpp844 auto ret = scanner->ReprocessQuickFix("", "");
860 auto ret = scanner->ReprocessQuickFix("", "");
877 auto ret = scanner->ReprocessQuickFix(HAP_FILE_PATH, BUNDLE_NAME);
1036 bool res = scanner->ReprocessQuickFix(HAP_FILE_PATH, BUNDLE_NAME);
/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.cpp893 auto ret = scanner->ReprocessQuickFix(realPath, bundlePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp4033 bool ret = scanner.ReprocessQuickFix("", "");