Home
last modified time | relevance | path

Searched refs:BOOT (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/
H A Dappservicefwkinstallersendbundlesystemevent_fuzzer.cpp38 …endBundleSystemEvent(hspPaths, BundleEventType::INSTALL, installParam, InstallScene::BOOT, result); in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging.md196 struct hiview_hisysevent *event = hisysevent_create("KERNEL", "BOOT", BEHAVIOR);
325 event = hisysevent_create("KERNEL", "BOOT", BEHAVIOR);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h66 BOOT, enumerator
H A Dbase_bundle_installer.h171 isBootScene ? InstallScene::BOOT : InstallScene::REBOOT; in MarkPreBundleSyeEventBootTag()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging.md196 struct hiview_hisysevent *event = hisysevent_create("KERNEL", "BOOT", BEHAVIOR);
325 event = hisysevent_create("KERNEL", "BOOT", BEHAVIOR);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_event_report.cpp116 { InstallScene::BOOT, BOOT_SCENE },
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp117 InstallScene::BOOT, in Install()