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:SetContentId
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_body_part_header.h
63
bool
SetContentId
(std::string contentId);
H
A
D
mms_body_part.h
43
bool
SetContentId
(std::string contentId);
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_attachment.h
53
bool
SetContentId
(std::string contentId);
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_body_part.cpp
273
if (!
SetContentId
(attachment.GetContentId())) {
in SetAttachment()
312
bool MmsBodyPart::
SetContentId
(std::string contentId)
in SetContentId()
function in OHOS::Telephony::MmsBodyPart
314
return mmsBodyPartHeader_.
SetContentId
(contentId);
in SetContentId()
H
A
D
mms_attachment.cpp
75
bool MmsAttachment::
SetContentId
(std::string contentId)
in SetContentId()
function in OHOS::Telephony::MmsAttachment
H
A
D
mms_body_part_header.cpp
311
bool MmsBodyPartHeader::
SetContentId
(std::string contentId)
in SetContentId()
function in OHOS::Telephony::MmsBodyPartHeader
H
A
D
mms_msg.cpp
318
attachment.
SetContentId
(contentId);
in GetAllAttachment()
/base/telephony/sms_mms/test/gtest/
H
A
D
mms_gtest.cpp
193
if (!imageAttachment.
SetContentId
(contentId)) {
in MmsAddAttachment()
194
TELEPHONY_LOGE("MmsAddAttachment
SetContentId
fail");
in MmsAddAttachment()
519
retBool = attachment.
SetContentId
("");
in HWTEST_F()
521
retBool = attachment.
SetContentId
("0000");
in HWTEST_F()
523
retBool = attachment.
SetContentId
("<0000>");
in HWTEST_F()
616
mmsBodyPartHeader.
SetContentId
("contentId");
in HWTEST_F()
H
A
D
zero_branch_mms_test.cpp
983
part.
SetContentId
(strCt);
in HWTEST_F()
1096
mmsBodyPartHeader->
SetContentId
(str);
in HWTEST_F()
/base/telephony/sms_mms/test/unittest/
H
A
D
mms_msg_test.cpp
676
if (!imageAttachment.
SetContentId
(contentId)) {
in MmsAddAttachment()
677
std::cout << "MmsAddAttachment
SetContentId
fail" << std::endl;
in MmsAddAttachment()
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_mms.cpp
1157
itAttachment.
SetContentId
(it->contentId);
in SetAttachmentToCore()
Completed in 12 milliseconds