Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1085 static const std::size_t MAX_USER_INPUT_HISTORY; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp45 const std::size_t NotificationRequest::MAX_USER_INPUT_HISTORY {5};
540 auto vsize = std::min(NotificationRequest::MAX_USER_INPUT_HISTORY, text.size()); in SetNotificationUserInputHistory()