Searched defs:userInput (Results 1 – 8 of 8) sorted by relevance
| /base/notification/distributed_notification_service/frameworks/ans/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/distributed_notification_service/interfaces/kits/js/notification/ |
| D | notificationActionButton.d.ts | 47 userInput?: NotificationUserInput; property
|
| /base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/ |
| D | notificationactionbutton_fuzzer.cpp | 42 std::shared_ptr<Notification::NotificationUserInput> userInput = in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/ |
| D | notificationuserinputannex_fuzzer.cpp | 33 Notification::NotificationUserInput userInput(stringData); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_user_input_test.cpp | 81 std::shared_ptr<NotificationUserInput> userInput = nullptr; variable
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common.cpp | 1319 … const napi_env &env, const std::shared_ptr<NotificationUserInput> &userInput, napi_value &result) in SetNotificationActionButtonByUserInput() 2479 std::shared_ptr<NotificationUserInput> userInput = nullptr; in GetNotificationUserInput() local 2491 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByInputKey() 2524 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByTag() 2558 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByOptions() 2611 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitMimeTypes() 2659 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitFreeFormInput() 2690 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByEditType() 2719 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByAdditionalData()
|
| /base/notification/distributed_notification_service/frameworks/test/moduletest/ |
| D | ans_innerkits_module_publish_test.cpp | 210 std::shared_ptr<NotificationUserInput> userInput = actionButton->GetUserInput(); in CheckCaseTwoResult() local 642 std::shared_ptr<NotificationUserInput> userInput = NotificationUserInput::Create("inputKey"); variable
|