Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp53 notificationUserInput.GetEditType(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h158 NotificationConstant::InputEditType GetEditType() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp146 NotificationConstant::InputEditType NotificationUserInput::GetEditType() const in GetEditType() function in OHOS::Notification::NotificationUserInput
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp508 napi_create_int64(env, userInput->GetEditType(), &value); in SetNotificationActionButtonByUserInput()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp271 EXPECT_EQ(NotificationConstant::InputEditType::EDIT_DISABLED, userInput->GetEditType()); in CheckCaseTwoResult()