Home
last modified time | relevance | path

Searched refs:userInputs (Results 1 - 4 of 4) sorted by relevance

/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()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h50 * @param userInputs Indicates the list of NotificationUserInput objects for which the input results are provided.
53 * The AAFwk::WantParams key must match the keys contained in the objects specified in userInputs.
55 static void AddInputsToWant(const std::vector<std::shared_ptr<NotificationUserInput>> &userInputs,
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp36 void NotificationUserInput::AddInputsToWant(const std::vector<std::shared_ptr<NotificationUserInput>> &userInputs, in AddInputsToWant() argument
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp294 for (auto userInputs : actionButton->GetMimeTypeOnlyUserInputs()) { in CheckCaseThreeResult()
295 EXPECT_EQ("onlyUserInputKey", userInputs->GetInputKey()); in CheckCaseThreeResult()
736 std::vector<std::shared_ptr<NotificationUserInput>> userInputs; in HWTEST_F() local
743 userInput->AddInputsToWant(userInputs, g_want, additional); in HWTEST_F()

Completed in 5 milliseconds