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:numberPlan
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_parameter_record.cpp
225
if (!address_.numberMode && !pdu.WriteBits(address_.
numberPlan
, BIT4)) {
in Encode()
262
if (!address_.numberMode && !pdu.ReadBits(address_.
numberPlan
, BIT4)) {
in Decode()
H
A
D
cdma_sms_message.cpp
46
transMsg->data.p2p.address.
numberPlan
= SMS_NPI_UNKNOWN;
in CreateSubmitTransMsg()
80
transMsg->data.p2p.address.
numberPlan
= SMS_NPI_UNKNOWN;
in CreateSubmitTransMsg()
H
A
D
cdma_sms_sub_parameter.cpp
1068
if (!pdu.WriteBits(address_.numberType, BIT3) || !pdu.WriteBits(address_.
numberPlan
, BIT4) ||
in Encode()
1111
if (!pdu.ReadBits(address_.numberType, BIT3) || !pdu.ReadBits(address_.
numberPlan
, BIT4)) {
in Decode()
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_common.h
245
uint8_t
numberPlan
;
member
420
uint8_t
numberPlan
;
member
/base/telephony/sms_mms/test/unittest/
H
A
D
cdma_sms_test.cpp
85
ss << s << "
numberPlan
: " << static_cast<int>(addr.
numberPlan
) << endl;
in PrintAddr()
127
cout << s << "
numberPlan
: " << static_cast<int>(addr.
numberPlan
) << endl;
in PrintSmsTeleSvcAddr()
Completed in 8 milliseconds