Home
last modified time | relevance | path

Searched refs:ABILITY_ONBACKGROUND (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/config/event/
H A DXperfPlugin12 "ABILITY_ONBACKGROUND",
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h76 ABILITY_ONBACKGROUND, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp65 … EXPECT_EQ(EventReport::ConvertEventName(EventName::ABILITY_ONBACKGROUND), "ABILITY_ONBACKGROUND");
275 EventName eventName = EventName::ABILITY_ONBACKGROUND;
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DEvtParser.h39 const std::string ABILITY_ONBACKGROUND = "ABILITY_ONBACKGROUND"; variable
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp241 case EventName::ABILITY_ONBACKGROUND: in SendAbilityEvent()
/ohos5.0/foundation/ability/ability_runtime/
H A Dhisysevent.yaml153 ABILITY_ONBACKGROUND:
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability.cpp660 …AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::ABILITY_ONBACKGROUND, HiSysEventType::BEHAV… in OnBackground()
H A Dability.cpp1536 AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::ABILITY_ONBACKGROUND, in OnBackground()