Home
last modified time | relevance | path

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

/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.cpp497 scanner->ProcessQuickFixBootUp();
516 scanner->ProcessQuickFixBootUp();
536 scanner->ProcessQuickFixBootUp();
556 scanner->ProcessQuickFixBootUp();
576 scanner->ProcessQuickFixBootUp();
597 scanner->ProcessQuickFixBootUp();
617 scanner->ProcessQuickFixBootUp();
637 scanner->ProcessQuickFixBootUp();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_boot_scanner.h34 void ProcessQuickFixBootUp();
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixbootscanner_fuzzer/
H A Dquickfixbootscanner_fuzzer.cpp37 quickFixBootScanner.ProcessQuickFixBootUp(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_boot_scanner.cpp30 void QuickFixBootScanner::ProcessQuickFixBootUp() in ProcessQuickFixBootUp() function in OHOS::AppExecFwk::QuickFixBootScanner
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp264 DelayedSingleton<QuickFixBootScanner>::GetInstance()->ProcessQuickFixBootUp(); in AfterBmsStart()