Searched refs:ParserConfig (Results 1 – 4 of 4) sorted by relevance
94 HWTEST_F(RpcServerTest, ParserConfig, TestSize.Level1)110 auto ret = rpcServer.ParserConfig(json);
56 bool ParserConfig(std::string parserConfigJson);
50 struct ParserConfig { struct58 void from_json(const json &j, ParserConfig &v) in from_json()762 bool RpcServer::ParserConfig(std::string parserConfigJson) in ParserConfig() function in SysTuning::TraceStreamer::RpcServer765 jsonns::ParserConfig parserConfig = jMessage.at("config"); in ParserConfig()
125 if (g_wasmTraceStreamer.ParserConfig(parserConfig)) { in TraceStreamerParserConfigEx()