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:iInteger
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_decode_buffer.cpp
434
* @param
iInteger
438
bool MmsDecodeBuffer::DecodeInteger(uint64_t &
iInteger
)
in DecodeInteger()
argument
440
iInteger
= 0;
in DecodeInteger()
444
iInteger
= sInteger;
in DecodeInteger()
448
if (DecodeLongInteger(
iInteger
)) {
in DecodeInteger()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_wap_push_buffer.cpp
509
* @param
iInteger
513
bool SmsWapPushBuffer::DecodeInteger(uint64_t &
iInteger
)
in DecodeInteger()
argument
515
iInteger
= 0;
in DecodeInteger()
519
iInteger
= sInteger;
in DecodeInteger()
523
if (DecodeLongInteger(
iInteger
)) {
in DecodeInteger()
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_decode_buffer.h
44
bool DecodeInteger(uint64_t &
iInteger
);
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_wap_push_buffer.h
56
bool DecodeInteger(uint64_t &
iInteger
);
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_mms_test.cpp
424
uint64_t
iInteger
= 0;
in HWTEST_F()
local
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()
453
EXPECT_TRUE(smsWapPushBuffer->DecodeInteger(
iInteger
));
in HWTEST_F()
456
EXPECT_FALSE(smsWapPushBuffer->DecodeInteger(
iInteger
));
in HWTEST_F()
Completed in 4 milliseconds