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:P2P
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_transport_message.cpp
74
if (type_ !=
P2P
&& type_ != BROADCAST && type_ != ACK) {
in Decode()
98
if (msg.type == CdmaTransportMsgType::
P2P
) {
in CreateTransportMessage()
123
if (type ==
P2P
) {
in CreateTransportMessage()
124
msg.type = CdmaTransportMsgType::
P2P
;
in CreateTransportMessage()
141
type_ =
P2P
;
in CdmaSmsP2pMessage()
170
type_ =
P2P
;
in CdmaSmsP2pMessage()
H
A
D
cdma_sms_message.cpp
108
transMsg->type = CdmaTransportMsgType::
P2P
;
in GreateTransMsg()
197
case CdmaTransportMsgType::
P2P
:
in PduAnalysis()
477
if ((transMsg_ == nullptr) || (transMsg_->type != CdmaTransportMsgType::
P2P
)) {
in GetTransTeleService()
506
if (transMsg_->type == CdmaTransportMsgType::
P2P
) {
in IsWapPushMsg()
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_transport_message.h
40
enum MessageType : uint8_t {
P2P
= 0x00, BROADCAST = 0x01, ACK = 0x02, RESERVED };
H
A
D
cdma_sms_common.h
27
enum class CdmaTransportMsgType : uint8_t {
P2P
= 0x00, BROADCAST = 0x01, ACK = 0x02, RESERVED };
member in OHOS::Telephony::CdmaTransportMsgType
/base/telephony/sms_mms/test/fuzztest/cdmasmsmessage_fuzzer/
H
A
D
cdmasmsmessage_fuzzer.cpp
64
m_pCdmaSmsMessage->transMsg_->type = CdmaTransportMsgType::
P2P
;
in CreateMessageTest()
/base/telephony/sms_mms/test/unittest/
H
A
D
cdma_sms_test.cpp
449
if (msg.type == CdmaTransportMsgType::
P2P
) {
in PrintMsg()
450
cout << "
P2P
" << endl;
in PrintMsg()
570
cout << "
P2P
SUBMIT" << endl;
in EncodeSubmitMsg()
611
msg.type = CdmaTransportMsgType::
P2P
;
in TestEncodeCancelMsg()
621
cout << "
P2P
CANCEL" << endl;
in TestEncodeCancelMsg()
638
msg.type = CdmaTransportMsgType::
P2P
;
in TestEncodeDeliverReportMsg()
656
cout << "
P2P
DELIVER_REPORT" << endl;
in TestEncodeDeliverReportMsg()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cdma_sms_test.cpp
83
cdmaSmsMessage->transMsg_->type = CdmaTransportMsgType::
P2P
;
in HWTEST_F()
510
ss << static_cast<uint8_t>(CdmaTransportMsgType::
P2P
);
in HWTEST_F()
598
ss << static_cast<uint8_t>(CdmaTransportMsgType::
P2P
);
in HWTEST_F()
605
msg.type = CdmaTransportMsgType::
P2P
;
in HWTEST_F()
H
A
D
cdma_sms_gtest.cpp
165
cdmaMsg->transMsg_->type = CdmaTransportMsgType::
P2P
;
in HWTEST_F()
/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/
H
A
D
cdmasmsencode_fuzzer.cpp
412
msg.type = CdmaTransportMsgType::
P2P
;
in TransportMessageEncode()
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H
A
D
unittest_fuzzer.cpp
96
CdmaTransportMsgType::
P2P
,
in GetEnumRandom_CdmaTransportMsgType()
member in OHOS::Fuzzer::CdmaTransportMsgType
/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
H
A
D
cdmasmsdecode_fuzzer.cpp
600
ss1 << static_cast<uint8_t>(CdmaTransportMsgType::
P2P
);
in TransportMessageDecode()
Completed in 12 milliseconds