• Home
  • Raw
  • Download

Lines Matching refs:MatchJSONLineHeader

62 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()
105 EXPECT_TRUE(MatchJSONLineHeader(inputFile, filePath, 10, "\"location_fields\":")); in HWTEST_F_L0()
129 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 1, "{\"snapshot\":")); in HWTEST_F_L0()
130 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 2, "{\"meta\":")); in HWTEST_F_L0()
131 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 3, "{\"node_fields\":")); in HWTEST_F_L0()
132 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 4, "\"node_types\":")); in HWTEST_F_L0()
133 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 5, "\"edge_fields\":")); in HWTEST_F_L0()
134 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 6, "\"edge_types\":")); in HWTEST_F_L0()
135 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 7, "\"trace_function_info_fields\":")); in HWTEST_F_L0()
136 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 8, "\"trace_node_fields\":")); in HWTEST_F_L0()
137 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 9, "\"sample_fields\":")); in HWTEST_F_L0()
138 EXPECT_TRUE(MatchJSONLineHeader(fStream, filePath, 10, "\"location_fields\":")); in HWTEST_F_L0()