Searched refs:DumpEventType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_dump_test.cpp | 691 …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 D | inner_common_event_manager_test.cpp | 112 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 D | common_event_command.cpp | 245 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 D | common_event_command.h | 74 DumpEventType eventType = DumpEventType::ALL;
|
/ohos5.0/base/notification/common_event_service/frameworks/core/include/ |
H A D | common_event_constant.h | 38 enum DumpEventType { enum
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 401 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()
|