Searched refs:notificationUserInput (Results 1 – 3 of 3) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/ |
D | notificationuserinput_fuzzer.cpp | 31 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/ |
D | notification_user_input_test.cpp | 265 …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/ |
D | notificationuserinputannex_fuzzer.cpp | 31 Notification::NotificationUserInput notificationUserInput(stringData); in DoSomethingInterestingWithMyAPI() local 35 notificationUserInput.AddMimeInputToWant(userInput, want, results); in DoSomethingInterestingWithMyAPI()
|