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:p2pMsg
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/sms_mms/test/fuzztest/cdmasmsmessage_fuzzer/
H
A
D
cdmasmsmessage_fuzzer.cpp
94
CdmaP2PMsg
p2pMsg
;
in TestAnalysisP2pMsg()
local
95
p2pMsg
.teleserviceId = static_cast<uint16_t>(size);
in TestAnalysisP2pMsg()
96
p2pMsg
.telesvcMsg.type = TeleserviceMsgType::DELIVER;
in TestAnalysisP2pMsg()
97
m_pCdmaSmsMessage->AnalysisP2pMsg(
p2pMsg
);
in TestAnalysisP2pMsg()
98
p2pMsg
.telesvcMsg.type = TeleserviceMsgType::SUBMIT;
in TestAnalysisP2pMsg()
99
m_pCdmaSmsMessage->AnalysisP2pMsg(
p2pMsg
);
in TestAnalysisP2pMsg()
100
p2pMsg
.telesvcMsg.type = TeleserviceMsgType::DELIVERY_ACK;
in TestAnalysisP2pMsg()
101
m_pCdmaSmsMessage->AnalysisP2pMsg(
p2pMsg
);
in TestAnalysisP2pMsg()
102
p2pMsg
.telesvcMsg.type = TeleserviceMsgType::USER_ACK;
in TestAnalysisP2pMsg()
103
m_pCdmaSmsMessage->AnalysisP2pMsg(
p2pMsg
);
in TestAnalysisP2pMsg()
115
CdmaP2PMsg
p2pMsg
;
TestAnalysisDeliverMwi()
local
[all...]
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_message.cpp
212
void CdmaSmsMessage::AnalysisP2pMsg(const CdmaP2PMsg &
p2pMsg
)
in AnalysisP2pMsg()
argument
214
if (
p2pMsg
.teleserviceId == static_cast<uint16_t>(SmsTransTelsvcId::RESERVED)) {
in AnalysisP2pMsg()
225
if (memcpy_s(address_.get(), sizeof(TransportAddr), &
p2pMsg
.address, sizeof(TransportAddr)) != EOK) {
in AnalysisP2pMsg()
231
switch (
p2pMsg
.telesvcMsg.type) {
in AnalysisP2pMsg()
233
AnalsisDeliverMwi(
p2pMsg
);
in AnalysisP2pMsg()
234
AnalsisDeliverMsg(
p2pMsg
.telesvcMsg.data.deliver);
in AnalysisP2pMsg()
237
AnalsisDeliverAck(
p2pMsg
.telesvcMsg.data.deliveryAck);
in AnalysisP2pMsg()
243
AnalsisSubmitReport(
p2pMsg
.telesvcMsg.data.report);
in AnalysisP2pMsg()
246
AnalsisSubmitMsg(
p2pMsg
.telesvcMsg.data.submit);
in AnalysisP2pMsg()
249
TELEPHONY_LOGI("AnalysisP2pMsg unkown type =%{public}d", static_cast<int>(
p2pMsg
in AnalysisP2pMsg()
254
AnalsisDeliverMwi(const CdmaP2PMsg &
p2pMsg
)
AnalsisDeliverMwi()
argument
[all...]
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_message.h
65
void AnalysisP2pMsg(const CdmaP2PMsg &
p2pMsg
);
68
void AnalsisDeliverMwi(const CdmaP2PMsg &
p2pMsg
);
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cdma_sms_test.cpp
59
CdmaP2PMsg
p2pMsg
;
in HWTEST_F()
local
60
p2pMsg
.telesvcMsg.type = TeleserviceMsgType::DELIVER;
in HWTEST_F()
61
cdmaSmsMessage->AnalysisP2pMsg(
p2pMsg
);
in HWTEST_F()
62
p2pMsg
.telesvcMsg.type = TeleserviceMsgType::DELIVERY_ACK;
in HWTEST_F()
63
cdmaSmsMessage->AnalysisP2pMsg(
p2pMsg
);
in HWTEST_F()
64
p2pMsg
.telesvcMsg.type = TeleserviceMsgType::USER_ACK;
in HWTEST_F()
65
cdmaSmsMessage->AnalysisP2pMsg(
p2pMsg
);
in HWTEST_F()
66
p2pMsg
.telesvcMsg.type = TeleserviceMsgType::READ_ACK;
in HWTEST_F()
67
cdmaSmsMessage->AnalysisP2pMsg(
p2pMsg
);
in HWTEST_F()
68
p2pMsg
in HWTEST_F()
109
CdmaP2PMsg
p2pMsg
;
HWTEST_F()
local
[all...]
H
A
D
cdma_sms_gtest.cpp
122
CdmaP2PMsg
p2pMsg
;
in HWTEST_F()
local
123
cdmaSmsMessage.AnalysisP2pMsg(
p2pMsg
);
in HWTEST_F()
124
cdmaSmsMessage.AnalsisDeliverMwi(
p2pMsg
);
in HWTEST_F()
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H
A
D
unittest_fuzzer.cpp
613
CdmaP2PMsg
p2pMsg
;
in TestAnalysisP2pMsg()
local
615
p2pMsg
.teleserviceId = static_cast<uint16_t>(GetEnumRandom_SmsTransTelsvcId());
in TestAnalysisP2pMsg()
616
p2pMsg
.telesvcMsg.type = GetEnumRandom_TeleserviceMsgType();
in TestAnalysisP2pMsg()
617
m_pCdmaSmsMessage->AnalysisP2pMsg(
p2pMsg
);
in TestAnalysisP2pMsg()
Completed in 6 milliseconds