Home
last modified time | relevance | path

Searched refs:GetSemanticActionButton (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_action_button.cpp80 actionButton->GetSemanticActionButton(), in Create()
135 NotificationConstant::SemanticActionButton NotificationActionButton::GetSemanticActionButton() const in GetSemanticActionButton() function in OHOS::Notification::NotificationActionButton
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_action_button.h117 NotificationConstant::SemanticActionButton GetSemanticActionButton() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp293 … EXPECT_EQ(NotificationConstant::NONE_ACTION_BUTTON, actionButton->GetSemanticActionButton()); in CheckCaseThreeResult()