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:tempBuffer
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H
A
D
mms_quoted_printable.cpp
57
std::unique_ptr<char[]>
tempBuffer
= std::make_unique<char[]>(inLength + 1);
in Decode()
local
58
if (
tempBuffer
== nullptr) {
in Decode()
59
TELEPHONY_LOGE("
tempBuffer
nullptr error.");
in Decode()
73
tempBuffer
[outLength] = static_cast<char>(hexChar);
in Decode()
77
tempBuffer
[outLength] = *input;
in Decode()
84
tempBuffer
[outLength] = '\0';
in Decode()
85
dest = std::string(
tempBuffer
.get(), outLength);
in Decode()
86
if (
tempBuffer
) {
in Decode()
87
tempBuffer
.reset();
in Decode()
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_encode_string.cpp
95
MmsEncodeBuffer
tempBuffer
;
in EncodeEncodeString()
local
98
tempBuffer
.EncodeShortInteger(charset_);
in EncodeEncodeString()
100
tempBuffer
.EncodeInteger(charset_);
in EncodeEncodeString()
102
if (!
tempBuffer
.EncodeText(strEncodeString_)) {
in EncodeEncodeString()
106
if (!encodeBuffer.EncodeValueLength(
tempBuffer
.GetCurPosition())) {
in EncodeEncodeString()
110
if (!encodeBuffer.WriteBuffer(
tempBuffer
)) {
in EncodeEncodeString()
H
A
D
mms_body_part.cpp
486
std::unique_ptr<char[]>
tempBuffer
= nullptr;
in WriteBodyFromAttachmentBuffer()
local
487
tempBuffer
= attachment.GetDataBuffer(dataLen);
in WriteBodyFromAttachmentBuffer()
488
if (
tempBuffer
== nullptr) {
in WriteBodyFromAttachmentBuffer()
507
if (memcpy_s(pbodyPartBuffer_.get(), dataLen,
tempBuffer
.get(), dataLen) != EOK) {
in WriteBodyFromAttachmentBuffer()
/base/update/sys_installer_lite/frameworks/source/updater/
H
A
D
hota_updater.c
521
unsigned char *
tempBuffer
= buffer;
in HotaDefaultWrite()
local
526
if (CopyToDloadCompBuffer(
tempBuffer
, (sizeof(PkgBasicInfo) - tempOffset)) != OHOS_SUCCESS) {
in HotaDefaultWrite()
533
tempBuffer
=
tempBuffer
+ sizeof(PkgBasicInfo) - tempOffset;
in HotaDefaultWrite()
537
if (CopyToDloadCompBuffer(
tempBuffer
, tempBuffSize) != OHOS_SUCCESS) {
in HotaDefaultWrite()
549
if (ProcessCompData(
tempBuffer
, startAddr, endAddr) != OHOS_SUCCESS) {
in HotaDefaultWrite()
553
tempBuffer
=
tempBuffer
+ endAddr - tempOffset;
in HotaDefaultWrite()
Completed in 3 milliseconds