Home
last modified time | relevance | path

Searched refs:SendAppBackgroundEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h124 static void SendAppBackgroundEvent(const EventName &eventName, const EventInfo &eventInfo);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp555 EventReport::SendAppBackgroundEvent(eventName, eventInfo);
558 EventReport::SendAppBackgroundEvent(eventName, eventInfo);
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp435 void EventReport::SendAppBackgroundEvent(const EventName &eventName, const EventInfo &eventInfo) in SendAppBackgroundEvent() function in OHOS::AAFwk::EventReport
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1193 AAFwk::EventReport::SendAppBackgroundEvent(AAFwk::EventName::APP_BACKGROUND, eventInfo); in ApplicationBackgrounded()