Searched refs:ContrastJSONSectionPayload (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | hprof_test.cpp | 151 … bool ContrastJSONSectionPayload(const std::string &filePath, std::string dataLable, int fieldNum) in ContrastJSONSectionPayload() function in panda::test::HProfTestHelper 319 …ASSERT_TRUE(tester.ContrastJSONSectionPayload("test2.heapsnapshot", "\"trace_function_infos\":", 2… in HWTEST_F_L0() 326 …ASSERT_TRUE(tester.ContrastJSONSectionPayload("test3.heapsnapshot", "\"trace_tree\":", 2)); // Em… in HWTEST_F_L0() 333 … ASSERT_TRUE(tester.ContrastJSONSectionPayload("test4.heapsnapshot", "\"samples\":", 2)); // Empty in HWTEST_F_L0() 340 …ASSERT_TRUE(tester.ContrastJSONSectionPayload("test5.heapsnapshot", "\"locations\":", 2)); // Emp… in HWTEST_F_L0() 347 ASSERT_TRUE(tester.ContrastJSONSectionPayload("test6.heapsnapshot", "\"strings\":[", 2)); in HWTEST_F_L0() 386 ASSERT_TRUE(tester.ContrastJSONSectionPayload("test10.heapsnapshot", "\"nodes\":[", 8)); in HWTEST_F_L0()
|