Searched refs:OutputJsonKey (Results 1 – 2 of 2) sorted by relevance
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_json_file_test.cpp | 107 HWTEST_F(ReportJsonFileTest, OutputJsonKey, TestSize.Level1) 113 OutputJsonKey(stdout, std::string()); 117 OutputJsonKey(stdout, ""); 122 OutputJsonKey(stdout, "keyname"); 126 OutputJsonKey(stdout, static_cast<int>(1)); 130 OutputJsonKey(stdout, static_cast<long>(1)); 134 OutputJsonKey(stdout, static_cast<size_t>(2)); 139 OutputJsonKey(stdout, std::string("keyname"));
|
| /developtools/hiperf/include/ |
| D | report_json_file.h | 38 void OutputJsonKey(FILE *output, const T &value) in OutputJsonKey() function 99 OutputJsonKey(output, key);
|