Home
last modified time | relevance | path

Searched refs:notificationUserInput (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
Dnotificationuserinput_fuzzer.cpp31 Notification::NotificationUserInput notificationUserInput(stringData); in DoSomethingInterestingWithMyAPI() local
36 notificationUserInput.SetInputsSource(want, source); in DoSomethingInterestingWithMyAPI()
37 notificationUserInput.GetInputsSource(want); in DoSomethingInterestingWithMyAPI()
43 notificationUserInput.AddInputsToWant(userInputs, want, additional); in DoSomethingInterestingWithMyAPI()
44 notificationUserInput.GetInputsFromWant(want); in DoSomethingInterestingWithMyAPI()
45 notificationUserInput.Create(stringData); in DoSomethingInterestingWithMyAPI()
46 notificationUserInput.GetInputKey(); in DoSomethingInterestingWithMyAPI()
47 notificationUserInput.AddAdditionalData(additional); in DoSomethingInterestingWithMyAPI()
48 notificationUserInput.GetAdditionalData(); in DoSomethingInterestingWithMyAPI()
52 notificationUserInput.SetEditType(inputEditType); in DoSomethingInterestingWithMyAPI()
[all …]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_user_input_test.cpp265 …std::shared_ptr<NotificationUserInput> notificationUserInput = std::make_shared<NotificationUserIn… variable
266 ASSERT_NE(nullptr, notificationUserInput);
267 notificationUserInput->Create(inputKey, tag, options, permitFreeFormInput, permitMimeTypes,
291 …std::shared_ptr<NotificationUserInput> notificationUserInput = std::make_shared<NotificationUserIn… variable
292 ASSERT_NE(nullptr, notificationUserInput);
293 notificationUserInput->Create(inputKey, tag, options, permitFreeFormInput, permitMimeTypes,
317 …std::shared_ptr<NotificationUserInput> notificationUserInput = std::make_shared<NotificationUserIn… variable
318 ASSERT_NE(nullptr, notificationUserInput);
319 notificationUserInput->Create(inputKey, tag, options, permitFreeFormInput, permitMimeTypes,
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/
Dnotificationuserinputannex_fuzzer.cpp31 Notification::NotificationUserInput notificationUserInput(stringData); in DoSomethingInterestingWithMyAPI() local
35 notificationUserInput.AddMimeInputToWant(userInput, want, results); in DoSomethingInterestingWithMyAPI()