Home
last modified time | relevance | path

Searched refs:userInputs (Results 1 – 4 of 4) 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
41 userInputs.emplace_back(input); in DoSomethingInterestingWithMyAPI()
43 notificationUserInput.AddInputsToWant(userInputs, want, additional); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h55 … static void AddInputsToWant(const std::vector<std::shared_ptr<NotificationUserInput>> &userInputs,
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp36 …onUserInput::AddInputsToWant(const std::vector<std::shared_ptr<NotificationUserInput>> &userInputs, in AddInputsToWant() argument
/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
295 EXPECT_EQ("onlyUserInputKey", userInputs->GetInputKey()); in CheckCaseThreeResult()
736 std::vector<std::shared_ptr<NotificationUserInput>> userInputs; variable
743 userInput->AddInputsToWant(userInputs, g_want, additional);