Home
last modified time | relevance | path

Searched refs:ABILITY_ONACTIVE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/config/event/
H A DXperfPlugin9 "ABILITY_ONACTIVE",
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h77 ABILITY_ONACTIVE, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DEvtParser.h41 const std::string ABILITY_ONACTIVE = "ABILITY_ONACTIVE"; variable
315 if (sysEvent.eventName_ == ABILITY_ONACTIVE) { in Validate()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp66 EXPECT_EQ(EventReport::ConvertEventName(EventName::ABILITY_ONACTIVE), "ABILITY_ONACTIVE");
290 EventName eventName = EventName::ABILITY_ONACTIVE;
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp245 case EventName::ABILITY_ONACTIVE: in SendAbilityEvent()
/ohos5.0/foundation/ability/ability_runtime/
H A Dhisysevent.yaml160 ABILITY_ONACTIVE:
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp294 AAFwk::EventReport::SendAbilityEvent(AAFwk::EventName::ABILITY_ONACTIVE, in OnActive()