Home
last modified time | relevance | path

Searched refs:tm (Results 1 - 16 of 16) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_socket_client.cpp49 tm tm; in GetRealTime() local
53 if (localtime_r(&now, &tm) == nullptr || strftime(stampStr, timeLength, "%Y/%m/%d %H:%M:%S", &tm) == 0) { in GetRealTime()
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dpkcs7_data.cpp260 std::string PKCS7Data::GetASN1Time(const ASN1_TIME* tm) in GetASN1Time() argument
262 if (tm == NULL) { in GetASN1Time()
265 /* Convert the ASN1_TIME structure to a standard tm structure. */ in GetASN1Time()
266 struct tm time; in GetASN1Time()
267 ASN1_TIME_to_tm(tm, &time); in GetASN1Time()
273 struct tm* localTime = localtime(&t); in GetASN1Time()
317 ASN1_TIME* tm = ASN1_TIME_new(); in CheckSignTimeInValidPeriod() local
318 ASN1_TIME_set_string(tm, (reinterpret_cast<const char*>(signTime->value.asn1_string->data))); in CheckSignTimeInValidPeriod()
322 "notAfter: %s", GetASN1Time(tm).c_str(), in CheckSignTimeInValidPeriod()
324 ASN1_TIME_free(tm); in CheckSignTimeInValidPeriod()
[all...]
/developtools/profiler/hiebpf/src/
H A Dhhlog.cpp93 struct tm* tmPtr {nullptr}; in GetLogFileName()
115 struct tm* tmPtr {nullptr}; in GetFormatTime()
H A Dlibbpf_logger.cpp92 struct tm* tmPtr {nullptr}; in GetLogFileName()
H A Dbpf_log_reader.cpp66 struct tm* tmPtr {nullptr}; in GetLogFileName()
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dlog.cpp42 std::tm* now_tm = std::localtime(&now_t); in Log()
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dhilog_plugin.cpp210 struct tm* pTime = localtime(&startTm); in Run()
410 struct tm tmTime = {0}; in TimeStringToNS()
411 struct tm result; in TimeStringToNS()
461 struct tm* pTM; in GetDateTime()
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/hilog_parser/
H A Dptreader_hilog_parser.cpp49 tm timeInfo = {0}; in HilogTimeStrToTimestamp()
55 tm *ptmNow = localtime(&tmNow); in HilogTimeStrToTimestamp()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dsignature_tools_log.h57 std::tm* localTime = std::localtime(&nowTime); in GetSystemTime()
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dpkcs7_data.h99 static std::string GetASN1Time(const ASN1_TIME* tm);
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
H A Dhilog_plugin_unittest.cpp93 struct tm* pTM; in RecordFileExist()
133 struct tm* pTM = localtime(&nSeconds); in GetSec()
142 struct tm tmTime = {0}; in GetSec()
/developtools/profiler/device/base/include/
H A Dlogging.h226 struct tm tmStruct; in GetTimeString()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/
H A Dcommon_stdtype.cpp61 tm *timeinfo = nullptr; in SetTraceDataSize()
/developtools/profiler/device/base/src/
H A Dcommon.cpp629 struct tm tmTime; in GetTimeStr()
/developtools/hdc/src/common/
H A Dbase.cpp116 std::tm *tim = std::localtime(&sSinceUnix0); in GetLogLevelAndTime()
189 std::tm *timeTm = std::localtime(&sinceUnix0Time); in GetTimeString()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h25258 struct tm { struct
[all...]

Completed in 416 milliseconds