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:strContentType
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_body.cpp
129
std::string
strContentType
= "";
in EncodeMmsHeaderContentType()
local
130
mmsHeader.GetHeaderContentType().GetContentType(
strContentType
);
in EncodeMmsHeaderContentType()
131
if (!
strContentType
.length()) {
in EncodeMmsHeaderContentType()
136
if (!encodeBuffer.EncodeText(
strContentType
)) {
in EncodeMmsHeaderContentType()
144
if (!tmpEncodeBuffer.EncodeText(
strContentType
)) {
in EncodeMmsHeaderContentType()
H
A
D
mms_attachment.cpp
140
bool MmsAttachment::SetContentType(std::string
strContentType
)
in SetContentType()
argument
142
if (
strContentType
.empty()) {
in SetContentType()
146
contentType_.assign(
strContentType
);
in SetContentType()
H
A
D
mms_body_part.cpp
302
bool MmsBodyPart::SetContentType(std::string
strContentType
)
in SetContentType()
argument
304
return bodyPartContentType_.SetContentType(
strContentType
);
in SetContentType()
307
bool MmsBodyPart::GetContentType(std::string &
strContentType
)
in GetContentType()
argument
309
return bodyPartContentType_.GetContentType(
strContentType
);
in GetContentType()
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_body_part.h
41
bool SetContentType(std::string
strContentType
);
42
bool GetContentType(std::string &
strContentType
);
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_attachment.h
113
* @param
strContentType
117
bool SetContentType(std::string
strContentType
);
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_content.h
228
* @param
strContentType
string contentType
232
static bool GetContentTypeByString(const std::string &
strContentType
, NotificationContent::Type &contentType);
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_content.cpp
336
const std::string &
strContentType
, NotificationContent::Type &contentType)
in GetContentTypeByString()
349
auto iterContentType = convertStrToContentType_.find(
strContentType
);
in GetContentTypeByString()
354
ANS_LOGE("GetContentTypeByString failed as Invalid
strContentType
.");
in GetContentTypeByString()
335
GetContentTypeByString( const std::string &
strContentType
, NotificationContent::Type &contentType)
GetContentTypeByString()
argument
Completed in 4 milliseconds