Home
last modified time | relevance | path

Searched refs:IsPermitFreeFormInput (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp65 notificationUserInput.IsPermitFreeFormInput(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h228 bool IsPermitFreeFormInput() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp201 bool NotificationUserInput::IsPermitFreeFormInput() const in IsPermitFreeFormInput() function in OHOS::Notification::NotificationUserInput
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp492 napi_get_boolean(env, userInput->IsPermitFreeFormInput(), &value); in SetNotificationActionButtonByUserInput()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp280 EXPECT_EQ(false, userInput->IsPermitFreeFormInput()); in CheckCaseTwoResult()