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:ACK
(Results
1 - 10
of
10
) 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()
102
} else if (msg.type == CdmaTransportMsgType::
ACK
) {
in CreateTransportMessage()
129
} else if (type ==
ACK
) {
in CreateTransportMessage()
130
msg.type = CdmaTransportMsgType::
ACK
;
in CreateTransportMessage()
245
type_ =
ACK
;
in CdmaSmsAckMessage()
264
type_ =
ACK
;
in CdmaSmsAckMessage()
H
A
D
cdma_sms_message.cpp
203
case CdmaTransportMsgType::
ACK
:
in PduAnalysis()
/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
60
m_pCdmaSmsMessage->transMsg_->type = CdmaTransportMsgType::
ACK
;
in CreateMessageTest()
/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/
H
A
D
cdmasmsencode_fuzzer.cpp
430
msg.type = CdmaTransportMsgType::
ACK
;
in TransportMessageEncode()
/base/telephony/sms_mms/test/unittest/
H
A
D
cdma_sms_test.cpp
470
} else if (msg.type == CdmaTransportMsgType::
ACK
) {
in PrintMsg()
471
cout << "
ACK
" << endl;
in PrintMsg()
678
msg.type = CdmaTransportMsgType::
ACK
;
in TestEncodeAckMsg()
687
cout << "
ACK
" << endl;
in TestEncodeAckMsg()
/base/telephony/sms_mms/test/gtest/
H
A
D
cdma_sms_gtest.cpp
168
cdmaMsg->transMsg_->type = CdmaTransportMsgType::
ACK
;
in HWTEST_F()
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H
A
D
unittest_fuzzer.cpp
98
CdmaTransportMsgType::
ACK
in GetEnumRandom_CdmaTransportMsgType()
/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
H
A
D
cdmasmsdecode_fuzzer.cpp
626
ss3 << static_cast<uint8_t>(CdmaTransportMsgType::
ACK
);
in TransportMessageDecode()
Completed in 10 milliseconds