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:contentType_
(Results
1 - 17
of
17
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_content.cpp
31
contentType_
= NotificationContent::Type::BASIC_TEXT;
in NotificationContent()
42
contentType_
= NotificationContent::Type::LONG_TEXT;
in NotificationContent()
53
contentType_
= NotificationContent::Type::PICTURE;
in NotificationContent()
64
contentType_
= NotificationContent::Type::CONVERSATION;
in NotificationContent()
75
contentType_
= NotificationContent::Type::MULTILINE;
in NotificationContent()
86
contentType_
= NotificationContent::Type::MEDIA;
in NotificationContent()
97
contentType_
= NotificationContent::Type::LOCAL_LIVE_VIEW;
in NotificationContent()
109
contentType_
= NotificationContent::Type::LIVE_VIEW;
in NotificationContent()
118
return
contentType_
;
in GetContentType()
128
std::string contentTypeStr = (
contentType_
in Dump()
[all...]
H
A
D
notification_check_request.cpp
24
:
contentType_
(contentType), slotType_(slotType), extraKeys_(extraKeys)
in NotificationCheckRequest()
32
contentType_
= contentType;
in SetContentType()
37
return
contentType_
;
in GetContentType()
72
if (!parcel.WriteInt32(static_cast<int32_t>(
contentType_
))) {
in Marshalling()
101
contentType_
= static_cast<NotificationContent::Type>(parcel.ReadInt32());
in ReadFromParcel()
H
A
D
notification_check_info.cpp
25
: pkgName_(pkgName), notifyId_(notifyId),
contentType_
(contentType),
in NotificationCheckInfo()
55
return
contentType_
;
in GetContentType()
60
contentType_
= contentType;
in SetContentType()
138
contentType_
= jsonobj.at("contentType").get<int32_t>();
in ConvertJsonStringToValue()
H
A
D
notification_local_live_view_content.cpp
229
if (
contentType_
== static_cast<int32_t>(NotificationContent::Type::BASIC_TEXT)) {
in Marshalling()
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_content_type.cpp
25
TELEPHONY_LOGI("contentType : %{public}s",
contentType_
.c_str());
in DumpMmsContentType()
31
contentType_
= srcContentType.
contentType_
;
in MmsContentType()
38
contentType_
= srcContentType.
contentType_
;
in operator =()
69
contentType_
= GetContentTypeFromInt(oneByte & setHighestBitZero);
in DecodeMmsContentType()
79
contentType_
= sType;
in DecodeMmsContentType()
130
contentType_
= GetContentTypeFromInt(oneByte & setHighestBitZero);
in DecodeMmsCTGeneralForm()
145
contentType_
= sType;
in DecodeMmsCTGeneralForm()
251
str =
contentType_
;
in GetContentType()
[all...]
H
A
D
mms_attachment.cpp
63
contentType_
= srcAttachment.
contentType_
;
in MmsAttachment()
146
contentType_
.assign(strContentType);
in SetContentType()
152
return
contentType_
;
in GetContentType()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_wap_push_content_type.cpp
84
contentType_
= GetContentTypeFromInt(oneByte & setHighestBitZero);
in DecodeContentType()
94
contentType_
= sType;
in DecodeContentType()
145
contentType_
= GetContentTypeFromInt(oneByte & setHighestBitZero);
in DecodeCTGeneralForm()
160
contentType_
= sType;
in DecodeCTGeneralForm()
246
return
contentType_
;
in GetContentType()
251
contentType_
= str;
in SetContentType()
H
A
D
sms_wap_push_handler.cpp
60
if (
contentType_
.GetContentType() == std::string(CONTENT_MIME_TYPE_B_PUSH_CO)) {
in DecodeWapPushPduData()
101
if (!
contentType_
.DecodeContentType(decodeBuffer, contentTypeLength)) {
in DecodeWapPushPdu()
344
want.SetParam("contentType",
contentType_
.GetContentType());
in SendWapPushMessageBroadcast()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_basic_content.h
112
contentType_
= type;
in SetContentType()
138
int32_t
contentType_
;
member in OHOS::Notification::NotificationBasicContent
H
A
D
notification_content.h
236
contentType_
= NotificationContent::Type::BASIC_TEXT;
in ResetToBasicContent()
272
mutable NotificationContent::Type
contentType_
{NotificationContent::Type::NONE};
H
A
D
notification_check_request.h
122
NotificationContent::Type
contentType_
{};
H
A
D
notification_check_info.h
28
int32_t
contentType_
;
member in OHOS::Notification::NotificationCheckInfo
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_wap_push_handler.h
51
SmsWapPushContentType
contentType_
;
member in OHOS::Telephony::SmsWapPushHandler
H
A
D
sms_wap_push_content_type.h
264
std::string
contentType_
= "";
member in OHOS::Telephony::WapPushContentTypes::SmsWapPushContentType
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_attachment.h
194
std::string
contentType_
;
member in OHOS::Telephony::MmsAttachment
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_content_type.h
233
std::string
contentType_
;
member in OHOS::Telephony::ContentTypes::MmsContentType
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_mms_test.cpp
754
mmsTContentType.
contentType_
= "lll";
in HWTEST_F()
904
mmsContentType.
contentType_
= "";
in HWTEST_F()
906
mmsContentType.
contentType_
= "*/*";
in HWTEST_F()
Completed in 9 milliseconds