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:oss
(Results
1 - 7
of
7
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
serial_struct.h
36
std::ostringstream
oss
;
in ToDebugString()
local
37
oss
<< "SessionHandShake [";
in ToDebugString()
38
oss
<< " banner:" << banner;
in ToDebugString()
39
oss
<< " sessionId:" << sessionId;
in ToDebugString()
40
oss
<< " authType:" << unsigned(authType);
in ToDebugString()
41
oss
<< " connectKey:" << connectKey;
in ToDebugString()
42
oss
<< " buf:" << buf;
in ToDebugString()
43
oss
<< " version:" << version;
in ToDebugString()
44
oss
<< " ]";
in ToDebugString()
45
return
oss
in ToDebugString()
[all...]
/developtools/hdc/src/common/
H
A
D
uart.h
58
std::ostringstream
oss
;
in ToPkgIdentityString()
local
60
oss
<< "R-";
in ToPkgIdentityString()
62
oss
<< "Id:" << sessionId;
in ToPkgIdentityString()
63
oss
<< "pkgIdx:" << packageIndex;
in ToPkgIdentityString()
64
return
oss
.str();
in ToPkgIdentityString()
68
std::ostringstream
oss
;
in ToDebugString()
local
69
oss
<< "UartHead [";
in ToDebugString()
70
oss
<< " flag:" << std::hex << unsigned(flag[0]) << " " << unsigned(flag[1]) << std::dec;
in ToDebugString()
71
oss
<< " option:" << unsigned(option);
in ToDebugString()
72
oss
<< " sessionI
in ToDebugString()
[all...]
H
A
D
define_plus.h
253
std::ostringstream
oss
;
in ToDebugString()
local
254
oss
<< "HdcSession [";
in ToDebugString()
255
oss
<< " serverOrDaemon:" << serverOrDaemon;
in ToDebugString()
256
oss
<< " sessionId:" << sessionId;
in ToDebugString()
257
oss
<< " handshakeOK:" << handshakeOK;
in ToDebugString()
258
oss
<< " connectKey:" << Hdc::MaskString(connectKey);
in ToDebugString()
259
oss
<< " connType:" << unsigned(connType);
in ToDebugString()
260
oss
<< " ]";
in ToDebugString()
261
return
oss
.str();
in ToDebugString()
H
A
D
session.h
37
std::ostringstream
oss
;
in ToDebugString()
local
38
oss
<< "SessionHandShake [";
in ToDebugString()
39
oss
<< " banner:" << banner;
in ToDebugString()
40
oss
<< " sessionId:" << sessionId;
in ToDebugString()
41
oss
<< " authType:" << unsigned(authType);
in ToDebugString()
42
oss
<< " connectKey:" << Hdc::MaskString(connectKey);
in ToDebugString()
43
oss
<< " version:" << version;
in ToDebugString()
44
oss
<< "]";
in ToDebugString()
45
return
oss
.str();
in ToDebugString()
H
A
D
header.cpp
27
std::ostringstream
oss
;
in DecimalToOctalString()
local
28
oss
<< std::oct << std::setw(length) << std::setfill('0') << decimalNumber;
in DecimalToOctalString()
29
return
oss
.str();
in DecimalToOctalString()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H
A
D
cert_dn_utils.cpp
49
std::ostringstream
oss
;
in BuildDN()
local
50
oss
<< "Format error, must be \"X=xx,XX=xxx,...\". "
in BuildDN()
56
oss
.str().c_str());
in BuildDN()
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
GpuCounterCallback.cpp
217
std::ostringstream
oss
;
in OnGpuData()
local
218
oss
<< backData->startTime << ","
in OnGpuData()
233
gpuCounterInstance.GetGpuCounterData().push_back(
oss
.str());
in OnGpuData()
234
gpuCounterInstance.GetGpuCounterSaveReportData().push_back(
oss
.str());
in OnGpuData()
Completed in 5 milliseconds