Home
last modified time | relevance | path

Searched refs:semanticActionButton (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_action_button_test.cpp115 NotificationConstant::SemanticActionButton semanticActionButton = in HWTEST_F() local
126 semanticActionButton, autoCreatedReplies, mimeTypeOnlyInputs, userInput, isContextual); in HWTEST_F()
145 NotificationConstant::SemanticActionButton semanticActionButton = variable
154 (icon, title, wantAgent, extras, semanticActionButton,
172 NotificationConstant::SemanticActionButton semanticActionButton = variable
180 rrc->Create(icon, title, wantAgent, extras, semanticActionButton,
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_action_button.cpp27 …ed_ptr<AAFwk::WantParams> &extras, NotificationConstant::SemanticActionButton semanticActionButton, in Create() argument
55 semanticActionButton, in Create()
89 …ed_ptr<AAFwk::WantParams> &extras, NotificationConstant::SemanticActionButton semanticActionButton, in NotificationActionButton() argument
96 semanticActionButton_(semanticActionButton), in NotificationActionButton()
130 …ionButton::SetSemanticActionButton(NotificationConstant::SemanticActionButton semanticActionButton) in SetSemanticActionButton() argument
132 semanticActionButton_ = semanticActionButton; in SetSemanticActionButton()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_action_button.h50 NotificationConstant::SemanticActionButton semanticActionButton =
109 void SetSemanticActionButton(NotificationConstant::SemanticActionButton semanticActionButton);
243 NotificationConstant::SemanticActionButton semanticActionButton, bool autoCreatedReplies,
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp59 Notification::NotificationConstant::SemanticActionButton semanticActionButton = in DoSomethingInterestingWithMyAPI() local
61 actionButton->SetSemanticActionButton(semanticActionButton); in DoSomethingInterestingWithMyAPI()