Home
last modified time | relevance | path

Searched refs:SendAppLaunchEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h122 static void SendAppLaunchEvent(const EventName &eventName, const EventInfo &eventInfo);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp521 EventReport::SendAppLaunchEvent(eventName, eventInfo);
524 EventReport::SendAppLaunchEvent(eventName, eventInfo);
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp388 void EventReport::SendAppLaunchEvent(const EventName &eventName, const EventInfo &eventInfo) in SendAppLaunchEvent() function in OHOS::AAFwk::EventReport
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3863 appMgrServiceInner->SendAppLaunchEvent(nullptr);
3877 appMgrServiceInner->SendAppLaunchEvent(appRecord);
3879 appMgrServiceInner->SendAppLaunchEvent(appRecord);
3882 appMgrServiceInner->SendAppLaunchEvent(appRecord);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1606 void SendAppLaunchEvent(const std::shared_ptr<AppRunningRecord> &appRecord);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1098 SendAppLaunchEvent(appRecord); in LaunchApplication()
7262 void AppMgrServiceInner::SendAppLaunchEvent(const std::shared_ptr<AppRunningRecord> &appRecord) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7294 AAFwk::EventReport::SendAppLaunchEvent(AAFwk::EventName::APP_LAUNCH, eventInfo); in NotifyAppFaultBySA()