Searched refs:BASE_YEAR (Results 1 - 2 of 2) sorted by relevance
/developtools/profiler/device/plugins/hilog_plugin/src/ |
H A D | hilog_plugin.cpp | 41 const int BASE_YEAR = 1900; member 473 if (snprintf_s(psDateTime, size, size - 1, "%04d%02d%02d%02d%02d%02d", pTM->tm_year + BASE_YEAR, pTM->tm_mon + 1, in GetDateTime()
|
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/ |
H A D | hilog_plugin_unittest.cpp | 34 const int BASE_YEAR = 1900; member 97 if (snprintf_s(name, sizeof(name), sizeof(name) - 1, "%04d", pTM->tm_year + BASE_YEAR) < 0) { in RecordFileExist()
|
Completed in 3 milliseconds