Searched refs:semanticActionButton (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_action_button_test.cpp | 115 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 D | notification_action_button.cpp | 27 …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 D | notification_action_button.h | 50 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 D | notificationrequest_fuzzer.cpp | 59 Notification::NotificationConstant::SemanticActionButton semanticActionButton = in DoSomethingInterestingWithMyAPI() local 61 actionButton->SetSemanticActionButton(semanticActionButton); in DoSomethingInterestingWithMyAPI()
|