Searched refs:IsMimeTypeOnly (Results 1 – 5 of 5) sorted by relevance
61 notificationUserInput.IsMimeTypeOnly(); in DoSomethingInterestingWithMyAPI()
197 bool IsMimeTypeOnly() const;
47 if (userInput && (userInput->IsMimeTypeOnly())) { in Create()147 if (!userInput->IsMimeTypeOnly()) { in AddMimeTypeOnlyUserInput()
181 bool NotificationUserInput::IsMimeTypeOnly() const in IsMimeTypeOnly() function in OHOS::Notification::NotificationUserInput
234 EXPECT_EQ(false, userInput->IsMimeTypeOnly()); in CheckCaseTwoResult()