Home
last modified time | relevance | path

Searched refs:quickFixVersion (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_boot_scanner.cpp124 int32_t quickFixVersion = qfInfo.versionCode; in RestoreQuickFix() local
125 … if (!ProcessWithBundleHasQuickFixInfo(quickFix.first, quickFix.second.second, quickFixVersion, in RestoreQuickFix()
243 int32_t quickFixVersion, int32_t fileVersion) in ProcessWithBundleHasQuickFixInfo() argument
245 if (quickFixVersion == fileVersion) { in ProcessWithBundleHasQuickFixInfo()
247 } else if (quickFixVersion < fileVersion) { in ProcessWithBundleHasQuickFixInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixbootscanner_fuzzer/
H A Dquickfixbootscanner_fuzzer.cpp52 int32_t quickFixVersion = reinterpret_cast<uintptr_t>(data); in DoSomethingInterestingWithMyAPI() local
54 …quickFixBootScanner.ProcessWithBundleHasQuickFixInfo(bundleName, quickFixPath, quickFixVersion, fi… 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.cpp911 int32_t quickFixVersion = 1000; variable
913 …canner->ProcessWithBundleHasQuickFixInfo(BUNDLE_NAME, HAP_FILE_PATH, quickFixVersion, fileVersion);
929 int32_t quickFixVersion = 1001; variable
931 …canner->ProcessWithBundleHasQuickFixInfo(BUNDLE_NAME, HAP_FILE_PATH, quickFixVersion, fileVersion);
949 int32_t quickFixVersion = 1001; variable
951 …canner->ProcessWithBundleHasQuickFixInfo(BUNDLE_NAME, HAP_FILE_PATH, quickFixVersion, fileVersion);
989 int32_t quickFixVersion = 1000; variable
991 …canner->ProcessWithBundleHasQuickFixInfo(BUNDLE_NAME, HAP_FILE_PATH, quickFixVersion, fileVersion);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_boot_scanner.h47 int32_t quickFixVersion, int32_t fileVersion);