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:EncodeLongInteger
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_encode_buffer.h
38
bool
EncodeLongInteger
(uint64_t value);
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_encode_buffer.cpp
199
return
EncodeLongInteger
(value);
in EncodeInteger()
205
* @brief
EncodeLongInteger
214
bool MmsEncodeBuffer::
EncodeLongInteger
(uint64_t value)
in EncodeLongInteger()
function in OHOS::Telephony::MmsEncodeBuffer
H
A
D
mms_content_type.cpp
438
if (!encodeBuffer.
EncodeLongInteger
(msgContentParm_.GetCharSet())) {
in EncodeCharsetField()
439
TELEPHONY_LOGE("Encode contentType
EncodeLongInteger
fail.");
in EncodeCharsetField()
H
A
D
mms_header.cpp
1123
if (!buff.
EncodeLongInteger
(value)) {
in EncodeLongIntergerValue()
1124
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
EncodeLongInteger
fail.", fieldId);
in EncodeLongIntergerValue()
1199
if (!tempBuf.
EncodeLongInteger
(value)) {
in EncodeFieldExpriyValue()
1200
TELEPHONY_LOGE("MmsHeader
EncodeLongInteger
fail.");
in EncodeFieldExpriyValue()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_mms_test.cpp
1332
retBool = mmsEncodeBuffer.
EncodeLongInteger
(0);
in HWTEST_F()
1334
retBool = mmsEncodeBuffer.
EncodeLongInteger
(1);
in HWTEST_F()
Completed in 7 milliseconds