Home
last modified time | relevance | path

Searched refs:SemanticActionButton (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_action_button.h50 NotificationConstant::SemanticActionButton semanticActionButton =
51 NotificationConstant::SemanticActionButton::NONE_ACTION_BUTTON,
109 void SetSemanticActionButton(NotificationConstant::SemanticActionButton semanticActionButton);
117 NotificationConstant::SemanticActionButton GetSemanticActionButton() const;
243 NotificationConstant::SemanticActionButton semanticActionButton, bool autoCreatedReplies,
260 NotificationConstant::SemanticActionButton semanticActionButton_ {
261 NotificationConstant::SemanticActionButton::NONE_ACTION_BUTTON
H A Dnotification_constant.h39 enum SemanticActionButton { enum
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp101 …SetNamedPropertyByInteger(env, obj, (int32_t)SemanticActionButton::NONE_ACTION_BUTTON, "NONE_ACTIO… in SemanticActionButtonInit()
102 …SetNamedPropertyByInteger(env, obj, (int32_t)SemanticActionButton::REPLY_ACTION_BUTTON, "REPLY_ACT… in SemanticActionButtonInit()
103 …SetNamedPropertyByInteger(env, obj, (int32_t)SemanticActionButton::READ_ACTION_BUTTON, "READ_ACTIO… in SemanticActionButtonInit()
105 env, obj, (int32_t)SemanticActionButton::UNREAD_ACTION_BUTTON, "UNREAD_ACTION_BUTTON"); in SemanticActionButtonInit()
107 env, obj, (int32_t)SemanticActionButton::DELETE_ACTION_BUTTON, "DELETE_ACTION_BUTTON"); in SemanticActionButtonInit()
109 env, obj, (int32_t)SemanticActionButton::ARCHIVE_ACTION_BUTTON, "ARCHIVE_ACTION_BUTTON"); in SemanticActionButtonInit()
111 env, obj, (int32_t)SemanticActionButton::MUTE_ACTION_BUTTON, "MUTE_ACTION_BUTTON"); in SemanticActionButtonInit()
113 env, obj, (int32_t)SemanticActionButton::UNMUTE_ACTION_BUTTON, "UNMUTE_ACTION_BUTTON"); in SemanticActionButtonInit()
115 … env, obj, (int32_t)SemanticActionButton::THUMBS_UP_ACTION_BUTTON, "THUMBS_UP_ACTION_BUTTON"); in SemanticActionButtonInit()
117 … env, obj, (int32_t)SemanticActionButton::THUMBS_DOWN_ACTION_BUTTON, "THUMBS_DOWN_ACTION_BUTTON"); in SemanticActionButtonInit()
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_action_button_test.cpp115 NotificationConstant::SemanticActionButton semanticActionButton = in HWTEST_F()
116 NotificationConstant::SemanticActionButton(2); in HWTEST_F()
145 NotificationConstant::SemanticActionButton semanticActionButton =
146 NotificationConstant::SemanticActionButton(2);
172 NotificationConstant::SemanticActionButton semanticActionButton =
173 NotificationConstant::SemanticActionButton(2);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_action_button.cpp27 …const std::shared_ptr<AAFwk::WantParams> &extras, NotificationConstant::SemanticActionButton seman… in Create()
89 …const std::shared_ptr<AAFwk::WantParams> &extras, NotificationConstant::SemanticActionButton seman… in NotificationActionButton()
130 void NotificationActionButton::SetSemanticActionButton(NotificationConstant::SemanticActionButton s… in SetSemanticActionButton()
135 NotificationConstant::SemanticActionButton NotificationActionButton::GetSemanticActionButton() const in GetSemanticActionButton()
376 …semanticActionButton_ = static_cast<NotificationConstant::SemanticActionButton>(parcel.ReadInt32()… in ReadFromParcel()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp59 Notification::NotificationConstant::SemanticActionButton semanticActionButton = in DoSomethingInterestingWithMyAPI()
60 Notification::NotificationConstant::SemanticActionButton(semanticAction); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h39 enum class SemanticActionButton { enum
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h46 enum class SemanticActionButton { enum