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:GetContentId
(Results
1 - 12
of
12
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_body.cpp
185
item.GetPartHeader().
GetContentId
(strId);
in IsContentIdPartExist()
196
bodyPart.
GetContentId
(contentId);
in IsBodyPartExist()
H
A
D
mms_body_part.cpp
273
if (!SetContentId(attachment.
GetContentId
())) {
in SetAttachment()
274
TELEPHONY_LOGE("Mms BodyPart
GetContentId
is fail!");
in SetAttachment()
317
bool MmsBodyPart::
GetContentId
(std::string &contentId)
in GetContentId()
function in OHOS::Telephony::MmsBodyPart
319
return mmsBodyPartHeader_.
GetContentId
(contentId);
in GetContentId()
404
GetPartHeader().
GetContentId
(contentId);
in DecodeSetFileName()
H
A
D
mms_msg.cpp
292
bodyPart.
GetContentId
(contentId);
in AddAttachment()
316
part.GetPartHeader().
GetContentId
(contentId);
in GetAllAttachment()
H
A
D
mms_attachment.cpp
90
std::string MmsAttachment::
GetContentId
()
in GetContentId()
function in OHOS::Telephony::MmsAttachment
H
A
D
mms_body_part_header.cpp
304
bool MmsBodyPartHeader::
GetContentId
(std::string &contentId)
in GetContentId()
function in OHOS::Telephony::MmsBodyPartHeader
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_body_part_header.h
58
bool
GetContentId
(std::string &contentId);
H
A
D
mms_body_part.h
44
bool
GetContentId
(std::string &contentId);
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_attachment.h
60
std::string
GetContentId
();
/base/telephony/sms_mms/test/gtest/
H
A
D
mms_gtest.cpp
525
retStr = attachment.
GetContentId
();
in HWTEST_F()
617
mmsBodyPartHeader.
GetContentId
(testStr);
in HWTEST_F()
H
A
D
zero_branch_mms_test.cpp
984
part.
GetContentId
(getCt);
in HWTEST_F()
1097
EXPECT_TRUE(mmsBodyPartHeader->
GetContentId
(str));
in HWTEST_F()
/base/telephony/sms_mms/test/unittest/
H
A
D
mms_msg_test.cpp
729
std::cout << "ContentId: " << it.
GetContentId
() << std::endl;
in MmsSendReqDecodeTest()
791
std::cout << "ContentId: " << it.
GetContentId
() << std::endl;
in MmsRetrieveConfDecodeTest()
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_mms.cpp
280
attachmentContext.contentId = it.
GetContentId
();
in getAttachmentByDecodeMms()
Completed in 13 milliseconds