Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp62 bool MatchJSONLineHeader(std::fstream &fs, const std::string filePath, int lineNum, CString lineCon… in MatchJSONLineHeader() function
96 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 1, "{\"snapshot\":")); in HWTEST_F_L0()
97 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 2, "{\"meta\":")); in HWTEST_F_L0()
98 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 3, "{\"node_fields\":")); in HWTEST_F_L0()
99 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 4, "\"node_types\":")); in HWTEST_F_L0()
100 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 5, "\"edge_fields\":")); in HWTEST_F_L0()
101 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 6, "\"edge_types\":")); in HWTEST_F_L0()
102 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 7, "\"trace_function_info_fields\":")); in HWTEST_F_L0()
103 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 8, "\"trace_node_fields\":")); in HWTEST_F_L0()
104 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 9, "\"sample_fields\":")); in HWTEST_F_L0()
[all …]