Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp48 request.IsProgressIndeterminate(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h943 bool IsProgressIndeterminate() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp596 bool NotificationRequest::IsProgressIndeterminate() const in IsProgressIndeterminate() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp412 EXPECT_EQ(false, notificationRequest.IsProgressIndeterminate()); in CheckCaseNineResult()