Home
last modified time | relevance | path

Searched refs:SendAbilityEvent (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp164 * @tc.desc: Check SendAbilityEvent Test
174 EventReport::SendAbilityEvent(eventName, type, eventInfo); in HWTEST_F()
179 * @tc.desc: Check SendAbilityEvent Test
189 EventReport::SendAbilityEvent(eventName, type, eventInfo); in HWTEST_F()
194 * @tc.desc: Check SendAbilityEvent Test
204 EventReport::SendAbilityEvent(eventName, type, eventInfo); in HWTEST_F()
209 * @tc.desc: Check SendAbilityEvent Test
219 EventReport::SendAbilityEvent(eventName, type, eventInfo); in HWTEST_F()
224 * @tc.desc: Check SendAbilityEvent Test
234 EventReport::SendAbilityEvent(eventNam in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h116 static void SendAbilityEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp194 void SendAbilityEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo) in SendAbilityEvent() function
202 EventReport::SendAbilityEvent(eventName, type, eventInfo); in SendAbilityEvent()
515 SendAbilityEvent(EventName::START_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in StartAbility()
524 SendAbilityEvent(EventName::START_ABILITY_ERROR, HiSysEventType::FAULT, eventInfo); in StartAbility()
553 SendAbilityEvent(EventName::START_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in StartAbilityByFreeInstall()
557 SendAbilityEvent(EventName::START_ABILITY_ERROR, HiSysEventType::FAULT, eventInfo); in StartAbilityByFreeInstall()
567 SendAbilityEvent(EventName::START_ABILITY_ERROR, HiSysEventType::FAULT, eventInfo); in StartAbilityByFreeInstall()
590 SendAbilityEvent(EventName::START_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in StartAbilityWithSpecifyTokenIdInner()
594 SendAbilityEvent(EventName::START_ABILITY_ERROR, HiSysEventType::FAULT, eventInfo); in StartAbilityWithSpecifyTokenIdInner()
609 SendAbilityEvent(EventNam in StartAbilityWithSpecifyTokenIdInner()
[all...]
H A Dimplicit_start_processor.cpp50 void SendAbilityEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo) in SendAbilityEvent() function
63 EventReport::SendAbilityEvent(eventName, type, eventInfo); in SendAbilityEvent()
490 SendAbilityEvent(EventName::START_ABILITY_BY_APP_LINKING, HiSysEventType::BEHAVIOR, eventInfo); in GenerateAbilityRequestByAction()
716 SendAbilityEvent(EventName::START_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in CallStartAbilityInner()
726 SendAbilityEvent(EventName::START_ABILITY_ERROR, HiSysEventType::FAULT, eventInfo); in CallStartAbilityInner()
H A Dability_record.cpp1303 AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::TERMINATE_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in TerminateAbility()
1306 AAFwk::EventReport::SendAbilityEvent( in TerminateAbility()
H A Dability_connect_manager.cpp1863 EventReport::SendAbilityEvent(EventName::TERMINATE_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in TerminateAbilityWindowLocked()
1867 EventReport::SendAbilityEvent(EventName::TERMINATE_ABILITY_ERROR, HiSysEventType::FAULT, eventInfo); in TerminateAbilityWindowLocked()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp294 AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::ABILITY_ONACTIVE, in OnActive()
326 AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::ABILITY_ONINACTIVE, in OnInactive()
1489 AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::ABILITY_ONFOREGROUND, in OnForeground()
1538 AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::ABILITY_ONBACKGROUND, in OnBackground()
H A Dui_ability.cpp635 AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::ABILITY_ONFOREGROUND, HiSysEventType::BEHAVIOR, eventInfo); in OnForeground()
674 AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::ABILITY_ONBACKGROUND, HiSysEventType::BEHAVIOR, eventInfo); in OnBackground()
/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp218 void EventReport::SendAbilityEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo) in SendAbilityEvent() function in OHOS::AAFwk::EventReport
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp2228 EventReport::SendAbilityEvent(EventName::START_STANDARD_ABILITIES, HiSysEventType::BEHAVIOR, eventInfo); in MoreAbilityNumbersSendEventInfo()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp599 EventReport::SendAbilityEvent(EventName::START_STANDARD_ABILITIES, HiSysEventType::BEHAVIOR, eventInfo); in CreateOrReusedMissionInfo()

Completed in 48 milliseconds