Searched refs:Client (Results 1 – 10 of 10) sorted by relevance
271 Client::Client(const std::string &outputDir) in Client() function in OHOS::Developtools::HiPerf::HiperfClient::Client278 bool Client::Setup(std::string outputDir) in Setup()321 Client::~Client() in ~Client()326 bool Client::IsReady() in IsReady()331 void Client::SetDebugMode() in SetDebugMode()336 void Client::SetDebugMuchMode() in SetDebugMuchMode()341 bool Client::Start() in Start()351 void Client::PrepareExecCmd(std::vector<std::string> &cmd) in PrepareExecCmd()371 void Client::GetExecCmd(std::vector<std::string> &cmd, int pipeIn, int pipeOut, in GetExecCmd()383 void Client::GetExecCmd(std::vector<std::string> &cmd, in GetExecCmd()[all …]
64 HiperfClient::Client myHiperf;84 HiperfClient::Client myHiperf("/data/local/tmp/");105 HiperfClient::Client myHiperf;125 HiperfClient::Client myHiperf;146 HiperfClient::Client myHiperf("/data/local/tmp/");156 HiperfClient::Client myHiperf; in TestCaseOption()221 HiperfClient::Client myHiperf;293 HiperfClient::Client myHiperf;444 HiperfClient::Client myHiperf;
79 HiperfClient::Client myHiperf; in FuzzClientApiOption()87 HiperfClient::Client myHiperf; in FuzzClientApiClient()
257 class Client {262 Client(const std::string &outputDir = TempBinPath);263 ~Client();
83 proxyClient = &http.Client{
31 func newSSHClient(addr string, user string, passwd string) (*ssh.Client, error) {
60 HiperfClient::Client myHiperf; in main()
27 static std::unique_ptr<HiperfClient::Client> g_hiperfClient =28 std::make_unique<HiperfClient::Client>();
266 c := &http.Client{