Searched refs:DumpEventInfo (Results 1 - 7 of 7) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | vendor.h | 41 void DumpEventInfo(std::ostringstream& oss, const std::string& header, const WatchPoint& watchPoint) const;
|
H A D | vendor.cpp | 153 void Vendor::DumpEventInfo(std::ostringstream& oss, const std::string& header, const WatchPoint& watchPoint) const in DumpEventInfo() function in OHOS::HiviewDFX::Vendor 253 DumpEventInfo(body, HEADER, node); in InitLogBody() 273 DumpEventInfo(body, HEADER, node); in InitLogBody() 303 DumpEventInfo(header, TRIGGER_HEADER, watchPoint); in MergeEventLog()
|
/base/security/security_guard/services/data_collect/sa/include/ |
H A D | data_collect_manager_service.h | 65 void DumpEventInfo(int fd, int64_t eventId);
|
/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | data_collect_manager_service.h | 64 void DumpEventInfo(int fd, int64_t eventId);
|
H A D | security_guard_data_collect_sa_test.cpp | 151 service.DumpEventInfo(1, 1); in HWTEST_F() 158 service.DumpEventInfo(1, 1); in HWTEST_F()
|
/base/security/security_guard/services/data_collect/sa/ |
H A D | data_collect_manager_service.cpp | 145 DumpEventInfo(fd, eventId);
in Dump() 150 void DataCollectManagerService::DumpEventInfo(int fd, int64_t eventId)
in DumpEventInfo() function in OHOS::Security::SecurityGuard::DataCollectManagerService
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.cpp | 342 vendor->DumpEventInfo(oss, header, watchPoint); in HWTEST_F()
|
Completed in 7 milliseconds