Home
last modified time | relevance | path

Searched refs:parserConfigJson (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/rpc/
Drpc_server.h56 bool ParserConfig(std::string parserConfigJson);
Drpc_server.cpp694 bool RpcServer::ParserConfig(std::string parserConfigJson) in ParserConfig() argument
696 json jMessage = json::parse(parserConfigJson); in ParserConfig()