Home
last modified time | relevance | path

Searched refs:SetDeliveryTime (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp53 request.SetDeliveryTime(style); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp53 request.SetDeliveryTime(style); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h314 void SetDeliveryTime(int64_t deliveryTime);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_utils.cpp1130 request->SetDeliveryTime(GetCurrentTime()); in PrepareContinuousTaskNotificationRequest()
1533 request->SetDeliveryTime(GetCurrentTime()); in PrePublishNotificationBySa()
Dadvanced_notification_service.cpp144 request->SetDeliveryTime(GetCurrentTime()); in PrepareNotificationRequest()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_request.cpp1018 request.SetDeliveryTime(deliveryTime); in GetNotificationDeliveryTime()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp1619 notificationRequest_->SetDeliveryTime(GetDurationSinceEpochInMilli(now)); in UpdateNotificationCommon()
Dnotification_request.cpp157 void NotificationRequest::SetDeliveryTime(int64_t deliveryTime) in SetDeliveryTime() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp999 req.SetDeliveryTime(0);