Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp398 stream << "\tDeliveryTime = " << TimeToString(record->request->GetDeliveryTime()) << "\n"; in ActiveNotificationDump()
440 stream << "\tDeliveryTime = " << TimeToString(notificationRequest.GetDeliveryTime()) << "\n"; in RecentNotificationDump()
442 stream << "\tDeleteTime: " << TimeToString(recentNotification->deleteTime) << "\n"; in RecentNotificationDump()
488 stream << "\tDeliveryTime = " << TimeToString(record->request->GetDeliveryTime()) << "\n"; in DistributedNotificationDump()
501 std::string AdvancedNotificationService::TimeToString(int64_t time) in TimeToString() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1242 std::string TimeToString(int64_t time);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2420 * @tc.desc : Test TimeToString function.
2427 std::string result = advancedNotificationService_->TimeToString(time); in HWTEST_F()

Completed in 12 milliseconds