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:DecodeLongInteger
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_decode_buffer.h
43
bool
DecodeLongInteger
(uint64_t &lInteger);
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H
A
D
wappushbuffer_fuzzer.cpp
65
decodeBuffer->
DecodeLongInteger
(uint64tValue);
in WapPushBuffer()
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_wap_push_buffer.h
55
bool
DecodeLongInteger
(uint64_t &lInteger);
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_decode_buffer.cpp
394
* @brief
DecodeLongInteger
403
bool MmsDecodeBuffer::
DecodeLongInteger
(uint64_t &value)
in DecodeLongInteger()
function in OHOS::Telephony::MmsDecodeBuffer
413
TELEPHONY_LOGE("Decode buffer
DecodeLongInteger
fail.");
in DecodeLongInteger()
448
if (
DecodeLongInteger
(iInteger)) {
in DecodeInteger()
H
A
D
mms_header.cpp
676
if (!buff.
DecodeLongInteger
(value)) {
in DecodeFieldLongValue()
677
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
DecodeLongInteger
fail.", fieldId);
in DecodeFieldLongValue()
904
if (!buff.
DecodeLongInteger
(timeValue)) {
in DecodeFieldDate()
905
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
DecodeLongInteger
fail.", fieldId);
in DecodeFieldDate()
954
if (!buff.
DecodeLongInteger
(perviouslySentDate)) {
in DecodeFieldPreviouslySentDate()
955
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
DecodeLongInteger
fail.", fieldId);
in DecodeFieldPreviouslySentDate()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_wap_push_buffer.cpp
472
* @brief
DecodeLongInteger
480
bool SmsWapPushBuffer::
DecodeLongInteger
(uint64_t &value)
in DecodeLongInteger()
function in OHOS::Telephony::SmsWapPushBuffer
523
if (
DecodeLongInteger
(iInteger)) {
in DecodeInteger()
/base/telephony/sms_mms/test/gtest/
H
A
D
mms_gtest.cpp
895
mmsDecodeBuffer.
DecodeLongInteger
(longVar);
in HWTEST_F()
897
mmsDecodeBuffer.
DecodeLongInteger
(longVar);
in HWTEST_F()
H
A
D
zero_branch_mms_test.cpp
429
EXPECT_FALSE(smsWapPushBuffer->
DecodeLongInteger
(iInteger));
in HWTEST_F()
435
EXPECT_FALSE(smsWapPushBuffer->
DecodeLongInteger
(iInteger));
in HWTEST_F()
438
EXPECT_FALSE(smsWapPushBuffer->
DecodeLongInteger
(iInteger));
in HWTEST_F()
Completed in 9 milliseconds