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:SetContentType
(Results
1 - 25
of
25
) sorted by relevance
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_basic_content.h
110
inline void
SetContentType
(int32_t type)
in SetContentType()
function in OHOS::Notification::NotificationBasicContent
H
A
D
notification_check_request.h
52
void
SetContentType
(NotificationContent::Type contentType);
H
A
D
notification_check_info.h
44
void
SetContentType
(int32_t contentType);
H
A
D
notification_content.h
237
content_->
SetContentType
(static_cast<int32_t>(NotificationContent::Type::BASIC_TEXT));
in ResetToBasicContent()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_check_request.cpp
30
void NotificationCheckRequest::
SetContentType
(NotificationContent::Type contentType)
in SetContentType()
function in OHOS::Notification::NotificationCheckRequest
H
A
D
notification_check_info.cpp
58
void NotificationCheckInfo::
SetContentType
(int32_t contentType)
in SetContentType()
function in OHOS::Notification::NotificationCheckInfo
H
A
D
notification_content.cpp
99
content_->
SetContentType
(static_cast<int32_t>(NotificationContent::Type::LOCAL_LIVE_VIEW));
in NotificationContent()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_check_info_test.cpp
59
* @tc.desc: Test
SetContentType
.
66
checkInfo.
SetContentType
(1);
in HWTEST_F()
H
A
D
notification_check_request_test.cpp
33
* @tc.desc: Test
SetContentType
.
40
checkRequest.
SetContentType
(NotificationContent::Type::BASIC_TEXT);
in HWTEST_F()
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_body_part.h
41
bool
SetContentType
(std::string strContentType);
H
A
D
mms_content_type.h
229
bool
SetContentType
(std::string str);
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_attachment.h
117
bool
SetContentType
(std::string strContentType);
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_body_part.cpp
269
if (!
SetContentType
(attachment.GetContentType())) {
in SetAttachment()
270
TELEPHONY_LOGE("Mms BodyPart
SetContentType
is fail!");
in SetAttachment()
302
bool MmsBodyPart::
SetContentType
(std::string strContentType)
in SetContentType()
function in OHOS::Telephony::MmsBodyPart
304
return bodyPartContentType_.
SetContentType
(strContentType);
in SetContentType()
H
A
D
mms_msg.cpp
248
return mmsHeader_.GetHeaderContentType().
SetContentType
(strType);
in SetHeaderContentType()
332
attachment.
SetContentType
(contentType);
in GetAllAttachment()
H
A
D
mms_attachment.cpp
140
bool MmsAttachment::
SetContentType
(std::string strContentType)
in SetContentType()
function in OHOS::Telephony::MmsAttachment
H
A
D
mms_content_type.cpp
255
bool MmsContentType::
SetContentType
(std::string str)
in SetContentType()
function in OHOS::Telephony::MmsContentType
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H
A
D
napi_push.cpp
206
checkRequest->
SetContentType
(outContentType);
in ParseCheckRequest()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_wap_push_content_type.cpp
249
bool SmsWapPushContentType::
SetContentType
(std::string str)
in SetContentType()
function in OHOS::Telephony::SmsWapPushContentType
/base/telephony/sms_mms/test/gtest/
H
A
D
mms_gtest.cpp
201
if (!imageAttachment.
SetContentType
(contenType)) {
in MmsAddAttachment()
202
TELEPHONY_LOGE("MmsAddAttachment
SetContentType
fail");
in MmsAddAttachment()
568
retBool = attachment.
SetContentType
("");
in HWTEST_F()
589
attachment1.
SetContentType
("application/smil");
in HWTEST_F()
759
mmsContentType2.
SetContentType
("contentType");
in HWTEST_F()
H
A
D
zero_branch_mms_test.cpp
980
part.
SetContentType
(strCt);
in HWTEST_F()
/base/request/request/services/src/cxx/
H
A
D
notification_bar.cpp
150
localLiveViewContent->
SetContentType
(
in RequestProgressNotification()
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_wap_push_content_type.h
261
bool
SetContentType
(std::string str);
/base/telephony/sms_mms/test/unittest/
H
A
D
mms_msg_test.cpp
684
if (!imageAttachment.
SetContentType
(contenType)) {
in MmsAddAttachment()
685
std::cout << "MmsAddAttachment
SetContentType
fail" << std::endl;
in MmsAddAttachment()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_service_test.cpp
3031
notificationCheckRequest->
SetContentType
(NotificationContent::Type::BASIC_TEXT);
in HWTEST_F()
3124
notificationCheckRequest->
SetContentType
(NotificationContent::Type::PICTURE);
in HWTEST_F()
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_mms.cpp
1169
itAttachment.
SetContentType
(it->contentType);
in SetAttachmentToCore()
Completed in 24 milliseconds