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:dataPdu
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/sms_mms/services/mms/
H
A
D
mms_receive_manager.cpp
44
std::string
dataPdu
;
in DownloadMms()
local
46
StringUtils::ToUtf8(mmsc),
dataPdu
, StringUtils::ToUtf8(ua), StringUtils::ToUtf8(uaprof));
in DownloadMms()
48
data = StringUtils::ToUtf16(
dataPdu
);
in DownloadMms()
/base/telephony/sms_mms/services/sms/
H
A
D
gsm_cb_umts_codec.cpp
162
std::vector<unsigned char>
dataPdu
;
in Decode3g7Bit()
local
163
cbCodec_->GetPduData(
dataPdu
);
in Decode3g7Bit()
164
if (
dataPdu
.size() == 0 || cbPduBuffer_->GetCurPosition() >= cbPduBuffer_->GetSize()) {
in Decode3g7Bit()
165
TELEPHONY_LOGE("
dataPdu
empty.");
in Decode3g7Bit()
170
const uint8_t *tpdu =
dataPdu
.data();
in Decode3g7Bit()
204
std::vector<unsigned char>
dataPdu
;
in Decode3gUCS2()
local
205
cbCodec_->GetPduData(
dataPdu
);
in Decode3gUCS2()
206
if (
dataPdu
.size() == 0 || cbPduBuffer_->GetCurPosition() >= cbPduBuffer_->GetSize()) {
in Decode3gUCS2()
207
TELEPHONY_LOGE("
dataPdu
empty.");
in Decode3gUCS2()
212
uint8_t *tpdu =
dataPdu
in Decode3gUCS2()
[all...]
H
A
D
gsm_cb_gsm_codec.cpp
230
std::vector<uint8_t>
dataPdu
;
in Decode2gCbMsg7bit()
local
231
cbCodec_->GetPduData(
dataPdu
);
in Decode2gCbMsg7bit()
233
if (
dataPdu
.size() == 0) {
in Decode2gCbMsg7bit()
234
TELEPHONY_LOGE("
dataPdu
empty.");
in Decode2gCbMsg7bit()
238
dataPdu
.data(), dataLen, 0x00, pageData, MAX_PAGE_PDU_LEN * SMS_BYTE_BIT / GSM_CODE_BIT + 1);
in Decode2gCbMsg7bit()
H
A
D
gsm_cb_codec.cpp
171
void GsmCbCodec::GetPduData(std::vector<unsigned char> &
dataPdu
)
in GetPduData()
argument
184
dataPdu
.push_back(oneByte);
in GetPduData()
/base/telephony/sms_mms/services/sms/include/
H
A
D
gsm_cb_codec.h
258
void GetPduData(std::vector<uint8_t> &
dataPdu
);
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cb_test.cpp
657
std::vector<unsigned char>
dataPdu
= {0x01};
in HWTEST_F()
local
658
cbMsg->GetPduData(
dataPdu
);
in HWTEST_F()
Completed in 6 milliseconds