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:CONVERSATION
(Results
1 - 11
of
11
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_content.cpp
64
contentType_ = NotificationContent::Type::
CONVERSATION
;
in NotificationContent()
129
: (contentType_ == NotificationContent::Type::
CONVERSATION
) ? "
CONVERSATION
"
in Dump()
237
case NotificationContent::Type::
CONVERSATION
:
in ReadFromParcel()
304
case NotificationContent::Type::
CONVERSATION
:
in ConvertJsonToContent()
341
convertStrToContentType_[CONTENT_TYPE_CONVERSATION] = NotificationContent::Type::
CONVERSATION
;
in GetContentTypeByString()
H
A
D
notification_request.cpp
2706
case NotificationContent::Type::
CONVERSATION
:
in CheckImageSizeForContent()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_content.h
48
CONVERSATION
,
member in OHOS::Notification::NotificationContent::Type
115
* GetNotificationContent()) and set the content type to NotificationContent::Type::
CONVERSATION
(obtained by
166
* NotificationContent::Type::
CONVERSATION
,
/base/notification/distributed_notification_service/frameworks/core/common/src/
H
A
D
ans_convert_enum.cpp
37
outType = NotificationContent::Type::
CONVERSATION
;
in ContentTypeJSToC()
67
case NotificationContent::Type::
CONVERSATION
:
in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_content_test.cpp
181
EXPECT_EQ(result, NotificationContent::Type::
CONVERSATION
);
in HWTEST_F()
310
jsonObject["contentType"] = NotificationContent::Type::
CONVERSATION
;
in HWTEST_F()
H
A
D
ans_log_test.cpp
67
EXPECT_EQ(outType, NotificationContent::Type::
CONVERSATION
);
in HWTEST_F()
98
inType = NotificationContent::Type::
CONVERSATION
;
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_utils.cpp
752
outType = NotificationContent::Type::
CONVERSATION
;
in ContentTypeCJToC()
782
case NotificationContent::Type::
CONVERSATION
:
in ContentTypeCToCJ()
856
case NotificationContent::Type::
CONVERSATION
:
in GetNotificationContent()
/base/location/frameworks/js/napi/notification/src/
H
A
D
notification_napi_convert_content.cpp
91
case NotificationContent::Type::
CONVERSATION
:
in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common_convert_content.cpp
479
case NotificationContent::Type::
CONVERSATION
:
in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_notification.cpp
1562
return ((type == NotificationContent::Type::
CONVERSATION
) ||
in IsNonDistributedNotificationType()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_innerkits_module_publish_test.cpp
306
EXPECT_EQ(NotificationContent::Type::
CONVERSATION
, notificationContent->GetContentType());
in CheckCaseFourResult()
Completed in 19 milliseconds