Searched refs:SendAppLaunchEvent (Results 1 – 6 of 6) sorted by relevance
122 static void SendAppLaunchEvent(const EventName &eventName, const EventInfo &eventInfo);
521 EventReport::SendAppLaunchEvent(eventName, eventInfo);524 EventReport::SendAppLaunchEvent(eventName, eventInfo);
388 void EventReport::SendAppLaunchEvent(const EventName &eventName, const EventInfo &eventInfo) in SendAppLaunchEvent() function in OHOS::AAFwk::EventReport
3863 appMgrServiceInner->SendAppLaunchEvent(nullptr);3877 appMgrServiceInner->SendAppLaunchEvent(appRecord);3879 appMgrServiceInner->SendAppLaunchEvent(appRecord);3882 appMgrServiceInner->SendAppLaunchEvent(appRecord);
1606 void SendAppLaunchEvent(const std::shared_ptr<AppRunningRecord> &appRecord);
1098 SendAppLaunchEvent(appRecord); in LaunchApplication()7262 void AppMgrServiceInner::SendAppLaunchEvent(const std::shared_ptr<AppRunningRecord> &appRecord) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner7294 AAFwk::EventReport::SendAppLaunchEvent(AAFwk::EventName::APP_LAUNCH, eventInfo); in NotifyAppFaultBySA()