Home
last modified time | relevance | path

Searched refs:TimeToString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp372 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
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1251 std::string TimeToString(int64_t time);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2424 std::string result = advancedNotificationService_->TimeToString(time);