Lines Matching refs:startTime
98 std::string startTime; in DumpDevicestatusSubscriber() local
99 DumpCurrentTime(startTime); in DumpDevicestatusSubscriber()
100 dprintf(fd, "Current time: %s \n", startTime.c_str()); in DumpDevicestatusSubscriber()
104 … appInfo->startTime.c_str(), appInfo->uid, appInfo->pid, GetStatusType(appInfo->type).c_str(), in DumpDevicestatusSubscriber()
117 std::string startTime; in DumpDevicestatusChanges() local
118 DumpCurrentTime(startTime); in DumpDevicestatusChanges()
119 dprintf(fd, "Current time: %s \n", startTime.c_str()); in DumpDevicestatusChanges()
131 record->startTime.c_str(), GetStatusType(record->data.type).c_str(), in DumpDevicestatusChanges()
140 std::string startTime; in DumpDevicestatusCurrentStatus() local
141 DumpCurrentTime(startTime); in DumpDevicestatusCurrentStatus()
142 dprintf(fd, "Current time: %s \n", startTime.c_str()); in DumpDevicestatusCurrentStatus()
209 void DevicestatusDumper::DumpCurrentTime(std::string &startTime) const in DumpCurrentTime()
218 startTime.append(std::to_string(timeinfo->tm_year + BASE_YEAR)).append("-") in DumpCurrentTime()
237 DumpCurrentTime(appInfo->startTime); in SaveAppInfo()
286 DumpCurrentTime(record->startTime); in pushDeviceStatus()