Searched refs:GetMimeTypeOnlyUserInputs (Results 1 – 5 of 5) sorted by relevance
47 actionButton->GetMimeTypeOnlyUserInputs(); in DoSomethingInterestingWithMyAPI()
82 actionButton->GetMimeTypeOnlyUserInputs(), in Create()155 …std::shared_ptr<NotificationUserInput>> NotificationActionButton::GetMimeTypeOnlyUserInputs() const in GetMimeTypeOnlyUserInputs() function in OHOS::Notification::NotificationActionButton
132 std::vector<std::shared_ptr<NotificationUserInput>> GetMimeTypeOnlyUserInputs() const;
232 EXPECT_EQ(button->GetMimeTypeOnlyUserInputs().size(), 1);
294 for (auto userInputs : actionButton->GetMimeTypeOnlyUserInputs()) { in CheckCaseThreeResult()