Searched refs:systime (Results 1 – 3 of 3) sorted by relevance
/base/notification/common_event_service/services/src/ |
D | common_event_sticky_manager.cpp | 99 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()
|
D | common_event_control_manager.cpp | 948 char systime[LENGTH]; in DumpStateByCommonEventRecord() local 949 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpStateByCommonEventRecord() 951 std::string recordTime = "\tTime: " + std::string(systime) + "\n"; in DumpStateByCommonEventRecord() 1062 char systime[LENGTH]; in DumpHistoryStateByCommonEventRecord() local 1063 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record.recordTime); in DumpHistoryStateByCommonEventRecord() 1065 std::string recordTime = "\tTime: " + std::string(systime) + "\n"; in DumpHistoryStateByCommonEventRecord() 1238 char systime[LENGTH]; in DumpHistoryStateBySubscriberRecord() local 1239 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &receiver.recordTime); in DumpHistoryStateBySubscriberRecord() 1241 std::string recordTime = format + "Time: " + std::string(systime) + "\n"; in DumpHistoryStateBySubscriberRecord()
|
D | common_event_subscriber_manager.cpp | 134 char systime[LENGTH]; in DumpDetailed() local 135 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpDetailed() 137 std::string recordTime = format + "Time: " + std::string(systime) + "\n"; in DumpDetailed()
|