Searched refs:DemoSqlQuery (Results 1 - 3 of 3) sorted by relevance
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/test/unittest/ |
H A D | sdk_api_test.cpp | 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() 102 ret = rpcServer->DemoSqlQuery((const uint8_t *)sqlQueryCounter.c_str(), sqlQueryCounter.length(), res); in HWTEST_F() 106 ret = rpcServer->DemoSqlQuery((const uint8_t *)sqlQueryCounterObj.c_str(), sqlQueryCounterObj.length(), res); in HWTEST_F() 110 ret = rpcServer->DemoSqlQuery((const uint8_t *)sqlQuerySlice.c_str(), sqlQuerySlice.length(), res); in HWTEST_F() 114 ret = rpcServer->DemoSqlQuery((const uint8_t *)sqlQuerySliceObj.c_str(), sqlQuerySliceObj.length(), res); in HWTEST_F() 135 ret = rpcServer->DemoSqlQuery((const uint8_t *)sqlQueryCounter.c_str(), sqlQueryCounter.length(), res); in HWTEST_F() 139 ret = rpcServer->DemoSqlQuery((cons in HWTEST_F() [all...] |
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/ |
H A D | demo_rpc_server.h | 31 bool DemoSqlQuery(const uint8_t *data, size_t len, ResultCallBack resultCallBack);
|
H A D | demo_rpc_server.cpp | 48 bool DemoRpcServer::DemoSqlQuery(const uint8_t *data, size_t len, ResultCallBack resultCallBack) in DemoSqlQuery() function in SysTuning::TraceStreamer::DemoRpcServer 52 TS_LOGI("RPC DemoSqlQuery %zu:%s", len, demoSql.c_str()); in DemoSqlQuery() 84 TS_LOGI("WASM RPC DemoSqlQuery outlen(%d) demoSql(%zu:%s)", outLen, len, demoSql.c_str()); in DemoWasmSqlQuery() 102 TS_LOGI("WASM RPC DemoSqlQuery demoSql(%zu:%s)", len, demoSql.c_str()); in DemoWasmSqlQueryWithCallback()
|
Completed in 1 milliseconds