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:LONG_TEXT
(Results
1 - 11
of
11
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_content.cpp
42
contentType_ = NotificationContent::Type::
LONG_TEXT
;
in NotificationContent()
130
: (contentType_ == NotificationContent::Type::
LONG_TEXT
) ? "
LONG_TEXT
"
in Dump()
242
case NotificationContent::Type::
LONG_TEXT
:
in ReadFromParcel()
307
case NotificationContent::Type::
LONG_TEXT
:
in ConvertJsonToContent()
342
convertStrToContentType_[CONTENT_TYPE_LONG_TEXT] = NotificationContent::Type::
LONG_TEXT
;
in GetContentTypeByString()
H
A
D
notification_request.cpp
472
if ((NotificationContent::Type::
LONG_TEXT
== notificationContentType_) ||
in SetSettingsText()
474
ANS_LOGW("This method is invalid if the notification content type has been set to
LONG_TEXT
or PICTURE.");
in SetSettingsText()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_content.h
53
LONG_TEXT
,
member in OHOS::Notification::NotificationContent::Type
97
* GetNotificationContent()) and set the content type to NotificationContent::Type::
LONG_TEXT
(obtained by calling
164
* NotificationContent::Type::
LONG_TEXT
,
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
notification_hisysevent_test.cpp
165
eventInfo.contentType = static_cast<int32_t>(NotificationContent::Type::
LONG_TEXT
);
in HWTEST_F()
335
eventInfo.contentType = static_cast<int32_t>(NotificationContent::Type::
LONG_TEXT
);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/common/src/
H
A
D
ans_convert_enum.cpp
28
outType = NotificationContent::Type::
LONG_TEXT
;
in ContentTypeJSToC()
58
case NotificationContent::Type::
LONG_TEXT
:
in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
ans_log_test.cpp
58
EXPECT_EQ(outType, NotificationContent::Type::
LONG_TEXT
);
in HWTEST_F()
89
inType = NotificationContent::Type::
LONG_TEXT
;
in HWTEST_F()
H
A
D
notification_content_test.cpp
313
jsonObject["contentType"] = NotificationContent::Type::
LONG_TEXT
;
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_utils.cpp
743
outType = NotificationContent::Type::
LONG_TEXT
;
in ContentTypeCJToC()
773
case NotificationContent::Type::
LONG_TEXT
:
in ContentTypeCToCJ()
846
case NotificationContent::Type::
LONG_TEXT
:
in GetNotificationContent()
/base/location/frameworks/js/napi/notification/src/
H
A
D
notification_napi_convert_content.cpp
81
case NotificationContent::Type::
LONG_TEXT
:
in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common_convert_content.cpp
469
case NotificationContent::Type::
LONG_TEXT
:
in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_innerkits_module_publish_test.cpp
366
EXPECT_EQ(NotificationContent::Type::
LONG_TEXT
, notificationContent->GetContentType());
in CheckCaseSevenResult()
Completed in 17 milliseconds