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:GetPdu
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/sms_mms/services/sms/
H
A
D
sms_receive_reliability_handler.cpp
117
} else if (smsPage->
GetPdu
().size() == 0 || smsPage->
GetPdu
().size() > MAX_TPDU_DATA_LEN) {
in RemoveBlockedSms()
156
string pdu = StringUtils::StringToHex(indexer.
GetPdu
());
in GetWapPushUserDataSinglePage()
172
string pdu = StringUtils::StringToHex(dbIndexers[place].
GetPdu
());
in GetWapPushUserDataMultipage()
189
if (locate->
GetPdu
().size() > 0) {
in GetWapPushUserDataMultipage()
192
pdu = StringUtils::StringToHex(locate->
GetPdu
());
in GetWapPushUserDataMultipage()
216
shared_ptr<SmsReceiveIndexer> indexer = std::make_shared<SmsReceiveIndexer>(indexerObj.
GetPdu
(),
in ReadyDecodeWapPushUserData()
219
false, StringUtils::StringToHex(indexerObj.
GetPdu
()));
in ReadyDecodeWapPushUserData()
244
pdus->push_back(StringUtils::StringToHex(position->
GetPdu
()));
in SmsReceiveReliabilityProcessing()
274
StringUtils::StringToHex(dbIndexers[position].
GetPdu
());
in GetSmsUserDataMultipage()
[all...]
H
A
D
sms_receive_handler.cpp
281
string pdu = StringUtils::StringToHex(indexer->
GetPdu
());
in CombineMessagePart()
320
string pdu = StringUtils::StringToHex(v.
GetPdu
());
in CombineMultiPageMessage()
326
if (v.
GetPdu
().size() == 0) {
in CombineMultiPageMessage()
409
bucket.Put(SmsSubsection::REW_PUD, StringUtils::StringToHex(indexer->
GetPdu
()));
in AddMsgToDB()
H
A
D
sms_receive_indexer.cpp
182
const std::vector<uint8_t>& SmsReceiveIndexer::
GetPdu
() const
in GetPdu()
function in OHOS::Telephony::SmsReceiveIndexer
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
short_message.h
171
std::vector<unsigned char>
GetPdu
() const;
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_receive_indexer.h
34
const std::vector<uint8_t>&
GetPdu
() const;
/base/telephony/sms_mms/test/unittest/
H
A
D
short_message_test.cpp
96
std::cout << "raw pdu = " << StringUtils::StringToHex(shortMessage_->
GetPdu
()) << std::endl;
in TestShowShortMessage()
H
A
D
gsm_sms_sender_test.cpp
348
std::cout << "[" << item.GetIndexOnSim() << "] " << StringUtils::StringToHex(item.
GetPdu
()) << std::endl;
in TestGetAllSimMessages()
/base/telephony/sms_mms/frameworks/native/sms/src/
H
A
D
short_message.cpp
189
std::vector<unsigned char> ShortMessage::
GetPdu
() const
in GetPdu()
function in OHOS::Telephony::ShortMessage
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_sender.cpp
450
std::string pdu = StringUtils::StringToHex(statusInfo->
GetPdu
());
in StatusReportAnalysis()
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_sms.cpp
503
SetPropertyArray(env, object, "pdu", shortMessage.
GetPdu
());
in CreateShortMessageValue()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_sms_test.cpp
325
shortMessage->
GetPdu
();
in HWTEST_F()
Completed in 15 milliseconds