Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H A Dpublishnotification_fuzzer.cpp53 request.SetDeliveryTime(style); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp53 request.SetDeliveryTime(style); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h341 void SetDeliveryTime(int64_t deliveryTime);
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp511 request.SetDeliveryTime(deliveryTime); in GetNotificationRequestByNumber()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1269 request->SetDeliveryTime(GetCurrentTime()); in PrepareContinuousTaskNotificationRequest()
1709 request->SetDeliveryTime(GetCurrentTime()); in PrePublishNotificationBySa()
1766 request->SetDeliveryTime(GetCurrentTime()); in PrePublishRequest()
H A Dadvanced_notification_service.cpp244 request->SetDeliveryTime(GetCurrentTime()); in PrepareNotificationRequest()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp550 request.SetDeliveryTime(deliveryTime); in GetNotificationDeliveryTime()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1655 notificationRequest_->SetDeliveryTime(GetDurationSinceEpochInMilli(now)); in UpdateNotificationCommon()
H A Dnotification_request.cpp170 void NotificationRequest::SetDeliveryTime(int64_t deliveryTime) in SetDeliveryTime() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1070 request.SetDeliveryTime(deliveryTime); in GetNotificationDeliveryTime()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp1021 req.SetDeliveryTime(0);