Home
last modified time | relevance | path

Searched refs:HistorySubscriberRecord (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/include/
H A Dhistory_event_record.h24 struct HistorySubscriberRecord { struct
33 HistorySubscriberRecord() : priority(0), userId(UNDEFINED_USER), isFreeze(false), freezeTime(0) in HistorySubscriberRecord() function
66 std::vector<HistorySubscriberRecord> receivers;
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp964 HistorySubscriberRecord historySubscriberRecord; in HWTEST_F()
986 HistorySubscriberRecord historySubscriberRecord; in HWTEST_F()
1008 HistorySubscriberRecord historySubscriberRecord; in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp457 HistorySubscriberRecord receiver; in EnqueueHistoryEventRecord()