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