Searched refs:GetHistoryEventRecords (Results 1 - 4 of 4) sorted by relevance
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_control_manager_test.cpp | 519 * @tc.desc: test GetHistoryEventRecords function.
531 commonEventControlManager->GetHistoryEventRecords(event, userId, records);
in HWTEST_F() 537 * @tc.desc: test GetHistoryEventRecords function.
552 commonEventControlManager->GetHistoryEventRecords(event, userId, records);
in HWTEST_F() 558 * @tc.desc: test GetHistoryEventRecords function.
573 commonEventControlManager->GetHistoryEventRecords(event, userId, records);
in HWTEST_F() 579 * @tc.desc: test GetHistoryEventRecords function.
594 commonEventControlManager->GetHistoryEventRecords(event, userId, records);
in HWTEST_F() 600 * @tc.desc: test GetHistoryEventRecords function.
615 commonEventControlManager->GetHistoryEventRecords(even in HWTEST_F() [all...] |
/base/notification/common_event_service/services/include/ |
H A D | common_event_control_manager.h | 180 void GetHistoryEventRecords(
|
/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/ |
H A D | common_event_control_manager_branch_test.cpp | 517 * @tc.desc: test GetHistoryEventRecords and vec->userId == userId.
532 commonEventControlManager->GetHistoryEventRecords(event, userId, records);
in HWTEST_F() 538 * @tc.desc: test GetHistoryEventRecords and vec->userId == userId and GetAction == event.
555 commonEventControlManager->GetHistoryEventRecords(event, userId, records);
in HWTEST_F() 561 * @tc.desc: test GetHistoryEventRecords and vec->userId != userId and GetAction != event.
578 commonEventControlManager->GetHistoryEventRecords(event, userId, records);
in HWTEST_F()
|
/base/notification/common_event_service/services/src/ |
H A D | common_event_control_manager.cpp | 968 void CommonEventControlManager::GetHistoryEventRecords( in GetHistoryEventRecords() function in OHOS::EventFwk::CommonEventControlManager 1389 GetHistoryEventRecords(event, userId, records); in DumpHistoryState()
|
Completed in 6 milliseconds