/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | mount_argument_utils.cpp | 41 stringstream ss; in GetFullSrc() local 42 ss << DATA_POINT << userId_ << "/hmdfs/" << relativePath_; in GetFullSrc() 44 return ss.str(); in GetFullSrc() 49 stringstream ss; in GetFullDst() local 50 ss << BASE_MOUNT_POINT << userId_ << "/" << relativePath_; in GetFullDst() 52 return ss.str(); in GetFullDst() 57 stringstream ss; in GetFullMediaCloud() local 58 ss << TMPFS_MNT_DATA << userId_ << "/" << "cloud"; in GetFullMediaCloud() 60 return ss.str(); in GetFullMediaCloud() 65 stringstream ss; in GetFullCloud() local 73 stringstream ss; GetShareSrc() local 81 stringstream ss; GetUserIdPara() local 89 stringstream ss; GetShareDst() local 97 stringstream ss; GetCommFullPath() local 105 stringstream ss; GetCloudFullPath() local 113 stringstream ss; GetCloudDocsPath() local 121 stringstream ss; GetLocalDocsPath() local 129 stringstream ss; GetCachePath() local 154 stringstream ss; GetCtrlPath() local 161 stringstream ss; GetMountPointPrefix() local 168 stringstream ss; GetSandboxPath() local 175 stringstream ss; OptionsToString() local [all...] |
/foundation/filemanagement/dfs_service/utils/system/src/ |
H A D | dfsu_mount_argument_descriptors.cpp | 34 stringstream ss; in GetFullSrc() local 35 ss << DATA_POINT << userId_ << "/hmdfs/" << relativePath_; in GetFullSrc() 36 return ss.str(); in GetFullSrc() 41 stringstream ss; in GetFullDst() local 42 ss << BASE_MOUNT_POINT << userId_ << "/" << relativePath_; in GetFullDst() 43 return ss.str(); in GetFullDst() 48 stringstream ss; in GetCachePath() local 49 ss << DATA_POINT << userId_ << "/hmdfs/" << relativePath_ << "/cache/"; in GetCachePath() 50 return ss.str(); in GetCachePath() 69 stringstream ss; in GetCtrlPath() local 76 stringstream ss; OptionsToString() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_request.cpp | 25 std::stringstream ss; in Stringify() local 26 ss << method_ << RTSP_SP << url_ << RTSP_SP << RTSP_VERSION << RTSP_CRLF; in Stringify() 27 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify() 29 ss << RTSP_TOKEN_AUTHORIZATION << ":" << RTSP_SP << authorization_ << RTSP_CRLF; in Stringify() 31 ss << RTSP_TOKEN_UA << ":" << RTSP_SP << userAgent_ << RTSP_CRLF; in Stringify() 33 ss << RTSP_TOKEN_SESSION << ":" << RTSP_SP << session_; in Stringify() 35 ss << ";timeout=" << timeout_; in Stringify() 37 ss << RTSP_CRLF; in Stringify() 41 ss << customHeaders_; in Stringify() 43 ss << RTSP_CRL in Stringify() 104 std::stringstream ss; Stringify() local 115 std::stringstream ss; Stringify() local 124 std::stringstream ss; Stringify() local 138 std::stringstream ss; Stringify() local 158 std::stringstream ss; Stringify() local [all...] |
H A D | rtsp_response.cpp | 24 std::stringstream ss; in Stringify() local 25 ss << RTSP_VERSION << RTSP_SP << status_ << RTSP_SP; in Stringify() 29 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_OK); in Stringify() 32 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_CONTINUE); in Stringify() 35 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_BAD_REQUEST); in Stringify() 38 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_UNAUTHORIZED); in Stringify() 41 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_OK); in Stringify() 45 ss << RTSP_CRLF; in Stringify() 47 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify() 49 ss << RTSP_TOKEN_DAT in Stringify() 144 std::stringstream ss; Stringify() local 158 std::stringstream ss; Stringify() local 172 std::stringstream ss; Stringify() local 203 std::stringstream ss; Stringify() local [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/ |
H A D | rtsp_pusher_demo.cpp | 41 std::stringstream ss; in main() 42 ss << "v=0" in main() 44 ss << "o=- 0 0 IN IP4 127.0.0.1" in main() 46 ss << "s=No Name" in main() 48 ss << "c=IN IP4 192.168.159.128" in main() 50 ss << "t=0 0" in main() 52 ss << "a=tool:libavformat 59.17.101" in main() 54 ss << "m=video 0 RTP/AVP 96" in main() 56 ss << "a=rtpmap:96 H264/90000" in main() 58 ss << " in main() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_file_spec.cpp | 542 std::ostringstream ss; in OutPutEncryptionDeviceConfig() local 544 ss << " " << "encryptedData=" << item.encryptedData << std::endl; in OutPutEncryptionDeviceConfig() 545 ss << " " << "IV=" << item.IV << std::endl; in OutPutEncryptionDeviceConfig() 546 ss << " " << "wepTxKeyIndex=" << item.wepTxKeyIndex << std::endl; in OutPutEncryptionDeviceConfig() 548 ss << " " << "encryWepKeys_" << i << "=" << item.encryWepKeys[i] << std::endl; in OutPutEncryptionDeviceConfig() 550 ss << " " << "IVWep=" << item.IVWep << std::endl; in OutPutEncryptionDeviceConfig() 552 ss << " " <<"preSharedKey=" << item.preSharedKey << std::endl; in OutPutEncryptionDeviceConfig() 553 ss << " " <<"wepTxKeyIndex=" << item.wepTxKeyIndex << std::endl; in OutPutEncryptionDeviceConfig() 555 ss << " " <<"wepKeys_" << i << "=" << item.wepKeys[i] << std::endl; in OutPutEncryptionDeviceConfig() 558 return ss in OutPutEncryptionDeviceConfig() 564 std::ostringstream ss; OutPutWifiDeviceConfig() local 613 std::ostringstream ss; OutPutWifiIpConfig() local 653 std::ostringstream ss; OutPutWifiDeviceConfigEap() local 683 std::ostringstream ss; OutPutWifiProxyConfig() local 700 std::ostringstream ss; OutPutWifiDeviceConfigPrivacy() local 709 std::ostringstream ss; OutPutWifiWapiConfig() local 729 std::ostringstream ss; OutPutLastDhcpResultsConfig() local 745 std::ostringstream ss; OutTClassString() local 848 std::ostringstream ss; OutTClassString() local 919 std::ostringstream ss; OutTClassString() local 965 std::ostringstream ss; OutTClassString() local 1220 std::ostringstream ss; OutTClassString() local 1416 std::ostringstream ss; OutWifiP2pDeviceClassString() local 1432 std::ostringstream ss; OutTClassString() local 1504 std::ostringstream ss; OutTClassString() local 1539 std::ostringstream ss; OutTClassString() local 1640 std::ostringstream ss; OutWifiStoreRandomMacBssids() local 1663 std::ostringstream ss; OutTClassString() local 1858 std::ostringstream ss; OutPutWifiBackupConfig() local 1885 std::ostringstream ss; OutPutWifiBackupConfigPrivacy() local 1926 std::ostringstream ss; OutTClassString() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/ |
H A D | wfd_message.cpp | 31 std::stringstream ss; in WfdRtspM1Response() local 32 ss << RTSP_METHOD_WFD << "," << RTSP_SP << RTSP_METHOD_SET_PARAMETER << "," << RTSP_SP << RTSP_METHOD_GET_PARAMETER; in WfdRtspM1Response() 33 SetPublicItems(ss.str()); in WfdRtspM1Response() 50 std::stringstream ss; in Stringify() local 56 ss << RTSP_TOKEN_CONTENT_TYPE << ":" << RTSP_SP << "text/parameters" << RTSP_CRLF; in Stringify() 57 ss << RTSP_TOKEN_CONTENT_LENGTH << ":" << RTSP_SP << body.str().length(); in Stringify() 60 AddCustomHeader(ss.str()); in Stringify() 71 std::stringstream ss; in SetVideoFormats() local 106 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << (int32_t)native << RTSP_SP << "00" << RTSP_SP; in SetVideoFormats() 107 ss << st in SetVideoFormats() 120 std::stringstream ss; SetAudioCodecs() local 141 std::stringstream ss; SetClientRtpPorts() local 349 std::stringstream ss; SetClientRtpPorts() local 357 std::stringstream ss; SetAudioCodecs() local 377 std::stringstream ss; SetPresentationUrl() local 384 std::stringstream ss; SetVideoFormats() local 484 std::stringstream ss; SetTriggerMethod() local 552 std::stringstream ss; StringifyEx() local 567 std::stringstream ss; StringifyEx() local [all...] |
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | dimension_size.h | 73 std::stringstream ss; in ToString() local 74 ss << "[" << std::fixed << std::setprecision(2); in ToString() 76 ss << "INFINITE"; in ToString() 78 ss << width_.ToString(); in ToString() 80 ss << " x "; in ToString() 82 ss << "INFINITE"; in ToString() 84 ss << height_.ToString(); in ToString() 86 ss << "]"; in ToString() 87 std::string output = ss.str(); in ToString()
|
H A D | dimension_rect.h | 86 std::stringstream ss; in ToString() local 87 ss << "Rect (" << std::fixed << std::setprecision(precision) << offset_.GetX().ToString() << ", " in ToString() 89 ss << width_.ToString(); in ToString() 90 ss << " x "; in ToString() 91 ss << height_.ToString(); in ToString() 92 ss << "]"; in ToString() 93 std::string output = ss.str(); in ToString()
|
H A D | rect.h | 366 std::stringstream ss; in ToString() local 367 ss << "Rect (" << std::fixed << std::setprecision(2) << x_ << ", " << y_ << ") - ["; in ToString() 369 ss << "INFINITE"; in ToString() 371 ss << width_; in ToString() 373 ss << " x "; in ToString() 375 ss << "INFINITE"; in ToString() 377 ss << height_; in ToString() 379 ss << "]"; in ToString() 380 std::string output = ss.str(); in ToString() 386 std::stringstream ss; in ToBounds() local [all...] |
/foundation/arkui/ui_lite/test/uitest/test_spannable_string/ |
H A D | ui_test_spannnable_string.cpp | 136 SpannableString *ss = new SpannableString(); in UIKitSpannableStringTestTextStyle001() local 138 ss->SetTextStyle(style, 4, 6); // 4:left edge; 6:right edge; in UIKitSpannableStringTestTextStyle001() 140 ss->SetTextStyle(style_bold, 2, 4); // 2:left edge; 4:right edge; in UIKitSpannableStringTestTextStyle001() 141 label->SetText(ss); in UIKitSpannableStringTestTextStyle001() 142 delete ss; in UIKitSpannableStringTestTextStyle001() 143 ss = nullptr; in UIKitSpannableStringTestTextStyle001() 164 SpannableString *ss = new SpannableString(); in UIKitSpannableStringTestFontSize001() local 165 ss->SetFontSize(38, 1, 3); // 38:fontsize; 1:left edge; 3:right edge; in UIKitSpannableStringTestFontSize001() 166 ss->SetFontSize(18, 2, 4); // 18:fontsize; 2:left edge; 4:right edge; in UIKitSpannableStringTestFontSize001() 167 ss in UIKitSpannableStringTestFontSize001() 251 SpannableString *ss = new SpannableString(); UIKitSpannableStringTestFontId002() local [all...] |
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_session_dispatcher.cpp | 36 stringstream ss; in RegisterSessionListener() local 37 ss << "Failed to register session to softbus"; in RegisterSessionListener() 38 LOGE("%{public}s", ss.str().c_str()); in RegisterSessionListener() 39 throw runtime_error(ss.str()); in RegisterSessionListener() 44 stringstream ss; in RegisterSessionListener() local 45 ss << "this softbusAgent is exist, busName: " << busName.c_str(); in RegisterSessionListener() 46 LOGE("%{public}s", ss.str().c_str()); in RegisterSessionListener() 47 throw runtime_error(ss.str()); in RegisterSessionListener() 60 stringstream ss; in UnregisterSessionListener() local 61 ss << "thi in UnregisterSessionListener() [all...] |
/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_help.cpp | 32 stringstream ss; in Exec() local 34 ss << "Usage: backup_tool <SubCommand> [OPTION]... [ARG]..." << endl; in Exec() 39 ss << allOps[i].GetName(); in Exec() 43 ss << desc.funcGenHelpMsg() << endl; in Exec() 46 ss << endl; in Exec() 49 printf("%s", ss.str().c_str()); in Exec()
|
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | input_parse.cpp | 182 std::ostringstream ss; in ToString() local 183 ss << "pos(" << xPos << "," << yPos << ")"; in ToString() 184 return ss.str(); in ToString() 189 std::ostringstream ss; in ToString() local 190 ss << "{eventType:" << eventType in ToString() 193 ss << item << ","; in ToString() 195 ss << "],keyValue:" << keyValue in ToString() 199 ss << item << ","; in ToString() 201 ss << "],direction:" << direction in ToString() 213 ss << ite in ToString() 221 std::ostringstream ss; ToString() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_state_mgmt_profiler.cpp | 93 std::ostringstream ss; in Report() local 94 ss << std::left << "Block name" << std::setw(nameWidth) << std::right << "#Calls" << std::setw(itemWidth) << "Self" in Report() 96 std::string out = ss.str(); in Report() 112 std::ostringstream ss; in Report() local 122 ss << std::left << std::string(depth, ' '); in Report() 123 ss << name_; in Report() 124 ss << std::setw(nameAdjustWidth - static_cast<int32_t>(name_.size()) - depth); in Report() 125 ss << std::right << numberOfCalls_; in Report() 126 ss << std::setw(itemAdjustWidth); in Report() 127 ss << st in Report() [all...] |
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension_stub.cpp | 102 stringstream ss; 103 ss << "Failed to send the result " << res; 104 return BError(BError::Codes::EXT_BROKEN_IPC, ss.str()).GetCode(); 115 stringstream ss; 116 ss << "Failed to send the result " << res; 117 return BError(BError::Codes::EXT_BROKEN_IPC, ss.str()).GetCode(); 131 stringstream ss; 132 ss << "Failed to send the result " << res; 133 return BError(BError::Codes::EXT_BROKEN_IPC, ss.str()).GetCode(); 144 stringstream ss; [all...] |
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | process_priority_info.cpp | 123 std::stringstream ss; in ProcsBindToMe() local 124 ss << "["; in ProcsBindToMe() 126 ss << "(pid=" << pair.first << ", uid=" << pair.second << ") "; in ProcsBindToMe() 128 ss << "]"; in ProcsBindToMe() 129 return ss.str(); in ProcsBindToMe() 134 std::stringstream ss; in ProcsBindFromMe() local 135 ss << "["; in ProcsBindFromMe() 137 ss << "(pid=" << pair.first << ", uid=" << pair.second << ") "; in ProcsBindFromMe() 139 ss << "]"; in ProcsBindFromMe() 140 return ss in ProcsBindFromMe() [all...] |
H A D | oom_score_adj_utils.cpp | 37 std::stringstream ss; in WriteOomScoreAdjToKernel() local 38 ss << "/proc/" << pid << "/oom_score_adj"; in WriteOomScoreAdjToKernel() 39 std::string path = ss.str(); in WriteOomScoreAdjToKernel() 50 std::stringstream ss; in WriteOomScoreAdjToKernel() local 51 ss << "/proc/" << pid << "/oom_score_adj"; in WriteOomScoreAdjToKernel() 52 std::string path = ss.str(); in WriteOomScoreAdjToKernel()
|
/foundation/resourceschedule/ffrt/src/dfx/bbox/ |
H A D | bbox.cpp | 374 std::ostringstream ss; in SaveTaskCounterInfo() local 375 ss << " |-> task counter" << std::endl; in SaveTaskCounterInfo() 376 ss << " TaskSubmitCounter:" << FFRTTraceRecord::GetSubmitCount() << " TaskEnQueueCounter:" in SaveTaskCounterInfo() 379 ss << " TaskRunCounter:" << FFRTTraceRecord::GetRunCount() << " TaskSwitchCounter:" in SaveTaskCounterInfo() 384 ss << " TaskRunCounter equals TaskSwitchCounter + TaskFinishCounter" << std::endl; in SaveTaskCounterInfo() 386 ss << " TaskRunCounter is not equal to TaskSwitchCounter + TaskFinishCounter" << std::endl; in SaveTaskCounterInfo() 388 return ss.str(); in SaveTaskCounterInfo() 418 std::ostringstream ss; in SaveWorkerStatusInfo() local 422 ss << " |-> worker status" << std::endl; in SaveWorkerStatusInfo() 430 ss << " qo in SaveWorkerStatusInfo() 460 std::ostringstream ss; SaveReadyQueueStatusInfo() local 494 std::ostringstream ss; SaveNormalTaskStatusInfo() local 546 std::ostringstream ss; SaveQueueTaskStatusInfo() local [all...] |
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_result_store_manager.cpp | 171 std::ostringstream ss; in SaveConfig() local 174 ss << "[" << GetClassName() << "_" << (i + 1) << "] {" << std::endl; in SaveConfig() 175 ss << OutClassString(item) << std::endl; in SaveConfig() 176 ss << "}" << std::endl; in SaveConfig() 178 std::string content = ss.str(); in SaveConfig() 249 std::ostringstream ss; in OutClassString() local 250 ss << " " <<"<IpInfoCached>" << std::endl; in OutClassString() 251 ss << " " <<"bssid=" << item.bssid << std::endl; in OutClassString() 252 ss << " " <<"absoluteLeasetime=" << item.absoluteLeasetime << std::endl; in OutClassString() 253 ss << " " <<"strYiadd in OutClassString() [all...] |
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_common.cpp | 286 std::stringstream ss; in to_string() local 288 ss << "DownloadProgressObj [path: " << pathAnony; in to_string() 289 ss << " state: " << state; in to_string() 290 ss << " downloaded: " << downloadedSize; in to_string() 291 ss << " total: " << totalSize; in to_string() 292 ss << " downloadErrorType: " << downloadErrorType; in to_string() 294 ss << " downloadId: " << downloadId; in to_string() 295 ss << " batchState: " << batchState; in to_string() 296 ss << " batchDownloadSize: " << batchDownloadSize; in to_string() 297 ss << " batchTotalSiz in to_string() [all...] |
/foundation/filemanagement/app_file_service/utils/src/b_error/ |
H A D | b_error.cpp | 33 stringstream ss; in WrapMessageWithExtraInfos() local 34 ss << '[' << fileName << ':' << lineNo << " -> " << functionName << ']' << ' '; in WrapMessageWithExtraInfos() 36 ss << msgs[i]; in WrapMessageWithExtraInfos() 38 ss << ". "; in WrapMessageWithExtraInfos() 45 ss << endl << msg; in WrapMessageWithExtraInfos() 46 string res = ss.str(); in WrapMessageWithExtraInfos() 51 string res = ss.str(); in WrapMessageWithExtraInfos()
|
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | anonymous_string.cpp | 38 std::stringstream ss; in GetRandomID() local 45 ss << std::hex << std::nouppercase << std::setfill('0'); in GetRandomID() 46 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() 53 return ss.str(); in GetRandomID()
|
/foundation/filemanagement/app_file_service/utils/src/b_radar/ |
H A D | b_radar.cpp | 41 std::stringstream ss; in RecordDefaultFuncRes() local 42 ss << "{\"result_info\": {" << info.resInfo << "}}"; in RecordDefaultFuncRes() 56 "RESULT_INFO", ss.str()); in RecordDefaultFuncRes() 62 std::stringstream ss; in RecordBackupFuncRes() local 63 ss << "{\"result_info\": {" << info.resInfo << "}}"; in RecordBackupFuncRes() 77 "RESULT_INFO", ss.str()); in RecordBackupFuncRes() 83 std::stringstream ss; in RecordRestoreFuncRes() local 84 ss << "{\"result_info\": {" << info.resInfo << "}}"; in RecordRestoreFuncRes() 98 "RESULT_INFO", ss.str()); in RecordRestoreFuncRes()
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | test_utils.cpp | 40 std::stringstream ss; in operator <<() local 41 ss << "{" << std::setfill('0') << std::setw(TWO) << std::hex; in operator <<() 43 ss << static_cast<uint16_t>(uid.data[i]); in operator <<() 45 ss << "-"; in operator <<() 48 ss << "}"; in operator <<() 49 return os << ss.str(); in operator <<() 126 std::stringstream ss; in operator <<() local 127 ss << std::setprecision(SIX) << "BASE_NS::Math::Vec3 {" << vec.x << ", " << vec.y << ", " << vec.z << "}"; in operator <<() 128 return os << ss.str(); in operator <<() 132 std::stringstream ss; in operator <<() local [all...] |