Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/interface/
Drpc_server_test.cpp94 HWTEST_F(RpcServerTest, ParserConfig, TestSize.Level1)
110 auto ret = rpcServer.ParserConfig(json);
/developtools/smartperf_host/trace_streamer/src/rpc/
Drpc_server.h56 bool ParserConfig(std::string parserConfigJson);
Drpc_server.cpp50 struct ParserConfig { struct
58 void from_json(const json &j, ParserConfig &v) in from_json()
762 bool RpcServer::ParserConfig(std::string parserConfigJson) in ParserConfig() function in SysTuning::TraceStreamer::RpcServer
765 jsonns::ParserConfig parserConfig = jMessage.at("config"); in ParserConfig()
Dwasm_func.cpp125 if (g_wasmTraceStreamer.ParserConfig(parserConfig)) { in TraceStreamerParserConfigEx()