Home
last modified time | relevance | path

Searched refs:SetShowDeliveryTime (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp53 request.SetShowDeliveryTime(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h363 void SetShowDeliveryTime(bool showDeliveryTime);
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp586 request.SetShowDeliveryTime(showDeliveryTime); in GetNotificationRequestByBool()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp1028 request.SetShowDeliveryTime(showDeliveryTime); in GetNotificationShowDeliveryTime()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1657 notificationRequest_->SetShowDeliveryTime(true); in UpdateNotificationCommon()
H A Dnotification_request.cpp185 void NotificationRequest::SetShowDeliveryTime(bool showDeliveryTime) in SetShowDeliveryTime() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1563 request.SetShowDeliveryTime(showDeliveryTime); in GetNotificationShowDeliveryTime()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp1022 req.SetShowDeliveryTime(false);