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:EncodeValueLength
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_encode_buffer.h
33
bool
EncodeValueLength
(uint32_t value);
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_encode_string.cpp
106
if (!encodeBuffer.
EncodeValueLength
(tempBuffer.GetCurPosition())) {
in EncodeEncodeString()
107
TELEPHONY_LOGE("EncodeString
EncodeValueLength
fail.");
in EncodeEncodeString()
H
A
D
mms_body.cpp
153
if (!encodeBuffer.
EncodeValueLength
(tmpEncodeBuffer.GetCurPosition())) {
in EncodeMmsHeaderContentType()
154
TELEPHONY_LOGE("Body encode ContentType
EncodeValueLength
fail.");
in EncodeMmsHeaderContentType()
H
A
D
mms_encode_buffer.cpp
164
* @brief
EncodeValueLength
174
bool MmsEncodeBuffer::
EncodeValueLength
(uint32_t value)
in EncodeValueLength()
function in OHOS::Telephony::MmsEncodeBuffer
H
A
D
mms_content_type.cpp
538
if (!encodeBuffer.
EncodeValueLength
(tmpEncodeBuffer.GetCurPosition())) {
in EncodeMmsBodyPartContentType()
539
TELEPHONY_LOGE("Encode contentType
EncodeValueLength
fail.");
in EncodeMmsBodyPartContentType()
H
A
D
mms_header.cpp
1203
if (!buff.
EncodeValueLength
(tempBuf.GetCurPosition())) {
in EncodeFieldExpriyValue()
1204
TELEPHONY_LOGE("MmsHeader
EncodeValueLength
fail.");
in EncodeFieldExpriyValue()
1255
if (!buff.
EncodeValueLength
(tempBuff.GetCurPosition())) {
in EncodeFieldFromValue()
1256
TELEPHONY_LOGE("MmsHeader
EncodeValueLength
fail.");
in EncodeFieldFromValue()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_mms_test.cpp
1307
retBool = mmsEncodeBuffer.
EncodeValueLength
(1);
in HWTEST_F()
1309
retBool = mmsEncodeBuffer.
EncodeValueLength
(31);
in HWTEST_F()
1311
retBool = mmsEncodeBuffer.
EncodeValueLength
(31);
in HWTEST_F()
Completed in 8 milliseconds