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:strOne
(Results
1 - 3
of
3
) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H
A
D
sp_daemon_test.cpp
68
std::string::size_type
strOne
= result.find("cpu0Usage");
in HWTEST_F()
local
70
if ((
strOne
!= result.npos) && (strTwo != result.npos)) {
in HWTEST_F()
96
std::string::size_type
strOne
= result.find("gpuFrequency");
in HWTEST_F()
local
98
if ((
strOne
!= result.npos) && (strTwo != result.npos)) {
in HWTEST_F()
127
std::string::size_type
strOne
= result.find("fpsJitters");
in HWTEST_F()
local
129
if ((
strOne
!= result.npos) && (strTwo != result.npos)) {
in HWTEST_F()
148
std::string::size_type
strOne
= result.find("timestamp");
in HWTEST_F()
local
151
if ((
strOne
!= result.npos) && ((strTwo != result.npos) || (strThree != result.npos))) {
in HWTEST_F()
170
std::string::size_type
strOne
= result.find("currentNow");
in HWTEST_F()
local
173
if ((
strOne
!
in HWTEST_F()
202
std::string::size_type
strOne
= result.find("memAvailable");
HWTEST_F()
local
233
std::string::size_type
strOne
= result.find("capture");
HWTEST_F()
local
254
std::string::size_type
strOne
= result.find("networkDown");
HWTEST_F()
local
275
std::string::size_type
strOne
= result.find("Collection");
HWTEST_F()
local
296
std::string::size_type
strOne
= result.find("Collection");
HWTEST_F()
local
317
std::string::size_type
strOne
= result.find("activeMode");
HWTEST_F()
local
338
std::string::size_type
strOne
= result.find("BUNDLE_NAME");
HWTEST_F()
local
[all...]
/developtools/profiler/host/smartperf/client/client_command/include/
H
A
D
sp_task.h
127
std::string
strOne
= R"(hiprofiler_cmd \
member in OHOS::SmartPerf::SPTask
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
sp_task.cpp
606
std::string trtmp =
strOne
+ hiPrefix + traceName + strTwo + "\n" + strThree + std::to_string(requestId) + "\n" +
in SetHiperf()
Completed in 3 milliseconds