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:destStr
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/core_service/utils/codec/include/
H
A
D
asn1_builder.h
40
uint32_t Asn1BuilderToHexStr(std::string &
destStr
);
H
A
D
asn1_node.h
30
uint32_t Asn1NodeToHexStr(std::string &
destStr
);
H
A
D
asn1_utils.h
32
static void BchToString(const std::vector<uint8_t> &src, std::string &
destStr
);
/base/telephony/core_service/test/unittest/utils_codec_gtest/
H
A
D
asn1_node_test.cpp
73
std::string
destStr
;
in HWTEST_F()
local
78
res = asn1Node->Asn1NodeToHexStr(
destStr
);
in HWTEST_F()
87
std::vector<uint8_t>
destStr
;
in HWTEST_F()
local
92
res = asn1Node->Asn1NodeToBytes(
destStr
);
in HWTEST_F()
97
res = asn1Node->Asn1NodeToBytes(
destStr
);
in HWTEST_F()
H
A
D
asn1_utils_test.cpp
80
std::string
destStr
;
in HWTEST_F()
local
81
Asn1Utils::BchToString(responseByte,
destStr
);
in HWTEST_F()
82
int32_t res =
destStr
.size();
in HWTEST_F()
H
A
D
asn1_builder_test.cpp
154
std::string
destStr
;
in HWTEST_F()
local
159
res = builder->Asn1BuilderToHexStr(
destStr
);
in HWTEST_F()
/base/telephony/core_service/utils/codec/src/
H
A
D
asn1_node.cpp
44
uint32_t Asn1Node::Asn1NodeToHexStr(std::string &
destStr
)
in Asn1NodeToHexStr()
argument
49
destStr
= Asn1Utils::BytesToHexStr(byteStream);
in Asn1NodeToHexStr()
50
return static_cast<uint32_t>(
destStr
.length());
in Asn1NodeToHexStr()
H
A
D
asn1_builder.cpp
179
uint32_t Asn1Builder::Asn1BuilderToHexStr(std::string &
destStr
)
in Asn1BuilderToHexStr()
argument
187
strLen = node->Asn1NodeToHexStr(
destStr
);
in Asn1BuilderToHexStr()
H
A
D
asn1_utils.cpp
106
void Asn1Utils::BchToString(const std::vector<uint8_t> &src, std::string &
destStr
)
in BchToString()
argument
109
destStr
= SwapHexCharPair(hexStr);
in BchToString()
/base/telephony/sms_mms/test/gtest/
H
A
D
mms_gtest.cpp
1028
std::string
destStr
= "";
in HWTEST_F()
local
1029
mmsQuotedPrintable.Decode(valueStr,
destStr
);
in HWTEST_F()
/base/telephony/core_service/services/sim/src/
H
A
D
esim_file.cpp
1779
std::string
destStr
;
in BuildApduForInitSecureChannel()
local
1781
cursorLen += initSecureChannelReq->Asn1NodeToHexStr(
destStr
);
in BuildApduForInitSecureChannel()
1782
hexStr +=
destStr
;
in BuildApduForInitSecureChannel()
Completed in 11 milliseconds