Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 10 of 10) sorted by relevance

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp271 Client::Client(const std::string &outputDir) in Client() function in OHOS::Developtools::HiPerf::HiperfClient::Client
278 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 …]
/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp64 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;
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
DClientApi_fuzzer.cpp79 HiperfClient::Client myHiperf; in FuzzClientApiOption()
87 HiperfClient::Client myHiperf; in FuzzClientApiClient()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h257 class Client {
262 Client(const std::string &outputDir = TempBinPath);
263 ~Client();
/developtools/integration_verification/tools/fotff/utils/
Dproxy.go83 proxyClient = &http.Client{
Dssh.go31 func newSSHClient(addr string, user string, passwd string) (*ssh.Client, error) {
/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp60 HiperfClient::Client myHiperf; in main()
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp27 static std::unique_ptr<HiperfClient::Client> g_hiperfClient =
28 std::make_unique<HiperfClient::Client>();
/developtools/profiler/host/smartperf/ide/server/
Dmain.go266 c := &http.Client{
/developtools/smartperf_host/ide/server/
Dmain.go266 c := &http.Client{