Home
last modified time | relevance | path

Searched refs:isBootScene (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallermarkprebundlesyeeventboottag_fuzzer/
H A Dbasebundleinstallermarkprebundlesyeeventboottag_fuzzer.cpp31 bool isBootScene = true; in DoSomethingInterestingWithMyAPI() local
32 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() argument
171 isBootScene ? InstallScene::BOOT : InstallScene::REBOOT; in MarkPreBundleSyeEventBootTag()