Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp39 MarkPreBundleSyeEventBootTag(true); in InstallSystemBundle()
55 MarkPreBundleSyeEventBootTag(!isOTA); in InstallSystemSharedBundle()
79 MarkPreBundleSyeEventBootTag(false); in OTAInstallSystemBundle()
123 MarkPreBundleSyeEventBootTag(false); in OTAInstallSystemBundleNeedCheckUser()
152 MarkPreBundleSyeEventBootTag(false); in UninstallSystemBundle()
179 MarkPreBundleSyeEventBootTag(false); in UninstallSystemBundle()
205 MarkPreBundleSyeEventBootTag(false); in UninstallSystemBundle()
225 MarkPreBundleSyeEventBootTag(false); in UninstallSystemBundle()
266 MarkPreBundleSyeEventBootTag(false); in CheckUninstallSystemHsp()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp51 MarkPreBundleSyeEventBootTag(true); in InstallSystemBundle()
73 MarkPreBundleSyeEventBootTag(false); in OTAInstallSystemBundle()
102 MarkPreBundleSyeEventBootTag(false); in UninstallSystemBundle()
131 MarkPreBundleSyeEventBootTag(false); in UninstallSystemBundle()
159 MarkPreBundleSyeEventBootTag(false); in UninstallSystemBundle()
178 MarkPreBundleSyeEventBootTag(false); in UninstallSystemBundle()
193 MarkPreBundleSyeEventBootTag(!isOTA); in InstallSystemSharedBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallermarkprebundlesyeeventboottag_fuzzer/
H A Dbasebundleinstallermarkprebundlesyeeventboottag_fuzzer.cpp32 basebundleinstall.MarkPreBundleSyeEventBootTag(isBootScene); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h168 void MarkPreBundleSyeEventBootTag(bool isBootScene) in MarkPreBundleSyeEventBootTag() function