Home
last modified time | relevance | path

Searched refs:ContrastJSONLineHeader (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dhprof_test.cpp139 bool ContrastJSONLineHeader(const std::string &filePath, std::string lineHeader) in ContrastJSONLineHeader() function in panda::test::HProfTestHelper
303 ASSERT_TRUE(tester.ContrastJSONLineHeader("test1.heapsnapshot", "{\"snapshot\":")); in HWTEST_F_L0()
304 ASSERT_TRUE(tester.ContrastJSONLineHeader("test1.heapsnapshot", "{\"meta\":")); in HWTEST_F_L0()
305 ASSERT_TRUE(tester.ContrastJSONLineHeader("test1.heapsnapshot", "{\"node_fields\":")); in HWTEST_F_L0()
306 ASSERT_TRUE(tester.ContrastJSONLineHeader("test1.heapsnapshot", "\"node_types\":")); in HWTEST_F_L0()
307 ASSERT_TRUE(tester.ContrastJSONLineHeader("test1.heapsnapshot", "\"edge_fields\":")); in HWTEST_F_L0()
308 ASSERT_TRUE(tester.ContrastJSONLineHeader("test1.heapsnapshot", "\"edge_types\":")); in HWTEST_F_L0()
309 …ASSERT_TRUE(tester.ContrastJSONLineHeader("test1.heapsnapshot", "\"trace_function_info_fields\":")… in HWTEST_F_L0()
310 ASSERT_TRUE(tester.ContrastJSONLineHeader("test1.heapsnapshot", "\"trace_node_fields\":")); in HWTEST_F_L0()
311 ASSERT_TRUE(tester.ContrastJSONLineHeader("test1.heapsnapshot", "\"sample_fields\":")); in HWTEST_F_L0()
[all …]