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/
H A Drpc_server_test.cpp90 * @tc.name: ParserConfig
91 * @tc.desc: Test the ParserConfig method
94 HWTEST_F(RpcServerTest, ParserConfig, TestSize.Level1) in HWTEST_F()
110 auto ret = rpcServer.ParserConfig(json); in HWTEST_F()
/developtools/smartperf_host/trace_streamer/src/rpc/
H A Drpc_server.h56 bool ParserConfig(std::string parserConfigJson);
H A Drpc_server.cpp51 struct ParserConfig { struct
60 void from_json(const json &j, ParserConfig &v) in from_json()
803 bool RpcServer::ParserConfig(std::string parserConfigJson) in ParserConfig() function in SysTuning::TraceStreamer::RpcServer
806 jsonns::ParserConfig parserConfig = jMessage.at("config"); in ParserConfig()
H A Dwasm_func.cpp135 if (g_wasmTraceStreamer.ParserConfig(parserConfig)) { in TraceStreamerParserConfigEx()

Completed in 3 milliseconds