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:additionalText
(Results
1 - 5
of
5
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H
A
D
notification_utils.h
47
char*
additionalText
;
member
54
char*
additionalText
;
member
64
char*
additionalText
;
member
74
char*
additionalText
;
member
108
char*
additionalText
;
member
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_basic_content.cpp
25
void NotificationBasicContent::SetAdditionalText(const std::string &
additionalText
)
in SetAdditionalText()
argument
27
additionalText_ =
additionalText
;
in SetAdditionalText()
67
return "title = " + title_ + ", text = " + text_ + ",
additionalText
= " + additionalText_ +
in Dump()
75
jsonObject["
additionalText
"] = additionalText_;
in ToJson()
97
if (jsonObject.find("
additionalText
") != jsonEnd && jsonObject.at("
additionalText
").is_string()) {
in ReadFromJson()
98
additionalText_ = jsonObject.at("
additionalText
").get<std::string>();
in ReadFromJson()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_utils.cpp
248
//
additionalText
: string
in GetNotificationBasicContentDetailed()
249
if (strcpy_s(str, STR_MAX_SIZE, contentResult->
additionalText
) != EOK) {
in GetNotificationBasicContentDetailed()
291
tempContent->
additionalText
= contentResult->
additionalText
;
in GetNotificationLongTextContentDetailed()
357
tempContent->
additionalText
= contentResult->
additionalText
;
in GetNotificationPictureContentDetailed()
448
tempContent->
additionalText
= contentResult->
additionalText
;
in GetNotificationMultiLineContent()
592
tempContent->
additionalText
= contentResult->
additionalText
;
in GetNotificationLocalLiveViewContentDetailed()
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_basic_content.h
36
virtual void SetAdditionalText(const std::string &
additionalText
);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_content_test.cpp
76
std::string
additionalText
= "test";
in HWTEST_F()
local
78
notificationBasicContent.SetAdditionalText(
additionalText
);
in HWTEST_F()
80
EXPECT_EQ(result,
additionalText
);
in HWTEST_F()
408
{"
additionalText
", "test"}};
in HWTEST_F()
Completed in 5 milliseconds