Home
last modified time | relevance | path

Searched refs:notification2 (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp320 sptr<Notification::NotificationRequest> notification2 = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local
321 notification2->SetOwnerUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
322 notification2->SetCreatorUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
323 notification2->SetSlotType(Notification::NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in DoSomethingInterestingWithMyAPI()
325 notification2->SetContent(std::make_shared<Notification::NotificationContent>(content2)); in DoSomethingInterestingWithMyAPI()
326 ansManagerStub.Publish(stringData, notification2); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp328 sptr<Notification::NotificationRequest> notification2 = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local
329 notification2->SetOwnerUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
330 notification2->SetCreatorUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
331 notification2->SetSlotType(Notification::NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in DoSomethingInterestingWithMyAPI()
333 notification2->SetContent(std::make_shared<Notification::NotificationContent>(content2)); in DoSomethingInterestingWithMyAPI()
334 ansManagerStub.Publish(stringData, notification2); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp329 sptr<Notification::NotificationRequest> notification2 = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local
330 notification2->SetOwnerUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
331 notification2->SetCreatorUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
332 notification2->SetSlotType(Notification::NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in DoSomethingInterestingWithMyAPI()
334 notification2->SetContent(std::make_shared<Notification::NotificationContent>(content2)); in DoSomethingInterestingWithMyAPI()
335 ansManagerStub.Publish(stringData, notification2); in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds