Searched refs:LAUNCH (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_profiler.cpp | 67 {LAUNCH, P_UNKNOWN}, 68 {ENGINE_INIT, LAUNCH}, 69 {FWK_INIT, LAUNCH}, 80 {APP_CODE_LOAD, LAUNCH}, 81 {APP_CODE_EVAL, LAUNCH}, 85 {APP_ON_CREATE, LAUNCH}, 86 {APP_ON_DESTROY, LAUNCH}, 87 {ROUTER_REPLACE, LAUNCH}, 95 {ADD_TO_ROOT_VIEW, LAUNCH}, 114 {LAUNCH, "LAUNCH", P_UNKNOWN}, [all …]
|
H A D | js_profiler.h | 57 LAUNCH, enumerator
|
H A D | js_ability.cpp | 104 START_TRACING(LAUNCH); in Launch()
|