Home
last modified time | relevance | path

Searched refs:setw (Results 1 - 25 of 94) sorted by relevance

1234

/foundation/resourceschedule/ffrt/src/dfx/trace_record/
H A Dffrt_trace_record.cpp46 oss << std::setw(COLUMN_WIDTH_3) << i in DumpNormalTaskStatisticInfo()
47 << std::setw(COLUMN_WIDTH_9) << "normal" in DumpNormalTaskStatisticInfo()
48 << std::setw(COLUMN_WIDTH_10) << g_recordTaskCounter_[ffrt_normal_task][i].submitCounter in DumpNormalTaskStatisticInfo()
49 << std::setw(COLUMN_WIDTH_10) << g_recordTaskCounter_[ffrt_normal_task][i].enqueueCounter in DumpNormalTaskStatisticInfo()
50 << std::setw(COLUMN_WIDTH_12) << g_recordTaskCounter_[ffrt_normal_task][i].coSwitchCounter in DumpNormalTaskStatisticInfo()
51 << std::setw(COLUMN_WIDTH_10) << g_recordTaskCounter_[ffrt_normal_task][i].doneCounter in DumpNormalTaskStatisticInfo()
52 << std::setw(COLUMN_WIDTH_10) << g_recordTaskCounter_[ffrt_normal_task][i].doneCounter; in DumpNormalTaskStatisticInfo()
56 oss << std::setw(COLUMN_WIDTH_13) << g_recordMaxWorkerNumber_[i] in DumpNormalTaskStatisticInfo()
57 << std::setw(COLUMN_WIDTH_16) << g_recordTaskTime_[ffrt_normal_task][i].maxWaitTime in DumpNormalTaskStatisticInfo()
58 << std::setw(COLUMN_WIDTH_1 in DumpNormalTaskStatisticInfo()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp261 oss << std::left << std::setw(LINE_WIDTH) << "FoldStatus: " in DumpFoldStatus()
276 oss << std::left << std::setw(LINE_WIDTH) << "TentMode: " in DumpTentMode()
290 oss << std::left << std::setw(LINE_WIDTH) << "Name: " in DumpScreenSessionById()
292 oss << std::left << std::setw(LINE_WIDTH) << "RSScreenId: " in DumpScreenSessionById()
296 oss << std::left << std::setw(LINE_WIDTH) << "activeModes<id, W, H, RS>: " in DumpScreenSessionById()
300 oss << std::left << std::setw(LINE_WIDTH) << "SourceMode: " in DumpScreenSessionById()
302 oss << std::left << std::setw(LINE_WIDTH) << "ScreenCombination: " in DumpScreenSessionById()
304 oss << std::left << std::setw(LINE_WIDTH) << "Orientation: " in DumpScreenSessionById()
306 oss << std::left << std::setw(LINE_WIDTH) << "Rotation: " in DumpScreenSessionById()
308 oss << std::left << std::setw(LINE_WIDT in DumpScreenSessionById()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dexlog.cpp46 algnlogger << std::setw(longWidth) << std::setfill(fill) << year in ExTime()
47 << "/" << std::setw(minWidth) << std::setfill(fill) << month in ExTime()
48 << "/" << std::setw(minWidth) << std::setfill(fill) << day in ExTime()
49 << " " << std::setw(minWidth) << std::setfill(fill) << hour in ExTime()
50 << ":" << std::setw(minWidth) << std::setfill(fill) << minute in ExTime()
51 << ":" << std::setw(minWidth) << std::setfill(fill) << second in ExTime()
52 << "." << std::setw(middleWidth) << std::setfill(fill) << milliseconds; in ExTime()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp341 // std::setw is used to set the output width and different width values are set to keep the format aligned. in GetScreenInfo()
342 oss << std::left << std::setw(W_SCREEN_NAME) << screenName in GetScreenInfo()
343 << std::left << std::setw(W_SCREEN_TYPE) << screenType in GetScreenInfo()
344 << std::left << std::setw(W_GROUP_TYPE) << isGroup in GetScreenInfo()
345 << std::left << std::setw(W_DMS_ID) << screen->dmsId_ in GetScreenInfo()
346 << std::left << std::setw(W_RS_ID) << screen->rsId_ in GetScreenInfo()
347 << std::left << std::setw(W_ACTIVE_IDX) << screen->activeIdx_ in GetScreenInfo()
348 << std::left << std::setw(W_VIR_PIXEL_RATIO) << screen->virtualPixelRatio_ in GetScreenInfo()
349 << std::left << std::setw(W_SCREEN_ROTATION) << static_cast<uint32_t>(screen->rotation_) in GetScreenInfo()
350 << std::left << std::setw(W_ORIENTATIO in GetScreenInfo()
[all...]
/foundation/window/window_manager/utils/include/
H A Devent_tracker.h79 << std::setw(WIDTH_TIME) << (localTime.tm_mon + 1) << '-' in formatTimestamp()
80 << std::setw(WIDTH_TIME) << localTime.tm_mday << ' ' in formatTimestamp()
81 << std::setw(WIDTH_TIME) << localTime.tm_hour << ':' in formatTimestamp()
82 << std::setw(WIDTH_TIME) << localTime.tm_min << ':' in formatTimestamp()
83 << std::setw(WIDTH_TIME) << localTime.tm_sec << '.' in formatTimestamp()
84 << std::setw(WIDTH_TIME_MS) << timeMs.count(); in formatTimestamp()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Danonymous_string.cpp46 ss << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
47 ss << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
48 ss << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
49 ss << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
50 ss << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()
51 ss << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_state_mgmt_profiler.cpp94 ss << std::left << "Block name" << std::setw(nameWidth) << std::right << "#Calls" << std::setw(itemWidth) << "Self" in Report()
95 << std::setw(itemWidth) << "Total"; in Report()
124 ss << std::setw(nameAdjustWidth - static_cast<int32_t>(name_.size()) - depth); in Report()
126 ss << std::setw(itemAdjustWidth); in Report()
129 ss << std::setw(itemAdjustWidth); in Report()
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp160 ss << prefix << std::setw(yearWidth) << std::setfill(placeholder) << currentTime.tm_year + startYear in CreateDisplayName()
161 << std::setw(otherWidth) << std::setfill(placeholder) << (currentTime.tm_mon + 1) in CreateDisplayName()
162 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_mday in CreateDisplayName()
163 << connector << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_hour in CreateDisplayName()
164 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_min in CreateDisplayName()
165 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_sec; in CreateDisplayName()
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp76 stringStream << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
77 stringStream << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
78 stringStream << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
79 stringStream << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
80 stringStream << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()
81 stringStream << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dranges.cpp52 LOGSO_FUNC_LINE(INFO) << "0x" << std::uppercase << std::hex << std::setw(4) << std::setfill('0') << start in Dump()
53 << " ~ 0x" << std::uppercase << std::hex << std::setw(4) << std::setfill('0') << end in Dump()
59 LOGSO_FUNC_LINE(INFO) << "0x" << std::uppercase << std::hex << std::setw(4) << std::setfill('0') << codepoint in Dump()
H A Dname_table_parser.cpp48 LOGSO_FUNC_LINE(INFO) << "nameId:" << nameId << ", recordinfo:" << std::uppercase << std::hex << std::setw(len) in Dump()
/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_utils.cpp61 headerStream << std::left << std::setw(NUM_COLUMN_WIDTH) << "NO" in FormatAbilityInfos()
62 << std::left << std::setw(BUNDLE_NAME_COLUMN_WIDTH) << "bundleName" in FormatAbilityInfos()
63 << std::left << std::setw(ABILITY_NAME_COLUMN_WIDTH) << "abilityName" in FormatAbilityInfos()
64 << std::left << std::setw(CAPABILITIES_ABBR_COLUMN_WIDTH) << "capabilities-abbr" << std::endl; in FormatAbilityInfos()
70 lineStream << std::left << std::setw(NUM_COLUMN_WIDTH) << std::to_string(num) in FormatAbilityInfos()
71 << std::left << std::setw(BUNDLE_NAME_COLUMN_WIDTH) << ability.GetPackageName() in FormatAbilityInfos()
72 << std::left << std::setw(ABILITY_NAME_COLUMN_WIDTH) << ability.GetName() in FormatAbilityInfos()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp119 // std::setw is used to set the output width and different width values are set to keep the format aligned. in AppendWindowNodeInfo()
120 oss << std::left << std::setw(21) << windowName // 21 is width in AppendWindowNodeInfo()
121 << std::left << std::setw(10) << windowNode->GetDisplayId() // 10 is width in AppendWindowNodeInfo()
122 << std::left << std::setw(8) << windowNode->GetCallingPid() // 8 is width in AppendWindowNodeInfo()
123 << std::left << std::setw(6) << windowNode->GetWindowId() // 6 is width in AppendWindowNodeInfo()
124 << std::left << std::setw(5) << static_cast<uint32_t>(windowNode->GetWindowType()) // 5 is width in AppendWindowNodeInfo()
125 << std::left << std::setw(5) << static_cast<uint32_t>(windowNode->GetWindowMode()) // 5 is width in AppendWindowNodeInfo()
126 << std::left << std::setw(5) << windowNode->GetWindowFlags() // 5 is width in AppendWindowNodeInfo()
127 << std::left << std::setw(5) << zOrder // 5 is width in AppendWindowNodeInfo()
128 << std::left << std::setw(1 in AppendWindowNodeInfo()
[all...]
/foundation/multimodalinput/input/examples/input_device_display_bind/src/
H A Dinput_device_display_bind.cpp75 << " " << std::setw(arrWidth[0]) << std::setfill(' ') << std::left << a << " " in QueryDisplayBindInfo()
77 << " " << std::setw(arrWidth[1]) << std::setfill(' ') << std::left << b << " " in QueryDisplayBindInfo()
79 << " " << std::setw(arrWidth[2]) << std::setfill(' ') << std::left << c << " " in QueryDisplayBindInfo()
81 << " " << std::setw(arrWidth[3]) << std::setfill(' ') << std::left << d << " " in QueryDisplayBindInfo()
83 << " " << std::setw(arrWidth[4]) << std::setfill(' ') << std::left << e << " " in QueryDisplayBindInfo()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp130 << std::setw(LENGTH_TWO) << std::setfill('0') << (now_tm->tm_mon + ONE_MORE) << '-' in GetCurrentDateMillisecond()
131 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_mday << ' ' in GetCurrentDateMillisecond()
132 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_hour << ':' in GetCurrentDateMillisecond()
133 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_min << ':' in GetCurrentDateMillisecond()
134 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_sec << '.' in GetCurrentDateMillisecond()
135 << std::setw(LENGTH_THREE) << ms_part.count(); in GetCurrentDateMillisecond()
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daccessibility_ability_utils_test.cpp94 headerStream << std::left << std::setw(10) << "NO" in HWTEST_F()
95 << std::left << std::setw(50) << "bundleName" in HWTEST_F()
96 << std::left << std::setw(30) << "abilityName" in HWTEST_F()
97 << std::left << std::setw(20) << "capabilities-abbr" << std::endl; in HWTEST_F()
120 headerStream << std::left << std::setw(10) << "NO" in HWTEST_F()
121 << std::left << std::setw(50) << "bundleName" in HWTEST_F()
122 << std::left << std::setw(30) << "abilityName" in HWTEST_F()
123 << std::left << std::setw(20) << "capabilities-abbr" << std::endl; in HWTEST_F()
128 lineStream << std::left << std::setw(10) << std::to_string(1) in HWTEST_F()
129 << std::left << std::setw(5 in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp106 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << (int32_t)native << RTSP_SP << "00" << RTSP_SP; in SetVideoFormats()
107 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << (int32_t)h264Profile << RTSP_SP; in SetVideoFormats()
108 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << (int32_t)h264Level << RTSP_SP; in SetVideoFormats()
109 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << ceaResolutionIndex << RTSP_SP; in SetVideoFormats()
110 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << vesaResolutionIndex << RTSP_SP; in SetVideoFormats()
111 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << hhResolutionIndex << RTSP_SP; in SetVideoFormats()
424 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << native << RTSP_SP << "00" << RTSP_SP; in SetVideoFormats()
425 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << h264Profile << RTSP_SP; in SetVideoFormats()
426 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << h264Level << RTSP_SP; in SetVideoFormats()
427 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGH in SetVideoFormats()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_dns_sd_service_info.cpp126 ret << std::hex << std::setw(stepFour) << std::setfill('0') << dnsType; in BuildRequest()
127 ret << std::hex << std::setw(stepTwo) << std::setfill('0') << version; in BuildRequest()
146 ret << std::hex << std::setw(stepTwo) << std::setfill('0') << name.length(); in TurnDnsNameToStream()
154 ret << std::hex << std::setw(stepTwo) << std::setfill('0') << splitName.length(); in TurnDnsNameToStream()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp78 ss << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
79 ss << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
80 ss << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
81 ss << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
82 ss << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()
83 ss << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h47 streamObj << std::setw(PADDING_WIDTH) << std::setfill(FILL_CHAR) << to_string(localTime->tm_mon + MONTH_GAP) << in PhotoProxyTest()
54 streamObj2 << std::setw(PADDING_WIDTH) << std::setfill(FILL_CHAR) << to_string(localTime->tm_mon + MONTH_GAP) << in PhotoProxyTest()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H A Dphoto_proxy_test.h47 streamObj << std::setw(PADDING_WIDTH) << std::setfill(FILL_CHAR) << in PhotoProxyTest()
55 streamObj2 << std::setw(PADDING_WIDTH) << std::setfill(FILL_CHAR) << in PhotoProxyTest()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dip_tools.cpp75 stream << std::hex << std::setw(POS_2) << std::setfill('0') << static_cast<int>(addressIpv6[0]); in ConvertIpv6Address()
76 stream << std::hex << std::setw(POS_2) << std::setfill('0') << static_cast<int>(addressIpv6[1]); in ConvertIpv6Address()
79 stream << std::hex << std::setw(POS_2) << std::setfill('0') << static_cast<int>(addressIpv6[i]); in ConvertIpv6Address()
80 stream << std::hex << std::setw(POS_2) << std::setfill('0') << static_cast<int>(addressIpv6[i + 1]); in ConvertIpv6Address()
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dcrypto.cpp32 ss << std::hex << std::setw(2) << std::setfill('0') << (int32_t)MD5Hash[i] << std::endl; // 2: fix offset in GetMD5()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.h55 streamObj << std::setw(PADDING_WIDTH) << std::setfill(FILL_CHAR) << to_string(localTime->tm_mon + MONTH_GAP) << in PhotoProxyFuzzTest()
62 streamObj2 << std::setw(PADDING_WIDTH) << std::setfill(FILL_CHAR) << to_string(localTime->tm_mon + MONTH_GAP) << in PhotoProxyFuzzTest()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_dfx_adapter.cpp52 oss << std::put_time(tm, "%Y-%m-%d %H:%M:%S.") << std::setfill('0') << std::setw(width) in GetCurrentTime()
53 << ((timestamp / offset) % offset) << "." << std::setfill('0') << std::setw(width) << (timestamp % offset); in GetCurrentTime()

Completed in 11 milliseconds

1234