Home
last modified time | relevance | path

Searched refs:content2 (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp201 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 Dnotification_content_test.cpp434 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 Dnotification_request_test.cpp352 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 Dansmanagerstubannexthree_fuzzer.cpp324 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 Dansmanagerstubannex_fuzzer.cpp332 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 Dansmanagerstub_fuzzer.cpp333 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 Dans_manager_stub_test.cpp109 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