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:DecodeInteger
(Results
1 - 12
of
12
) sorted by relevance
/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/
H
A
D
sms_wap_push_buffer.cpp
507
* @brief
DecodeInteger
513
bool SmsWapPushBuffer::
DecodeInteger
(uint64_t &iInteger)
in DecodeInteger()
function in OHOS::Telephony::SmsWapPushBuffer
620
if (!
DecodeInteger
(fieldId)) {
in DecodeTextValue()
621
TELEPHONY_LOGE("wap push
DecodeInteger
fail.");
in DecodeTextValue()
640
if (
DecodeInteger
(fieldValue)) {
in DecodeTextValue()
H
A
D
sms_wap_push_handler.cpp
249
if (!decodeBuffer.
DecodeInteger
(fieldValue)) {
in DecodeXWapApplicationField()
250
TELEPHONY_LOGE("Wap push
DecodeInteger
fail.");
in DecodeXWapApplicationField()
272
if (decodeBuffer.
DecodeInteger
(appIdValue)) {
in DecodeXWapApplicationValue()
H
A
D
sms_wap_push_content_type.cpp
319
if (!decodeBuffer.
DecodeInteger
(temp)) {
in DecodeCharsetField()
320
TELEPHONY_LOGE("Wap push DecodeCharsetField
DecodeInteger
fail.");
in DecodeCharsetField()
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H
A
D
wappushbuffer_fuzzer.cpp
66
decodeBuffer->
DecodeInteger
(uint64tValue);
in WapPushBuffer()
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_encode_string.cpp
68
if (!decodeBuffer.
DecodeInteger
(charset)) {
in DecodeEncodeString()
69
TELEPHONY_LOGE("Decode encodeString
DecodeInteger
fail.");
in DecodeEncodeString()
H
A
D
mms_decode_buffer.cpp
431
* @brief
DecodeInteger
438
bool MmsDecodeBuffer::
DecodeInteger
(uint64_t &iInteger)
in DecodeInteger()
function in OHOS::Telephony::MmsDecodeBuffer
H
A
D
mms_content_type.cpp
331
if (!decodeBuffer.
DecodeInteger
(tmp)) {
in DecodeCharsetField()
332
TELEPHONY_LOGE("Decode contentType
DecodeInteger
fail.");
in DecodeCharsetField()
H
A
D
mms_header.cpp
862
if (!buff.
DecodeInteger
(value)) {
in DecodeFieldIntegerValue()
863
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
DecodeInteger
fail.", fieldId);
in DecodeFieldIntegerValue()
950
if (!buff.
DecodeInteger
(count)) {
in DecodeFieldPreviouslySentDate()
951
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
DecodeInteger
fail.", fieldId);
in DecodeFieldPreviouslySentDate()
995
if (!buff.
DecodeInteger
(value)) {
in DecodeFieldMBox()
996
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
DecodeInteger
fail.", fieldId);
in DecodeFieldMBox()
/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
453
EXPECT_TRUE(smsWapPushBuffer->
DecodeInteger
(iInteger));
in HWTEST_F()
456
EXPECT_FALSE(smsWapPushBuffer->
DecodeInteger
(iInteger));
in HWTEST_F()
H
A
D
mms_gtest.cpp
900
mmsDecodeBuffer.
DecodeInteger
(longVar);
in HWTEST_F()
Completed in 11 milliseconds