Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
H A Dsetprogressbar_fuzzer.cpp43 request.IsCountdownTimer(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h649 bool IsCountdownTimer() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp169 napi_get_boolean(env, request->IsCountdownTimer(), &value); in SetNotificationRequestByBool()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp413 bool NotificationRequest::IsCountdownTimer() const in IsCountdownTimer() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp397 EXPECT_EQ(false, notificationRequest.IsCountdownTimer()); in CheckCaseNineResult()