Home
last modified time | relevance | path

Searched refs:DumpStateBySubscriberRecord (Results 1 - 3 of 3) sorted by relevance

/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h185 void DumpStateBySubscriberRecord(const std::shared_ptr<OrderedEventRecord> &record, std::string &dumpInfo);
/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp848 * @tc.desc: test DumpStateBySubscriberRecord and record->receivers is empty.
859 commonEventControlManager->DumpStateBySubscriberRecord(record, dumpInfo); in HWTEST_F()
865 * @tc.desc: test DumpStateBySubscriberRecord and record->deliveryState[num - 1] is OrderedEventRecord::PENDING.
881 commonEventControlManager->DumpStateBySubscriberRecord(record, dumpInfo); in HWTEST_F()
887 * @tc.desc: test DumpStateBySubscriberRecord and record->deliveryState[num - 1] is OrderedEventRecord::SKIPPED.
903 commonEventControlManager->DumpStateBySubscriberRecord(record, dumpInfo); in HWTEST_F()
909 * @tc.desc: test DumpStateBySubscriberRecord and record->deliveryState[num - 1] is OrderedEventRecord::TIMEOUT.
925 commonEventControlManager->DumpStateBySubscriberRecord(record, dumpInfo); in HWTEST_F()
931 * @tc.desc: test DumpStateBySubscriberRecord and record->deliveryState[num - 1] is default.
947 commonEventControlManager->DumpStateBySubscriberRecord(recor in HWTEST_F()
[all...]
/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp1223 void CommonEventControlManager::DumpStateBySubscriberRecord( in DumpStateBySubscriberRecord() function in OHOS::EventFwk::CommonEventControlManager
1376 DumpStateBySubscriberRecord(record, subscriberRecord); in DumpState()

Completed in 6 milliseconds