Home
last modified time | relevance | path

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

/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp255 std::chrono::duration<double> deliveryTime = nowStart - event->GetSendTime(); in DeliveryTimeAction() local
256 std::string deliveryTimeCharacter = std::to_string((deliveryTime).count()); in DeliveryTimeAction()
/base/update/update_app/feature/ota/src/main/ets/notify/
DNotificationHelper.ets96 deliveryTime: new Date().getTime()
142 deliveryTime: new Date().getTime()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h297 void SetDeliveryTime(int64_t deliveryTime);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp152 void NotificationRequest::SetDeliveryTime(int64_t deliveryTime) in SetDeliveryTime() argument
154 deliveryTime_ = deliveryTime; in SetDeliveryTime()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1859 int64_t deliveryTime = 0; in GetNotificationDeliveryTime() local
1869 napi_get_value_int64(env, result, &deliveryTime); in GetNotificationDeliveryTime()
1870 request.SetDeliveryTime(deliveryTime); in GetNotificationDeliveryTime()