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.cpp135 bool ContrastJSONLineHeader(const std::string &filePath, std::string lineHeader) in ContrastJSONLineHeader() function in panda::test::HProfTestHelper
233 ASSERT_TRUE(tester.ContrastJSONLineHeader("test.heapsnapshot", "{\"snapshot\":")); in HWTEST_F_L0()
234 ASSERT_TRUE(tester.ContrastJSONLineHeader("test.heapsnapshot", "{\"meta\":")); in HWTEST_F_L0()
235 ASSERT_TRUE(tester.ContrastJSONLineHeader("test.heapsnapshot", "{\"node_fields\":")); in HWTEST_F_L0()
236 ASSERT_TRUE(tester.ContrastJSONLineHeader("test.heapsnapshot", "\"node_types\":")); in HWTEST_F_L0()
237 ASSERT_TRUE(tester.ContrastJSONLineHeader("test.heapsnapshot", "\"edge_fields\":")); in HWTEST_F_L0()
238 ASSERT_TRUE(tester.ContrastJSONLineHeader("test.heapsnapshot", "\"edge_types\":")); in HWTEST_F_L0()
239 …ASSERT_TRUE(tester.ContrastJSONLineHeader("test.heapsnapshot", "\"trace_function_info_fields\":")); in HWTEST_F_L0()
240 ASSERT_TRUE(tester.ContrastJSONLineHeader("test.heapsnapshot", "\"trace_node_fields\":")); in HWTEST_F_L0()
241 ASSERT_TRUE(tester.ContrastJSONLineHeader("test.heapsnapshot", "\"sample_fields\":")); in HWTEST_F_L0()
[all …]