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:content2
(Results
1 - 7
of
7
) sorted by relevance
/base/notification/distributed_notification_service/services/test/moduletest/
H
A
D
ans_module_test.cpp
201
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
in HWTEST_F()
local
202
req->SetContent(
content2
);
in HWTEST_F()
251
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
in HWTEST_F()
local
257
req->SetContent(
content2
);
in HWTEST_F()
259
req1->SetContent(
content2
);
in HWTEST_F()
299
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
in HWTEST_F()
local
300
req->SetContent(
content2
);
in HWTEST_F()
349
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
in HWTEST_F()
local
355
req->SetContent(
content2
);
in HWTEST_F()
357
req1->SetContent(
content2
);
in HWTEST_F()
398
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
1302
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
1355
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
1409
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
1485
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
1574
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
1614
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
1654
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
1723
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
2331
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
2446
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
2691
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
2733
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
2781
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
2829
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
HWTEST_F()
local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_content_test.cpp
434
NotificationContent
content2
(longContent);
in HWTEST_F()
435
EXPECT_EQ(
content2
.Marshalling(parcel), true);
in HWTEST_F()
436
EXPECT_NE(
content2
.Unmarshalling(parcel), nullptr);
in HWTEST_F()
H
A
D
notification_request_test.cpp
352
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
in HWTEST_F()
local
353
notificationRequest.SetContent(
content2
);
in HWTEST_F()
355
EXPECT_EQ(result2,
content2
);
in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H
A
D
ansmanagerstubannexthree_fuzzer.cpp
324
auto
content2
= std::make_shared<Notification::NotificationNormalContent>();
in DoSomethingInterestingWithMyAPI()
local
325
notification2->SetContent(std::make_shared<Notification::NotificationContent>(
content2
));
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H
A
D
ansmanagerstubannex_fuzzer.cpp
332
auto
content2
= std::make_shared<Notification::NotificationNormalContent>();
in DoSomethingInterestingWithMyAPI()
local
333
notification2->SetContent(std::make_shared<Notification::NotificationContent>(
content2
));
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H
A
D
ansmanagerstub_fuzzer.cpp
333
auto
content2
= std::make_shared<Notification::NotificationNormalContent>();
in DoSomethingInterestingWithMyAPI()
local
334
notification2->SetContent(std::make_shared<Notification::NotificationContent>(
content2
));
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H
A
D
ans_manager_stub_test.cpp
109
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
in HWTEST_F()
local
110
notification->SetContent(
content2
);
in HWTEST_F()
1018
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
in HWTEST_F()
local
1019
notification->SetContent(
content2
);
in HWTEST_F()
1230
std::shared_ptr<NotificationContent>
content2
= std::make_shared<NotificationContent>(longTextContent);
in HWTEST_F()
local
1231
request->SetContent(
content2
);
in HWTEST_F()
Completed in 16 milliseconds