Home
last modified time | relevance | path

Searched refs:SetInProgress (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
Dnotificationrequest_fuzzer.cpp36 request.SetInProgress(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h182 void SetInProgress(bool isOngoing);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp77 void NotificationRequest::SetInProgress(bool isOngoing) in SetInProgress() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp942 req.SetInProgress(false);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1820 request.SetInProgress(isOngoing); in GetNotificationIsOngoing()