Home
last modified time | relevance | path

Searched refs:GetDeliveryTime (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp51 request.GetDeliveryTime(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp372 stream << "\tDeliveryTime = " << TimeToString(record->request->GetDeliveryTime()) << "\n"; in ActiveNotificationDump()
413 … stream << "\tDeliveryTime = " << TimeToString(notificationRequest.GetDeliveryTime()) << "\n"; in RecentNotificationDump()
460 stream << "\tDeliveryTime = " << TimeToString(record->request->GetDeliveryTime()) << "\n"; in DistributedNotificationDump()
1268 if (request->GetDeliveryTime() <= 0) { in PrepareContinuousTaskNotificationRequest()
1708 if (request->GetDeliveryTime() <= 0) { in PrePublishNotificationBySa()
1765 if (request->GetDeliveryTime() <= 0) { in PrePublishRequest()
H A Dadvanced_notification_service.cpp243 if (request->GetDeliveryTime() <= 0) { in PrepareNotificationRequest()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h348 int64_t GetDeliveryTime() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp98 napi_create_int64(env, request->GetDeliveryTime(), &value); in SetNotificationRequestByNumber()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp175 int64_t NotificationRequest::GetDeliveryTime() const in GetDeliveryTime() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp384 EXPECT_NE(0, notificationRequest.GetDeliveryTime()); in CheckCaseEightResult()