Searched defs:userInput (Results 1 – 5 of 5) sorted by relevance
| /base/notification/ans_standard/frameworks/ans/native/src/ |
| D | notification_action_button.cpp | 29 const std::shared_ptr<NotificationUserInput> &userInput, bool isContextual) in Create() 91 const std::shared_ptr<NotificationUserInput> &userInput, bool isContextual) in NotificationActionButton() 140 …tificationActionButton::AddMimeTypeOnlyUserInput(const std::shared_ptr<NotificationUserInput> &use… in AddMimeTypeOnlyUserInput() 160 …tificationActionButton::AddNotificationUserInput(const std::shared_ptr<NotificationUserInput> &use… in AddNotificationUserInput() 202 std::string userInput = ""; in Dump() local
|
| D | notification_user_input.cpp | 44 void NotificationUserInput::AddMimeInputToWant(const NotificationUserInput &userInput, AAFwk::Want … in AddMimeInputToWant()
|
| /base/notification/ans_standard/interfaces/kits/js/notification/ |
| D | notificationActionButton.d.ts | 47 userInput?: NotificationUserInput; property
|
| /base/notification/ans_standard/interfaces/kits/napi/ans/src/ |
| D | common.cpp | 1240 … const napi_env &env, const std::shared_ptr<NotificationUserInput> &userInput, napi_value &result) in SetNotificationActionButtonByUserInput() 2278 std::shared_ptr<NotificationUserInput> userInput = nullptr; in GetNotificationUserInput() local 2290 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByInputKey() 2317 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByTag() 2346 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByOptions() 2386 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitMimeTypes() 2425 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitFreeFormInput() 2453 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByEditType() 2479 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByAdditionalData()
|
| /base/notification/ans_standard/frameworks/ans/test/moduletest/ |
| D | ans_innerkits_module_publish_test.cpp | 219 std::shared_ptr<NotificationUserInput> userInput = actionButton->GetUserInput(); in CheckCaseTwoResult() local 647 std::shared_ptr<NotificationUserInput> userInput = NotificationUserInput::Create("inputKey"); variable
|