Home
last modified time | relevance | path

Searched refs:DumpEventType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_dump_test.cpp691 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
723 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
745 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
780 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
814 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
847 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
879 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
910 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
994 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
1012 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
[all …]
H A Dinner_common_event_manager_test.cpp112 uint8_t dumpType = DumpEventType::PENDING; in HWTEST_F()
132 uint8_t dumpType = DumpEventType::PENDING; in HWTEST_F()
150 uint8_t dumpType = DumpEventType::HISTORY; in HWTEST_F()
168 uint8_t dumpType = DumpEventType::HISTORY; in HWTEST_F()
/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp245 cmdInfo.eventType = DumpEventType::SUBSCRIBER; in CheckDumpEventType()
247 cmdInfo.eventType = DumpEventType::STICKY; in CheckDumpEventType()
249 cmdInfo.eventType = DumpEventType::PENDING; in CheckDumpEventType()
251 cmdInfo.eventType = DumpEventType::HISTORY; in CheckDumpEventType()
/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h74 DumpEventType eventType = DumpEventType::ALL;
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_constant.h38 enum DumpEventType { enum
/ohos5.0/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp401 case DumpEventType::SUBSCRIBER: { in DumpState()
405 case DumpEventType::STICKY: { in DumpState()
409 case DumpEventType::PENDING: { in DumpState()
415 case DumpEventType::HISTORY: { in DumpState()
647 DumpState(DumpEventType::ALL, event, ALL_USER, records); in HiDump()