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:attachments
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_msg.cpp
301
bool MmsMsg::GetAllAttachment(std::vector<MmsAttachment> &
attachments
)
in GetAllAttachment()
argument
303
attachments
.clear();
in GetAllAttachment()
354
attachments
.push_back(attachment);
in GetAllAttachment()
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_msg.h
287
* @param
attachments
a list of MmsAttachment objects, indicates the attachment
291
bool GetAllAttachment(std::vector<MmsAttachment> &
attachments
);
/base/telephony/sms_mms/test/unittest/
H
A
D
mms_msg_test.cpp
722
std::vector<MmsAttachment>
attachments
;
in MmsSendReqDecodeTest()
local
723
decodeMsg.GetAllAttachment(
attachments
);
in MmsSendReqDecodeTest()
725
for (auto it :
attachments
) {
in MmsSendReqDecodeTest()
726
std::cout << "=======part:" << attachmentCnt << "
attachments
infos ======" << std::endl;
in MmsSendReqDecodeTest()
734
std::cout << "
attachments
buffer size = " << len << std::endl;
in MmsSendReqDecodeTest()
736
std::cout << "=======part:" << attachmentCnt << "
attachments
infos ======" << std::endl;
in MmsSendReqDecodeTest()
784
std::vector<MmsAttachment>
attachments
;
in MmsRetrieveConfDecodeTest()
local
785
decodeMsg.GetAllAttachment(
attachments
);
in MmsRetrieveConfDecodeTest()
787
for (auto it :
attachments
) {
in MmsRetrieveConfDecodeTest()
788
std::cout << "======= part:" << attachmentCnt << "
attachments
info
in MmsRetrieveConfDecodeTest()
[all...]
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_mms_test.cpp
1012
std::vector<MmsAttachment>
attachments
= {};
in HWTEST_F()
local
1025
EXPECT_FALSE(mmsMsg.GetAllAttachment(
attachments
));
in HWTEST_F()
1038
std::vector<MmsAttachment>
attachments
= {};
in HWTEST_F()
local
1070
EXPECT_FALSE(mmsMsg.GetAllAttachment(
attachments
));
in HWTEST_F()
Completed in 5 milliseconds