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:DELIVER
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/sms_mms/test/fuzztest/cdmasmsmessage_fuzzer/
H
A
D
cdmasmsmessage_fuzzer.cpp
96
p2pMsg.telesvcMsg.type = TeleserviceMsgType::
DELIVER
;
in TestAnalysisP2pMsg()
109
p2pMsg.telesvcMsg.type = TeleserviceMsgType::
DELIVER
;
in TestAnalysisP2pMsg()
117
p2pMsg.telesvcMsg.type = TeleserviceMsgType::
DELIVER
;
in TestAnalysisDeliverMwi()
159
cbMsg.telesvcMsg.type = TeleserviceMsgType::
DELIVER
;
in TestAnalysisCbMsg()
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_teleservice_message.h
38
DELIVER
,
H
A
D
cdma_sms_common.h
31
DELIVER
, // mobile-terminated only
member in OHOS::Telephony::TeleserviceMsgType
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_parameter_record.cpp
441
if (type == CdmaSmsTeleserviceMessage::
DELIVER
) {
in CdmaSmsBearerData()
442
msg.type = TeleserviceMsgType::
DELIVER
;
in CdmaSmsBearerData()
H
A
D
cdma_sms_message.cpp
232
case TeleserviceMsgType::
DELIVER
:
in AnalysisP2pMsg()
395
if (cbMsg.telesvcMsg.type != TeleserviceMsgType::
DELIVER
) {
in AnalysisCbMsg()
H
A
D
cdma_sms_teleservice_message.cpp
205
type_ =
DELIVER
;
in CdmaSmsDeliverMessage()
/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/
H
A
D
cdmasmsencode_fuzzer.cpp
169
auto parameter = std::make_unique<CdmaSmsMessageId>(value, CdmaSmsTeleserviceMessage::
DELIVER
);
in MessageIdEncode()
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H
A
D
unittest_fuzzer.cpp
128
TeleserviceMsgType::
DELIVER
, TeleserviceMsgType::SUBMIT,
in GetEnumRandom_TeleserviceMsgType()
/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
H
A
D
cdmasmsdecode_fuzzer.cpp
246
auto parameter = std::make_unique<CdmaSmsMessageId>(value, CdmaSmsTeleserviceMessage::
DELIVER
);
in MessageIdDecode()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cdma_sms_test.cpp
60
p2pMsg.telesvcMsg.type = TeleserviceMsgType::
DELIVER
;
in HWTEST_F()
144
cbMsg.telesvcMsg.type = TeleserviceMsgType::
DELIVER
;
in HWTEST_F()
/base/telephony/sms_mms/test/unittest/
H
A
D
cdma_sms_test.cpp
408
case TeleserviceMsgType::
DELIVER
:
in PrintTelesvc()
409
cout << s << "Type:
DELIVER
- " << static_cast<int>(telesvcMsg.type) << endl;
in PrintTelesvc()
Completed in 12 milliseconds