Searched refs:IsPermitFreeFormInput (Results 1 – 5 of 5) sorted by relevance
65 notificationUserInput.IsPermitFreeFormInput(); in DoSomethingInterestingWithMyAPI()
228 bool IsPermitFreeFormInput() const;
201 bool NotificationUserInput::IsPermitFreeFormInput() const in IsPermitFreeFormInput() function in OHOS::Notification::NotificationUserInput
236 EXPECT_EQ(false, userInput->IsPermitFreeFormInput()); in CheckCaseTwoResult()
1354 napi_get_boolean(env, userInput->IsPermitFreeFormInput(), &value); in SetNotificationActionButtonByUserInput()