Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
Dquick_fix_boot_scanner.h44 bool ReprocessQuickFix(const std::string &quickFixPath, const std::string &bundleName) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_boot_scanner.cpp120 if (!ReprocessQuickFix(quickFix.second.second, quickFix.first)) { in RestoreQuickFix()
190 bool QuickFixBootScanner::ReprocessQuickFix(const std::string &quickFixPath, const std::string &bun… in ReprocessQuickFix() function in OHOS::AppExecFwk::QuickFixBootScanner
252 if (!ReprocessQuickFix(hqfPath, bundleName)) { in ProcessWithBundleHasQuickFixInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/
Dbms_bundle_quick_fix_boot_scanner_test.cpp843 auto ret = scanner->ReprocessQuickFix("", "");
859 auto ret = scanner->ReprocessQuickFix("", "");
876 auto ret = scanner->ReprocessQuickFix(HAP_FILE_PATH, BUNDLE_NAME);
1035 bool res = scanner->ReprocessQuickFix(HAP_FILE_PATH, BUNDLE_NAME);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
Dbms_bundle_quick_fix_mgr_rdb_test.cpp871 auto ret = scanner->ReprocessQuickFix(realPath, bundlePath);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
Dbms_bundle_quick_fix_test.cpp3810 bool ret = scanner.ReprocessQuickFix("", "");