Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/src/
H A Dhiperf_client.cpp319 Client::Client(const std::string &outputDir) in Client() function in OHOS::Developtools::HiPerf::HiperfClient::Client
326 bool Client::Setup(std::string outputDir) in Setup()
369 Client::~Client() in ~Client()
374 bool Client::IsReady() in IsReady()
379 void Client::SetDebugMode() in SetDebugMode()
384 void Client::SetDebugMuchMode() in SetDebugMuchMode()
389 bool Client::Start() in Start()
391 HIPERF_HILOGI(MODULE_CPP_API, "Client in Start()
[all...]
/developtools/hiperf/test/unittest/common/native/
H A Dhiperf_client_test.cpp65 HiperfClient::Client myHiperf; in HWTEST_F()
85 HiperfClient::Client myHiperf("/data/local/tmp/"); in HWTEST_F()
106 HiperfClient::Client myHiperf; in HWTEST_F()
126 HiperfClient::Client myHiperf; in HWTEST_F()
149 HiperfClient::Client myHiperf("/data/local/tmp/"); in HWTEST_F()
166 HiperfClient::Client myHiperf("/data/local/tmp/"); in HWTEST_F()
176 HiperfClient::Client myHiperf; in TestCaseOption()
241 HiperfClient::Client myHiperf; in HWTEST_F()
313 HiperfClient::Client myHiperf; in HWTEST_F()
478 HiperfClient::Client myHiper in HWTEST_F()
[all...]
/developtools/hiperf/interfaces/innerkits/native/include/
H A Dhiperf_client.h219 class Client { class
224 explicit Client(const std::string &outputDir = TempBinPath);
225 ~Client();
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
H A DClientApi_fuzzer.cpp79 HiperfClient::Client myHiperf; in FuzzClientApiOption()
87 HiperfClient::Client myHiperf; in FuzzClientApiClient()
/developtools/hiperf/demo/cpp/
H A Dhiperf_demo.cpp66 HiperfClient::Client myHiperf; in main()
/developtools/integration_verification/tools/fotff/utils/
H A Dproxy.go83 proxyClient = &http.Client{
H A Dssh.go31 func newSSHClient(addr string, user string, passwd string) (*ssh.Client, error) {
/developtools/hdc/hdc_rust/src/host/
H A Dclient.rs50 pub struct Client { structure names
82 let mut client = Client::new(parsed_cmd).await?;
91 impl Client { impls
511 Ok(s_ver) => println!("Client version:{}, server version:{}", config::get_version(), s_ver),
/developtools/hiperf/interfaces/kits/js/napi/
H A Dhiperf_client_napi.cpp27 static std::unique_ptr<HiperfClient::Client> g_hiperfClient =
28 std::make_unique<HiperfClient::Client>();
/developtools/smartperf_host/ide/server/
H A Dmain.go428 c := &http.Client{

Completed in 7 milliseconds