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:odd
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
tel_ril_sms_parcel.h
254
unsigned char
odd
= 0;
member
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_vendor_sms_defs.h
184
unsigned char
odd
;
member
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_parameter_record.cpp
357
if (!pdu.WriteBits(static_cast<uint8_t>(address_.type), BIT3) || !pdu.WriteBits(address_.
odd
? 0b1 : 0b0) ||
in Encode()
359
TELEPHONY_LOGE("type,
odd
or addrlen write error");
in Encode()
393
TELEPHONY_LOGE("type,
odd
or addrlen read error");
in Decode()
403
address_.
odd
= (v2 == 0b1) ? true : false;
in Decode()
/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/
H
A
D
cdmasmsencode_fuzzer.cpp
111
value.
odd
= static_cast<bool>(size % BOOL_NUM);
in SubaddressEncode()
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_common.h
427
bool
odd
;
member
/base/telephony/sms_mms/test/unittest/
H
A
D
cdma_sms_test.cpp
111
cout << s << "
odd
: " << addr.
odd
<< endl;
in PrintSubAddr()
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_sms.cpp
423
cdmaSmsInfo.subAddress.
odd
= stoi(pdu.substr(index + BYTE_LEN, BYTE_LEN), 0, HEXADECIMAL);
in CreateCdmaMessageInfo()
Completed in 8 milliseconds