Searched refs:APP_LAUNCH (Results 1 – 11 of 11) sorted by relevance
38 | [EVENT_APP_LAUNCH](_hi_app_event.md#event_app_launch) "APP_LAUNCH" | 应用加载事件。 |
47 | [EVENT_APP_LAUNCH](#event_app_launch) "APP_LAUNCH" | 应用加载事件。 | 164 #define EVENT_APP_LAUNCH "APP_LAUNCH"
938 | APP_LAUNCH<sup>12+</sup> | string | 是 | 应用启动耗时事件。<br>**原子化服务API:** 从API version 12开始,该接口支持在原子化服务…
38 | [EVENT_APP_LAUNCH](_hi_app_event.md#event_app_launch) "APP_LAUNCH" | Application loading event.…
47 | [EVENT_APP_LAUNCH](#event_app_launch) "APP_LAUNCH" | Application loading event. …164 #define EVENT_APP_LAUNCH "APP_LAUNCH"
938 | APP_LAUNCH<sup>12+</sup> | string | Yes| Event indicating the application launch duration.<br>**…
90 APP_LAUNCH, enumerator
77 EXPECT_EQ(EventReport::ConvertEventName(EventName::APP_LAUNCH), "APP_LAUNCH");522 eventName = EventName::APP_LAUNCH;
1747 hiAppEventV9.event.APP_LAUNCH,
248 APP_LAUNCH:
7294 AAFwk::EventReport::SendAppLaunchEvent(AAFwk::EventName::APP_LAUNCH, eventInfo); in NotifyAppFaultBySA()