Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h120 static void SendAppLaunchEvent(const EventName &eventName, const EventInfo &eventInfo);
/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp512 * @tc.desc: Check SendAppLaunchEvent Test
521 EventReport::SendAppLaunchEvent(eventName, eventInfo); in HWTEST_F()
524 EventReport::SendAppLaunchEvent(eventName, eventInfo); in HWTEST_F()
/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
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3852 appMgrServiceInner->SendAppLaunchEvent(nullptr); in HWTEST_F()
3866 appMgrServiceInner->SendAppLaunchEvent(appRecord); in HWTEST_F()
3868 appMgrServiceInner->SendAppLaunchEvent(appRecord); in HWTEST_F()
3871 appMgrServiceInner->SendAppLaunchEvent(appRecord); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1797 void SendAppLaunchEvent(const std::shared_ptr<AppRunningRecord> &appRecord);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1125 SendAppLaunchEvent(appRecord); in LaunchApplication()
7334 void AppMgrServiceInner::SendAppLaunchEvent(const std::shared_ptr<AppRunningRecord> &appRecord) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7366 AAFwk::EventReport::SendAppLaunchEvent(AAFwk::EventName::APP_LAUNCH, eventInfo); in NotifyAppFaultBySA()

Completed in 23 milliseconds