Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dhprof_test.cpp147 … bool ContrastJSONSectionPayload(const std::string &filePath, std::string dataLable, int fieldNum) in ContrastJSONSectionPayload() function in panda::test::HProfTestHelper
249 …ASSERT_TRUE(tester.ContrastJSONSectionPayload("test.heapsnapshot", "\"trace_function_infos\":", 2)… in HWTEST_F_L0()
256 …ASSERT_TRUE(tester.ContrastJSONSectionPayload("test.heapsnapshot", "\"trace_tree\":", 2)); // Emp… in HWTEST_F_L0()
263 … ASSERT_TRUE(tester.ContrastJSONSectionPayload("test.heapsnapshot", "\"samples\":", 2)); // Empty in HWTEST_F_L0()
270 …ASSERT_TRUE(tester.ContrastJSONSectionPayload("test.heapsnapshot", "\"locations\":", 2)); // Empty in HWTEST_F_L0()
277 ASSERT_TRUE(tester.ContrastJSONSectionPayload("test.heapsnapshot", "\"strings\":[", 2)); in HWTEST_F_L0()