Home
last modified time | relevance | path

Searched defs:mimeTypeOnlyInputs (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_action_button_test.cpp122 std::vector<std::shared_ptr<NotificationUserInput>> mimeTypeOnlyInputs = {userInput}; in HWTEST_F() local
148 std::vector<std::shared_ptr<NotificationUserInput>> mimeTypeOnlyInputs; variable
175 std::vector<std::shared_ptr<NotificationUserInput>> mimeTypeOnlyInputs; variable
201 std::vector<std::shared_ptr<NotificationUserInput>> mimeTypeOnlyInputs; variable
234 std::vector<std::shared_ptr<NotificationUserInput>> mimeTypeOnlyInputs; variable
304 std::vector<std::shared_ptr<NotificationUserInput>> mimeTypeOnlyInputs; variable
/base/notification/distributed_notification_service/frameworks/ets/ani/include/
Dsts_action_button.h42 std::vector<std::shared_ptr<NotificationUserInput>> mimeTypeOnlyInputs = {}; member
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_action_button.cpp28 …bool autoCreatedReplies, const std::vector<std::shared_ptr<NotificationUserInput>> &mimeTypeOnlyIn… in Create()
90 …bool autoCreatedReplies, const std::vector<std::shared_ptr<NotificationUserInput>> &mimeTypeOnlyIn… in NotificationActionButton()