Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h875 void SetProgressBar(int32_t progress, int32_t progressMax, bool indeterminate);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp556 void NotificationRequest::SetProgressBar(int32_t progress, int32_t progressMax, bool indeterminate) in SetProgressBar() argument
559 progressMax_ = progressMax; in SetProgressBar()