Home
last modified time | relevance | path

Searched refs:nSeconds (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp406 time_t nSeconds = time(nullptr); in TimeStringToNS() local
410 if (localtime_r(&nSeconds, &result) == nullptr) { in TimeStringToNS()
451 time_t nSeconds; in GetDateTime() local
454 nSeconds = time(nullptr); in GetDateTime()
455 pTM = localtime(&nSeconds); in GetDateTime()
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp98 time_t nSeconds; in RecordFileExist() local
101 nSeconds = time(nullptr); in RecordFileExist()
102 pTM = localtime(&nSeconds); in RecordFileExist()
130 time_t nSeconds = time(nullptr); in GetSec() local
131 if (nSeconds == 0) { in GetSec()
139 struct tm* pTM = localtime(&nSeconds); in GetSec()