Home
last modified time | relevance | path

Searched refs:APP_LAUNCH (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Dhiappevent__event_8h.md38 | [EVENT_APP_LAUNCH](_hi_app_event.md#event_app_launch) "APP_LAUNCH" | 应用加载事件。 |
H A D_hi_app_event.md47 | [EVENT_APP_LAUNCH](#event_app_launch)   "APP_LAUNCH" | 应用加载事件。 |
164 #define EVENT_APP_LAUNCH "APP_LAUNCH"
H A Djs-apis-hiviewdfx-hiappevent.md938 | APP_LAUNCH<sup>12+</sup> | string | 是 | 应用启动耗时事件。<br>**原子化服务API:** 从API version 12开始,该接口支持在原子化服务…
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Dhiappevent__event_8h.md38 | [EVENT_APP_LAUNCH](_hi_app_event.md#event_app_launch) "APP_LAUNCH" | Application loading event.…
H A D_hi_app_event.md47 | [EVENT_APP_LAUNCH](#event_app_launch)&nbsp;&nbsp;&nbsp;"APP_LAUNCH" | Application loading event. …
164 #define EVENT_APP_LAUNCH "APP_LAUNCH"
H A Djs-apis-hiviewdfx-hiappevent.md938 | APP_LAUNCH<sup>12+</sup> | string | Yes| Event indicating the application launch duration.<br>**…
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h90 APP_LAUNCH, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp77 EXPECT_EQ(EventReport::ConvertEventName(EventName::APP_LAUNCH), "APP_LAUNCH");
522 eventName = EventName::APP_LAUNCH;
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/
H A Dnapi_hiappevent.test.js1747 hiAppEventV9.event.APP_LAUNCH,
/ohos5.0/foundation/ability/ability_runtime/
H A Dhisysevent.yaml248 APP_LAUNCH:
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7294 AAFwk::EventReport::SendAppLaunchEvent(AAFwk::EventName::APP_LAUNCH, eventInfo); in NotifyAppFaultBySA()