Searched refs:ReprocessQuickFix (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_boot_scanner.cpp | 116 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 D | quick_fix_boot_scanner.h | 44 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 D | quickfixbootscanner_fuzzer.cpp | 47 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 D | bms_bundle_quick_fix_boot_scanner_test.cpp | 844 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 D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 893 auto ret = scanner->ReprocessQuickFix(realPath, bundlePath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 4033 bool ret = scanner.ReprocessQuickFix("", "");
|