Home
last modified time | relevance | path

Searched defs:userInput (Results 1 – 5 of 5) sorted by relevance

/base/notification/ans_standard/frameworks/ans/native/src/
Dnotification_action_button.cpp29 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
Dnotification_user_input.cpp44 void NotificationUserInput::AddMimeInputToWant(const NotificationUserInput &userInput, AAFwk::Want … in AddMimeInputToWant()
/base/notification/ans_standard/interfaces/kits/js/notification/
DnotificationActionButton.d.ts47 userInput?: NotificationUserInput; property
/base/notification/ans_standard/interfaces/kits/napi/ans/src/
Dcommon.cpp1240 … 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/
Dans_innerkits_module_publish_test.cpp219 std::shared_ptr<NotificationUserInput> userInput = actionButton->GetUserInput(); in CheckCaseTwoResult() local
647 std::shared_ptr<NotificationUserInput> userInput = NotificationUserInput::Create("inputKey"); variable