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:MmsAttachment
(Results
1 - 10
of
10
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_attachment.cpp
23
MmsAttachment
::~
MmsAttachment
()
in ~MmsAttachment()
31
bool
MmsAttachment
::SetAttachmentFilePath(std::string strPath, bool isSmil)
in SetAttachmentFilePath()
42
MmsAttachment
::
MmsAttachment
(const
MmsAttachment
&srcAttachment)
in MmsAttachment()
function in OHOS::Telephony::MmsAttachment
70
std::string
MmsAttachment
::GetAttachmentFilePath()
in GetAttachmentFilePath()
75
bool
MmsAttachment
::SetContentId(std::string contentId)
in SetContentId()
90
std::string
MmsAttachment
::GetContentId()
in GetContentId()
95
bool
MmsAttachment
[all...]
H
A
D
mms_msg.cpp
271
bool MmsMsg::AddAttachment(
MmsAttachment
&attachment)
in AddAttachment()
301
bool MmsMsg::GetAllAttachment(std::vector<
MmsAttachment
> &attachments)
in GetAllAttachment()
314
MmsAttachment
attachment;
in GetAllAttachment()
H
A
D
mms_body_part.cpp
241
bool MmsBodyPart::SetAttachment(
MmsAttachment
&attachment)
in SetAttachment()
478
bool MmsBodyPart::WriteBodyFromAttachmentBuffer(
MmsAttachment
&attachment)
in WriteBodyFromAttachmentBuffer()
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_attachment.h
24
class
MmsAttachment
{
class
26
MmsAttachment
() = default;
27
~
MmsAttachment
();
28
MmsAttachment
(const
MmsAttachment
&srcAttachment);
H
A
D
mms_msg.h
278
* @param attachment the
MmsAttachment
object, indicates the attachment
282
bool AddAttachment(
MmsAttachment
&attachment);
287
* @param attachments a list of
MmsAttachment
objects, indicates the attachment
291
bool GetAllAttachment(std::vector<
MmsAttachment
> &attachments);
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_body_part.h
36
bool SetAttachment(
MmsAttachment
&attachment);
58
bool WriteBodyFromAttachmentBuffer(
MmsAttachment
&attachment);
/base/telephony/sms_mms/test/gtest/
H
A
D
mms_gtest.cpp
182
MmsAttachment
imageAttachment;
in MmsAddAttachment()
501
* @tc.name Test
MmsAttachment
510
MmsAttachment
attachment;
in HWTEST_F()
552
* @tc.name Test
MmsAttachment
558
MmsAttachment
attachment;
in HWTEST_F()
588
MmsAttachment
attachment1(attachment);
in HWTEST_F()
H
A
D
zero_branch_mms_test.cpp
725
MmsAttachment
mmsAttachment;
in HWTEST_F()
1011
MmsAttachment
mmsAttachment;
in HWTEST_F()
1012
std::vector<
MmsAttachment
> attachments = {};
in HWTEST_F()
1037
MmsAttachment
mmsAttachment;
in HWTEST_F()
1038
std::vector<
MmsAttachment
> attachments = {};
in HWTEST_F()
/base/telephony/sms_mms/test/unittest/
H
A
D
mms_msg_test.cpp
664
MmsAttachment
imageAttachment;
in MmsAddAttachment()
722
std::vector<
MmsAttachment
> attachments;
in MmsSendReqDecodeTest()
784
std::vector<
MmsAttachment
> attachments;
in MmsRetrieveConfDecodeTest()
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_mms.cpp
271
std::vector<
MmsAttachment
> attachment;
in getAttachmentByDecodeMms()
1148
MmsAttachment
itAttachment;
in SetAttachmentToCore()
Completed in 12 milliseconds