Home
last modified time | relevance | path

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

/developtools/smartperf_host/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()
45 void TraceRangeCallback(const std::string &jsonResult) in TraceRangeCallback()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/rpc/
Dwasm_func.cpp58 void ResultCallback(const std::string &jsonResult, int32_t finish) in ResultCallback()
70 void SplitFileCallback(const std::string &jsonResult, int32_t dataType, int32_t finish) in SplitFileCallback()
326 void ExportDatabaseCallback(const std::string &jsonResult, int32_t finish) in ExportDatabaseCallback()
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/test/unittest/
Dsdk_api_test.cpp50 void QueryResultCallback(const std::string &jsonResult, int32_t finish, int32_t isConfig) in QueryResultCallback()