Home
last modified time | relevance | path

Searched refs:jsonResult (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
Dwasm_func.cpp41 void QueryResultCallback(const std::string &jsonResult, int32_t finish, int32_t isConfig) in QueryResultCallback() argument
43 g_reply(jsonResult.data(), jsonResult.size(), finish, isConfig); in QueryResultCallback()
45 void TraceRangeCallback(const std::string &jsonResult) in TraceRangeCallback() argument
47 g_traceRange(jsonResult.data(), jsonResult.size()); in TraceRangeCallback()
/developtools/smartperf_host/trace_streamer/src/rpc/
Dwasm_func.cpp56 void ResultCallback(const std::string &jsonResult, int32_t finish) in ResultCallback() argument
58 g_reply(jsonResult.data(), jsonResult.size(), finish); in ResultCallback()
68 void SplitFileCallback(const std::string &jsonResult, int32_t dataType, int32_t finish) in SplitFileCallback() argument
70 g_splitFile(jsonResult.data(), jsonResult.size(), dataType, finish); in SplitFileCallback()
304 void ExportDatabaseCallback(const std::string &jsonResult, int32_t finish) in ExportDatabaseCallback() argument
306 g_dbCallback(jsonResult.data(), jsonResult.size(), finish); in ExportDatabaseCallback()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/test/unittest/
Dsdk_api_test.cpp49 void QueryResultCallback(const std::string &jsonResult, int32_t finish, int32_t isConfig) in QueryResultCallback() argument
51 g_reply = jsonResult; in QueryResultCallback()