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:contentLocation
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_body.cpp
169
bool MmsBody::IsContentLocationPartExist(std::string
contentLocation
)
in IsContentLocationPartExist()
argument
174
if (
contentLocation
== strlocation) {
in IsContentLocationPartExist()
201
std::string
contentLocation
;
in IsBodyPartExist()
local
202
bodyPart.GetContentLocation(
contentLocation
);
in IsBodyPartExist()
203
if (IsContentLocationPartExist(
contentLocation
)) {
in IsBodyPartExist()
H
A
D
mms_body_part.cpp
322
bool MmsBodyPart::SetContentLocation(std::string
contentLocation
)
in SetContentLocation()
argument
324
return mmsBodyPartHeader_.SetContentLocation(
contentLocation
);
in SetContentLocation()
327
bool MmsBodyPart::GetContentLocation(std::string &
contentLocation
)
in GetContentLocation()
argument
329
return mmsBodyPartHeader_.GetContentLocation(
contentLocation
);
in GetContentLocation()
397
std::string
contentLocation
= "";
in DecodeSetFileName()
local
398
GetPartHeader().GetContentLocation(
contentLocation
);
in DecodeSetFileName()
399
if (
contentLocation
.length() > 0) {
in DecodeSetFileName()
400
strFileName_ =
contentLocation
;
in DecodeSetFileName()
H
A
D
mms_attachment.cpp
95
bool MmsAttachment::SetContentLocation(std::string
contentLocation
)
in SetContentLocation()
argument
97
if (
contentLocation
.empty()) {
in SetContentLocation()
101
contentLocation_.assign(
contentLocation
);
in SetContentLocation()
H
A
D
mms_body_part_header.cpp
330
bool MmsBodyPartHeader::GetContentLocation(std::string &
contentLocation
)
in GetContentLocation()
argument
332
contentLocation
.clear();
in GetContentLocation()
333
contentLocation
.assign(strContentLocation_);
in GetContentLocation()
337
bool MmsBodyPartHeader::SetContentLocation(std::string
contentLocation
)
in SetContentLocation()
argument
339
strContentLocation_ =
contentLocation
;
in SetContentLocation()
H
A
D
mms_msg.cpp
335
std::string
contentLocation
= "";
in GetAllAttachment()
local
336
part.GetPartHeader().GetContentLocation(
contentLocation
);
in GetAllAttachment()
337
attachment.SetContentLocation(
contentLocation
);
in GetAllAttachment()
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_body_part_header.h
59
bool GetContentLocation(std::string &
contentLocation
);
64
bool SetContentLocation(std::string
contentLocation
);
H
A
D
mms_body_part.h
45
bool SetContentLocation(std::string
contentLocation
);
46
bool GetContentLocation(std::string &
contentLocation
);
H
A
D
mms_body.h
42
bool IsContentLocationPartExist(std::string
contentLocation
);
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_attachment.h
65
* @param
contentLocation
69
bool SetContentLocation(std::string
contentLocation
);
/base/telephony/sms_mms/frameworks/js/napi/include/
H
A
D
napi_mms.h
58
std::string
contentLocation
= "";
member
102
std::string
contentLocation
= "";
member
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_mms.cpp
184
asyncContext.
contentLocation
= mmsMsg.GetHeaderStringValue(MmsFieldCode::MMS_CONTENT_LOCATION);
in GetMmsNotificationInd()
281
attachmentContext.
contentLocation
= it.GetContentLocation();
in getAttachmentByDecodeMms()
354
NapiUtil::SetPropertyStringUtf8(env, attachment, "
contentLocation
", context.
contentLocation
);
in CreateAttachmentValue()
441
NapiUtil::SetPropertyStringUtf8(env, notificationObj, "
contentLocation
", notificationContext.
contentLocation
);
in ParseNotificationIndValue()
920
"
contentLocation
" };
in ReadEncodeMmsType()
933
notificationInd.
contentLocation
= GetNapiStringValue(env, napiValue, "
contentLocation
");
in ReadEncodeMmsType()
1036
attachmentContext.
contentLocation
in BuildMmsAttachment()
[all...]
Completed in 8 milliseconds