Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A 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
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A 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()