Home
last modified time | relevance | path

Searched defs:userInputs (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp40 std::vector<std::shared_ptr<Notification::NotificationUserInput>> userInputs; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp36 …id NotificationUserInput::AddInputsToWant(const std::vector<std::shared_ptr<NotificationUserInput>… in AddInputsToWant()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp294 for (auto userInputs : actionButton->GetMimeTypeOnlyUserInputs()) { in CheckCaseThreeResult() local
736 std::vector<std::shared_ptr<NotificationUserInput>> userInputs; variable