Home
last modified time | relevance | path

Searched refs:NONE_ACTION_BUTTON (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_action_button.h51 NotificationConstant::SemanticActionButton::NONE_ACTION_BUTTON,
261 NotificationConstant::SemanticActionButton::NONE_ACTION_BUTTON
H A Dnotification_constant.h40 NONE_ACTION_BUTTON, // Indicates that no WantAgent is associated. enumerator
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
H A Dnotification_publish_test.cpp105 actionButton->SetSemanticActionButton(NotificationConstant::NONE_ACTION_BUTTON); in InitButtonRequest()
/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()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h40 NONE_ACTION_BUTTON, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h47 NONE_ACTION_BUTTON, enumerator
/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()
803 actionButton->SetSemanticActionButton(NotificationConstant::NONE_ACTION_BUTTON);