Searched refs:userInputs (Results 1 – 4 of 4) sorted by relevance
40 std::vector<std::shared_ptr<Notification::NotificationUserInput>> userInputs; in DoSomethingInterestingWithMyAPI() local41 userInputs.emplace_back(input); in DoSomethingInterestingWithMyAPI()43 notificationUserInput.AddInputsToWant(userInputs, want, additional); in DoSomethingInterestingWithMyAPI()
55 … static void AddInputsToWant(const std::vector<std::shared_ptr<NotificationUserInput>> &userInputs,
36 …onUserInput::AddInputsToWant(const std::vector<std::shared_ptr<NotificationUserInput>> &userInputs, in AddInputsToWant() argument
294 for (auto userInputs : actionButton->GetMimeTypeOnlyUserInputs()) { in CheckCaseThreeResult() local295 EXPECT_EQ("onlyUserInputKey", userInputs->GetInputKey()); in CheckCaseThreeResult()736 std::vector<std::shared_ptr<NotificationUserInput>> userInputs; variable743 userInput->AddInputsToWant(userInputs, g_want, additional);