Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h183 void DumpStateByCommonEventRecord(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.cpp584 * @tc.desc: test DumpStateByCommonEventRecord and record->userId is UNDEFINED_USER.
600 commonEventControlManager->DumpStateByCommonEventRecord(record, dumpInfo); in HWTEST_F()
606 * @tc.desc: test DumpStateByCommonEventRecord and record->userId is default.
622 commonEventControlManager->DumpStateByCommonEventRecord(record, dumpInfo); in HWTEST_F()
628 * @tc.desc: test DumpStateByCommonEventRecord and permissionNum == 0 and permissionNum == 1.
652 // test DumpStateByCommonEventRecord in HWTEST_F()
653 commonEventControlManager->DumpStateByCommonEventRecord(record, dumpInfo); in HWTEST_F()
659 * @tc.desc: test DumpStateByCommonEventRecord and record->publishInfo->IsSticky is true.
677 commonEventControlManager->DumpStateByCommonEventRecord(record, dumpInfo); in HWTEST_F()
683 * @tc.desc: test DumpStateByCommonEventRecord an
[all...]
/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp995 void CommonEventControlManager::DumpStateByCommonEventRecord( in DumpStateByCommonEventRecord() function in OHOS::EventFwk::CommonEventControlManager
1374 DumpStateByCommonEventRecord(record, commonEventRecord); in DumpState()

Completed in 5 milliseconds