Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Client
(Results
1 - 10
of
10
) sorted by relevance
/developtools/hiperf/interfaces/innerkits/native/src/
H
A
D
hiperf_client.cpp
319
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
D
hiperf_client_test.cpp
65
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
D
hiperf_client.h
219
class
Client
{
class
224
explicit
Client
(const std::string &outputDir = TempBinPath);
225
~
Client
();
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
H
A
D
ClientApi_fuzzer.cpp
79
HiperfClient::
Client
myHiperf;
in FuzzClientApiOption()
87
HiperfClient::
Client
myHiperf;
in FuzzClientApiClient()
/developtools/hiperf/demo/cpp/
H
A
D
hiperf_demo.cpp
66
HiperfClient::
Client
myHiperf;
in main()
/developtools/integration_verification/tools/fotff/utils/
H
A
D
proxy.go
83
proxyClient = &http.
Client
{
H
A
D
ssh.go
31
func newSSHClient(addr string, user string, passwd string) (*ssh.
Client
, error) {
/developtools/hdc/hdc_rust/src/host/
H
A
D
client.rs
50
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
D
hiperf_client_napi.cpp
27
static std::unique_ptr<HiperfClient::
Client
> g_hiperfClient =
28
std::make_unique<HiperfClient::
Client
>();
/developtools/smartperf_host/ide/server/
H
A
D
main.go
428
c := &http.
Client
{
Completed in 7 milliseconds