Home
last modified time | relevance | path

Searched refs:MAX_ACTION_BUTTONS (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp46 const std::size_t NotificationRequest::MAX_ACTION_BUTTONS {3};
179 if (actionButtons_.size() >= NotificationRequest::MAX_ACTION_BUTTONS) { in AddActionButton()
1368 …vsize = (vsize < NotificationRequest::MAX_ACTION_BUTTONS) ? vsize : NotificationRequest::MAX_ACTIO… in ReadFromParcel()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1090 static const std::size_t MAX_ACTION_BUTTONS; variable