Searched defs:dumpFormat (Results 1 – 7 of 7) sorted by relevance
36 DumpFormat dumpFormat = DumpFormat::JSON; in DumpHeapSnapshot1FuzzTest() local
33 DumpFormat dumpFormat = DumpFormat::JSON; in DumpHeapSnapshot2FuzzTest() local
39 DumpFormat dumpFormat = static_cast<DumpFormat>(size % maxEnumNum); in DumpHeapSnapshot3FuzzTest() local
32 DumpFormat dumpFormat; // dumpformat like JSON BINARY and OTHER member
1145 std::string HeapProfiler::GenDumpFileName(DumpFormat dumpFormat) in GenDumpFileName()
400 DumpFormat dumpFormat = static_cast<DumpFormat>(size % maxEnumNum); in HWTEST_F_L0() local
103 …bool GenerateRawHeapSnashot(const std::string &filePath, DumpFormat dumpFormat = DumpFormat::BINAR… in GenerateRawHeapSnashot()