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 | 45 void NotificationUserInput::AddMimeInputToWant(const NotificationUserInput &userInput, AAFwk::Want … in AddMimeInputToWant()
|
/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/frameworks/ans/test/unittest/ |
D | notification_action_button_test.cpp | 119 std::shared_ptr<NotificationUserInput> userInput; variable 146 std::shared_ptr<NotificationUserInput> userInput; variable
|
D | notification_user_input_test.cpp | 106 std::shared_ptr<NotificationUserInput> userInput = nullptr; variable
|
/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/js/napi/src/ |
D | common.cpp | 1321 … const napi_env &env, const std::shared_ptr<NotificationUserInput> &userInput, napi_value &result) in SetNotificationActionButtonByUserInput() 2531 std::shared_ptr<NotificationUserInput> userInput = nullptr; in GetNotificationUserInput() local 2543 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByInputKey() 2576 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByTag() 2610 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByOptions() 2663 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitMimeTypes() 2711 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitFreeFormInput() 2742 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByEditType() 2771 …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 | 220 std::shared_ptr<NotificationUserInput> userInput = actionButton->GetUserInput(); in CheckCaseTwoResult() local 659 std::shared_ptr<NotificationUserInput> userInput = NotificationUserInput::Create("inputKey"); variable
|