Searched refs:rpcServer (Results 1 – 4 of 4) sorted by relevance
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/test/unittest/ |
| D | sdk_api_test.cpp | 38 RpcServer* rpcServer = new RpcServer(); member in SysTuning::TraceStreamer::SDKApiTest 62 SetRpcServer(rpcServer); 65 ret = rpcServer->ts_->sdkDataParser_->GetJsonConfig(QueryResultCallback); 67 ret = rpcServer->ts_->sdkDataParser_->CreateTableByJson(); 70 … ret = rpcServer->SqlQuery((const uint8_t*)sqlQueryCounter.c_str(), sqlQueryCounter.length(), res); 75 …ret = rpcServer->SqlQuery((const uint8_t*)sqlQueryCounterObj.c_str(), sqlQueryCounterObj.length(),… 79 ret = rpcServer->SqlQuery((const uint8_t*)sqlQuerySlice.c_str(), sqlQuerySlice.length(), res); 83 …ret = rpcServer->SqlQuery((const uint8_t*)sqlQuerySliceObj.c_str(), sqlQuerySliceObj.length(), res… 96 SetRpcServer(rpcServer); 97 auto ret = rpcServer->ts_->sdkDataParser_->GetJsonConfig(QueryResultCallback); [all …]
|
| /developtools/smartperf_host/trace_streamer/test/unittest/interface/ |
| D | rpc_server_test.cpp | 54 RpcServer rpcServer; variable 55 auto ret = rpcServer.ParseData((const uint8_t*)PARSERDATA.c_str(), PARSERDATA.length(), res, 0); 58 ret = rpcServer.ParseDataOver((const uint8_t*)PARSERDATA.c_str(), PARSERDATA.length(), res); 61 ret = rpcServer.SqlQuery((const uint8_t*)SQLQUERY.c_str(), SQLQUERY.length(), res); 77 RpcServer rpcServer; variable 78 auto ret = rpcServer.ParseData((const uint8_t*)PARSERDATA.c_str(), PARSERDATA.length(), res, 0); 81 ret = rpcServer.ParseDataOver((const uint8_t*)PARSERDATA.c_str(), PARSERDATA.length(), res); 84 ret = rpcServer.SqlQuery((const uint8_t*)SQLQUERY.c_str(), SQLQUERY.length(), res); 108 RpcServer rpcServer; variable 109 auto ret = rpcServer.ParserConfig(json); [all …]
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/ |
| D | ts_sdk_api.cpp | 50 void SetRpcServer(DemoRpcServer* rpcServer) in SetRpcServer() argument 52 rpcServer_ = std::move(rpcServer); in SetRpcServer()
|
| D | ts_sdk_api.h | 32 void SetRpcServer(DemoRpcServer* rpcServer);
|