Home
last modified time | relevance | path

Searched refs:SetProgressBar (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp45 request.SetProgressBar(notificationId, notificationId, enabled); in DoSomethingInterestingWithMyAPI()
/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() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp1052 req.SetProgressBar(0, 0, false);