Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_action_button.h51 NotificationConstant::SemanticActionButton::NONE_ACTION_BUTTON,
261 NotificationConstant::SemanticActionButton::NONE_ACTION_BUTTON
Dnotification_constant.h40 NONE_ACTION_BUTTON, // Indicates that no WantAgent is associated. enumerator
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
Dnotification_publish_test.cpp105 actionButton->SetSemanticActionButton(NotificationConstant::NONE_ACTION_BUTTON); in InitButtonRequest()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dconstant.cpp97 …SetNamedPropertyByInteger(env, obj, (int32_t)SemanticActionButton::NONE_ACTION_BUTTON, "NONE_ACTIO… in SemanticActionButtonInit()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h74 NONE_ACTION_BUTTON, enumerator
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp249 … EXPECT_EQ(NotificationConstant::NONE_ACTION_BUTTON, actionButton->GetSemanticActionButton()); in CheckCaseThreeResult()
727 actionButton->SetSemanticActionButton(NotificationConstant::NONE_ACTION_BUTTON);