Searched refs:TimeToString (Results 1 – 3 of 3) sorted by relevance
372 stream << "\tDeliveryTime = " << TimeToString(record->request->GetDeliveryTime()) << "\n"; in ActiveNotificationDump()413 … stream << "\tDeliveryTime = " << TimeToString(notificationRequest.GetDeliveryTime()) << "\n"; in RecentNotificationDump()415 stream << "\tDeleteTime: " << TimeToString(recentNotification->deleteTime) << "\n"; in RecentNotificationDump()460 stream << "\tDeliveryTime = " << TimeToString(record->request->GetDeliveryTime()) << "\n"; in DistributedNotificationDump()472 std::string AdvancedNotificationService::TimeToString(int64_t time) in TimeToString() function in OHOS::Notification::AdvancedNotificationService
1251 std::string TimeToString(int64_t time);
2424 std::string result = advancedNotificationService_->TimeToString(time);