Home
last modified time | relevance | path

Searched refs:wchar (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dio.h27 int32_t wchar; member
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c405 wchar_t wchar; in SecDecodeTypeC() local
413 wchar = (wchar_t)cValue; in SecDecodeTypeC()
417 tempchar[0] = (char)(wchar & 0x00ff); in SecDecodeTypeC()
424 buffer->wStr[0] = wchar; in SecDecodeTypeC()
431 wchar = (wchar_t)cValue; in SecDecodeTypeC()
434 textLen = wctomb(buffer->str, wchar); in SecDecodeTypeC()
642 SECUREC_SAFE_WRITE_CHAR(ch, stream, &charsOut); /* char * cast to wchar * */ in HiLogSecOutputS()
862 /* convert wchar to char */ in HiLogSecOutputS()
876 /* convert wchar to char */ in HiLogSecOutputS()
1289 /* char * cast to wchar * */ in HiLogSecOutputS()
1356 wchar_t wchar = L'\\0'; HiLogSecOutputS() local
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp106 } else if (type == "wchar") { in CollectProcessIo()
107 processIO.wchar = value; in CollectProcessIo()
564 stats.wcharRate = IoCalculator::PercentValue(preData.wchar, currData.wchar, period); in CalculateProcIoStats()
603 "rchar/s", "wchar/s", "syscr/s", "syscw/s", "readBytes/s", "writeBytes/s"); in ExportAllProcIoStats()
654 "rchar/s", "wchar/s", "syscr/s", "syscw/s", "readBytes/s", "writeBytes/s"); in ExportSysIoStats()

Completed in 6 milliseconds