Home
last modified time | relevance | path

Searched refs:rpcServer (Results 1 - 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/test/unittest/
H A Dsdk_api_test.cpp38 DemoRpcServer *rpcServer = new DemoRpcServer(); member in SysTuning::TraceStreamer::SDKApiTest
62 SetRpcServer(rpcServer); in HWTEST_F()
65 ret = rpcServer->demoTs_->sdkDataParser_->GetJsonConfig(QueryResultCallback); in HWTEST_F()
67 ret = rpcServer->demoTs_->sdkDataParser_->CreateTableByJson(); in HWTEST_F()
70 ret = rpcServer->DemoSqlQuery((const uint8_t *)sqlQueryCounter.c_str(), sqlQueryCounter.length(), res); in HWTEST_F()
75 ret = rpcServer->DemoSqlQuery((const uint8_t *)sqlQueryCounterObj.c_str(), sqlQueryCounterObj.length(), res); in HWTEST_F()
79 ret = rpcServer->DemoSqlQuery((const uint8_t *)sqlQuerySlice.c_str(), sqlQuerySlice.length(), res); in HWTEST_F()
83 ret = rpcServer->DemoSqlQuery((const uint8_t *)sqlQuerySliceObj.c_str(), sqlQuerySliceObj.length(), res); in HWTEST_F()
96 SetRpcServer(rpcServer); in HWTEST_F()
97 auto ret = rpcServer in HWTEST_F()
[all...]
/developtools/smartperf_host/trace_streamer/test/unittest/interface/
H A Drpc_server_test.cpp54 RpcServer rpcServer; in HWTEST_F() local
55 auto ret = rpcServer.ParseData((const uint8_t *)PARSERDATA.c_str(), PARSERDATA.length(), res, 0); in HWTEST_F()
58 ret = rpcServer.ParseDataOver((const uint8_t *)PARSERDATA.c_str(), PARSERDATA.length(), res); in HWTEST_F()
61 ret = rpcServer.SqlQuery((const uint8_t *)SQLQUERY.c_str(), SQLQUERY.length(), res); in HWTEST_F()
77 RpcServer rpcServer; in HWTEST_F() local
78 auto ret = rpcServer.ParseData((const uint8_t *)PARSERDATA.c_str(), PARSERDATA.length(), res, 0); in HWTEST_F()
81 ret = rpcServer.ParseDataOver((const uint8_t *)PARSERDATA.c_str(), PARSERDATA.length(), res); in HWTEST_F()
84 ret = rpcServer.SqlQuery((const uint8_t *)SQLQUERY.c_str(), SQLQUERY.length(), res); in HWTEST_F()
109 RpcServer rpcServer; in HWTEST_F() local
110 auto ret = rpcServer in HWTEST_F()
[all...]
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
H A Dts_sdk_api.cpp50 void SetRpcServer(DemoRpcServer *rpcServer) in SetRpcServer() argument
52 rpcServer_ = std::move(rpcServer); in SetRpcServer()
H A Dts_sdk_api.h32 void SetRpcServer(DemoRpcServer *rpcServer);

Completed in 1 milliseconds