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:BROADCAST
(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()
100
} else if (msg.type == CdmaTransportMsgType::
BROADCAST
) {
in CreateTransportMessage()
126
} else if (type ==
BROADCAST
) {
in CreateTransportMessage()
127
msg.type = CdmaTransportMsgType::
BROADCAST
;
in CreateTransportMessage()
199
type_ =
BROADCAST
;
in CdmaSmsBroadcastMessage()
213
type_ =
BROADCAST
;
in CdmaSmsBroadcastMessage()
H
A
D
cdma_sms_message.cpp
185
if (transMsg_->type == CdmaTransportMsgType::
BROADCAST
) {
in PduAnalysis()
200
case CdmaTransportMsgType::
BROADCAST
:
in PduAnalysis()
529
return GetTransMsgType() == CdmaTransportMsgType::
BROADCAST
;
in IsBroadcastMsg()
/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
58
m_pCdmaSmsMessage->transMsg_->type = CdmaTransportMsgType::
BROADCAST
;
in CreateMessageTest()
/base/telephony/sms_mms/test/gtest/
H
A
D
cdma_sms_gtest.cpp
162
cdmaMsg->transMsg_->type = CdmaTransportMsgType::
BROADCAST
;
in HWTEST_F()
321
//
BROADCAST
DELIVER CMASDATA
in HWTEST_F()
331
ss << static_cast<uint8_t>(CdmaTransportMsgType::
BROADCAST
);
in HWTEST_F()
359
//
BROADCAST
DELIVER USERDATA(BCCBB)
in HWTEST_F()
H
A
D
zero_branch_cdma_sms_test.cpp
81
cdmaSmsMessage->transMsg_->type = CdmaTransportMsgType::
BROADCAST
;
in HWTEST_F()
/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/
H
A
D
cdmasmsencode_fuzzer.cpp
421
msg.type = CdmaTransportMsgType::
BROADCAST
;
in TransportMessageEncode()
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H
A
D
unittest_fuzzer.cpp
97
CdmaTransportMsgType::
BROADCAST
,
in GetEnumRandom_CdmaTransportMsgType()
member in OHOS::Fuzzer::CdmaTransportMsgType
/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
H
A
D
cdmasmsdecode_fuzzer.cpp
613
ss2 << static_cast<uint8_t>(CdmaTransportMsgType::
BROADCAST
);
in TransportMessageDecode()
/base/telephony/sms_mms/test/unittest/
H
A
D
cdma_sms_test.cpp
460
} else if (msg.type == CdmaTransportMsgType::
BROADCAST
) {
in PrintMsg()
461
cout << "
BROADCAST
" << endl;
in PrintMsg()
Completed in 12 milliseconds