Searched refs:ReprocessQuickFix (Results 1 – 5 of 5) sorted by relevance
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
| D | quick_fix_boot_scanner.h | 44 bool ReprocessQuickFix(const std::string &quickFixPath, const std::string &bundleName) const;
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
| D | quick_fix_boot_scanner.cpp | 120 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/ |
| D | bms_bundle_quick_fix_boot_scanner_test.cpp | 843 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/ |
| D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 871 auto ret = scanner->ReprocessQuickFix(realPath, bundlePath);
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
| D | bms_bundle_quick_fix_test.cpp | 3810 bool ret = scanner.ReprocessQuickFix("", "");
|