Home
last modified time | relevance | path

Searched refs:CLOSE_ABILITY (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h72 CLOSE_ABILITY, member in OHOS::AAFwk::EventName
/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp63 EXPECT_EQ(EventReport::ConvertEventName(EventName::CLOSE_ABILITY), "CLOSE_ABILITY"); in HWTEST_F()
245 EventName eventName = EventName::CLOSE_ABILITY; in HWTEST_F()
246 EXPECT_EQ(EventReport::ConvertEventName(eventName), "CLOSE_ABILITY"); in HWTEST_F()
/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp235 case EventName::CLOSE_ABILITY: in SendAbilityEvent()
671 "START_ABILITY", "TERMINATE_ABILITY", "CLOSE_ABILITY", in ConvertEventName()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp3531 SendAbilityEvent(EventName::CLOSE_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in CloseAbility()
3662 SendAbilityEvent(EventName::CLOSE_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in CloseUIAbilityBySCB()
12106 SendAbilityEvent(EventName::CLOSE_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in ReportCleanSession()

Completed in 23 milliseconds