Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp99 char systime[LENGTH]; in DumpState() local
100 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpState()
102 std::string recordTime = "\tTime: " + std::string(systime) + "\n"; in DumpState()
H A Dcommon_event_control_manager.cpp1000 char systime[LENGTH]; in DumpStateByCommonEventRecord() local
1001 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpStateByCommonEventRecord()
1003 std::string recordTime = "\tTime: " + std::string(systime) + "\n"; in DumpStateByCommonEventRecord()
1114 char systime[LENGTH]; in DumpHistoryStateByCommonEventRecord() local
1115 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record.recordTime); in DumpHistoryStateByCommonEventRecord()
1117 std::string recordTime = "\tTime: " + std::string(systime) + "\n"; in DumpHistoryStateByCommonEventRecord()
1290 char systime[LENGTH]; in DumpHistoryStateBySubscriberRecord() local
1291 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &receiver.recordTime); in DumpHistoryStateBySubscriberRecord()
1293 std::string recordTime = format + "Time: " + std::string(systime) + "\n"; in DumpHistoryStateBySubscriberRecord()
H A Dcommon_event_subscriber_manager.cpp154 char systime[LENGTH]; in DumpDetailed() local
155 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpDetailed()
157 std::string recordTime = format + "Time: " + std::string(systime) + "\n"; in DumpDetailed()

Completed in 7 milliseconds