Home
last modified time | relevance | path

Searched defs:dataVec (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsdk_data_recv.cpp158 void SdkDataRecv::ServerThread(std::vector<std::string> &dataVec) in ServerThread()
182 void SdkDataRecv::RunServerThread(std::vector<std::string> &dataVec, ServerParams &params) in RunServerThread()
213 … void SdkDataRecv::HandleReceiveFd(std::vector<std::string> &dataVec, int i, ServerParams &params) in HandleReceiveFd()
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dsdk_data_recv_test.cpp80 std::vector<std::string> dataVec; variable