Searched refs:GetDeliveryTime (Results 1 – 7 of 7) sorted by relevance
51 request.GetDeliveryTime(); in DoSomethingInterestingWithMyAPI()
372 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()
243 if (request->GetDeliveryTime() <= 0) { in PrepareNotificationRequest()
348 int64_t GetDeliveryTime() const;
98 napi_create_int64(env, request->GetDeliveryTime(), &value); in SetNotificationRequestByNumber()
175 int64_t NotificationRequest::GetDeliveryTime() const in GetDeliveryTime() function in OHOS::Notification::NotificationRequest
384 EXPECT_NE(0, notificationRequest.GetDeliveryTime()); in CheckCaseEightResult()