Home
last modified time | relevance | path

Searched refs:ss (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dmount_argument_utils.cpp52 stringstream ss; in GetFullSrc() local
55 return ss.str(); in GetFullSrc()
60 stringstream ss; in GetFullDst() local
63 return ss.str(); in GetFullDst()
68 stringstream ss; in GetFullMediaCloud() local
71 return ss.str(); in GetFullMediaCloud()
76 stringstream ss; in GetFullCloud() local
79 return ss.str(); in GetFullCloud()
84 stringstream ss; in GetShareSrc() local
87 return ss.str(); in GetShareSrc()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp558 return ss.str(); in OutPutEncryptionDeviceConfig()
608 return ss.str(); in OutPutWifiDeviceConfig()
648 return ss.str(); in OutPutWifiIpConfig()
678 return ss.str(); in OutPutWifiDeviceConfigEap()
695 return ss.str(); in OutPutWifiProxyConfig()
704 return ss.str(); in OutPutWifiDeviceConfigPrivacy()
724 return ss.str(); in OutPutWifiWapiConfig()
739 return ss.str(); in OutPutLastDhcpResultsConfig()
750 return ss.str();
874 return ss.str();
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_mount_argument_descriptors.cpp34 stringstream ss; in GetFullSrc() local
36 return ss.str(); in GetFullSrc()
41 stringstream ss; in GetFullDst() local
43 return ss.str(); in GetFullDst()
48 stringstream ss; in GetCachePath() local
50 return ss.str(); in GetCachePath()
69 stringstream ss; in GetCtrlPath() local
71 return ss.str(); in GetCtrlPath()
76 stringstream ss; in OptionsToString() local
85 ss << ",merge"; in OptionsToString()
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_symbol.h129 std::stringstream ss; in ToString() local
135 ss << " " << GetName(); in ToString()
136 return ss.str(); in ToString()
141 std::stringstream ss; in ToDebugString() local
144 ss << "|"; in ToDebugString()
146 ss << "|"; in ToDebugString()
147 ss << demangle_ << "|"; in ToDebugString()
148 ss << name_ << "|"; in ToDebugString()
152 ss << "@" << taskVaddr_; in ToDebugString()
154 ss << "@" << fileVaddr_; in ToDebugString()
[all …]
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp79 void DecodedEvent::AppendBaseInfo(std::stringstream& ss) in AppendBaseInfo() argument
91 AppendValue(ss, BASE_INFO_KEY_DOMAIN, eventDomain); in AppendBaseInfo()
103 AppendValue(ss, BASE_INFO_KEY_NAME, eventName); in AppendBaseInfo()
107 AppendValue(ss, BASE_INFO_KEY_TIME_STAMP, header_.timestamp); in AppendBaseInfo()
109 AppendValue(ss, BASE_INFO_KEY_TIME_ZONE, timeZone); in AppendBaseInfo()
110 AppendValue(ss, BASE_INFO_KEY_PID, header_.pid); in AppendBaseInfo()
111 AppendValue(ss, BASE_INFO_KEY_TID, header_.tid); in AppendBaseInfo()
112 AppendValue(ss, BASE_INFO_KEY_UID, header_.uid); in AppendBaseInfo()
201 void DecodedEvent::AppendCustomizedParams(std::stringstream& ss) in AppendCustomizedParams() argument
215 AppendCustomizedParam(ss, param); in AppendCustomizedParams()
[all …]
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cdma_sms_test.cpp509 ss.clear();
597 ss.clear();
694 ss.clear();
727 ss.clear();
763 ss.clear();
799 ss.clear();
832 ss.clear();
868 ss.clear();
906 ss.clear();
939 ss.clear();
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dmedia_backup_report_data_type.h39 std::stringstream ss; in ToString() local
53 return ss.str(); in ToString()
78 return ss.str(); in ToString()
94 ss << "BackupInfo[ " in ToString()
100 return ss.str(); in ToString()
118 return ss.str(); in ToString()
131 ss << "infos[ "; in ToString()
135 ss << " ]"; in ToString()
136 return ss.str(); in ToString()
144 return ss.str(); in ToString()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_spannable_string/
H A Dui_test_spannnable_string.cpp136 SpannableString *ss = new SpannableString(); in UIKitSpannableStringTestTextStyle001() local
141 label->SetText(ss); in UIKitSpannableStringTestTextStyle001()
142 delete ss; in UIKitSpannableStringTestTextStyle001()
143 ss = nullptr; in UIKitSpannableStringTestTextStyle001()
164 SpannableString *ss = new SpannableString(); in UIKitSpannableStringTestFontSize001() local
169 label->SetText(ss); in UIKitSpannableStringTestFontSize001()
172 delete ss; in UIKitSpannableStringTestFontSize001()
173 ss = nullptr; in UIKitSpannableStringTestFontSize001()
260 label->SetText(ss); in UIKitSpannableStringTestFontId002()
263 delete ss; in UIKitSpannableStringTestFontId002()
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp207 std::ostringstream ss; local
209 ss << "Pid:" << pid << std::endl;
210 ss << "Uid:" << getuid() << std::endl;
222 return ss.str();
280 std::ostringstream ss; local
284 ss << "Process wchan:\n";
288 result.append(ss.str());
291 ss << "\nProcess threads wchan:\n";
318 result.append(ss.str());
323 std::ostringstream ss; local
[all …]
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_event.h56 ss << "\"" << key << "\":\"" << val << "\","; in AppendValue()
70 ss << "\"" << key << "\":" << val << ","; in AppendValue()
73 AppendArrayValue(ss, key, val); in AppendValue()
79 ss << "\"" << key << "\":"; in AppendArrayValue()
80 ss << "["; in AppendArrayValue()
85 ss << "\"" << item << "\","; in AppendArrayValue()
101 ss << "" << item << ","; in AppendArrayValue()
104 if (ss.tellp() != 0 && arrayIsNotEmpty) { in AppendArrayValue()
105 ss.seekp(-1, std::ios_base::end); in AppendArrayValue()
107 ss << "],"; in AppendArrayValue()
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension_stub.cpp102 stringstream ss; in CmdHandleClear() local
103 ss << "Failed to send the result " << res; in CmdHandleClear()
115 stringstream ss; in CmdHandleBackup() local
116 ss << "Failed to send the result " << res; in CmdHandleBackup()
131 stringstream ss; in CmdPublishFile() local
132 ss << "Failed to send the result " << res; in CmdPublishFile()
144 stringstream ss; in CmdHandleRestore() local
145 ss << "Failed to send the result " << res; in CmdHandleRestore()
174 stringstream ss; in CmdPublishIncrementalFile() local
187 stringstream ss; in CmdHandleIncrementalBackup() local
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/bbox/
H A Dbbox.cpp429 std::ostringstream ss; in SaveTaskCounterInfo() local
443 return ss.str(); in SaveTaskCounterInfo()
488 std::ostringstream ss; in SaveWorkerStatusInfo() local
508 ss << std::endl; in SaveWorkerStatusInfo()
524 oss << ss.str(); in SaveWorkerStatusInfo()
530 std::ostringstream ss; in SaveReadyQueueStatusInfo() local
558 return ss.str(); in SaveReadyQueueStatusInfo()
564 std::ostringstream ss; in SaveNormalTaskStatusInfo() local
582 ss.str(""); in SaveNormalTaskStatusInfo()
616 std::ostringstream ss; in SaveQueueTaskStatusInfo() local
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_radar/
H A Db_radar.cpp41 std::stringstream ss; in RecordDefaultFuncRes() local
42 ss << R"("result_info": {)" << info.resInfo << "}}"; in RecordDefaultFuncRes()
56 "RESULT_INFO", ss.str()); in RecordDefaultFuncRes()
62 std::stringstream ss; in RecordBackupFuncRes() local
63 ss << R"("result_info": {)" << info.resInfo << "}}"; in RecordBackupFuncRes()
77 "RESULT_INFO", ss.str()); in RecordBackupFuncRes()
83 std::stringstream ss; in RecordRestoreFuncRes() local
84 ss << R"("result_info": {)" << info.resInfo << "}}"; in RecordRestoreFuncRes()
98 "RESULT_INFO", ss.str()); in RecordRestoreFuncRes()
104 std::stringstream ss; in RecordStatisticRes() local
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/dump/src/
H A Dcamera_dump.cpp90 std::stringstream ss; in ReadDumpConfig() local
91 ss << DUMP_CONFIG_PATH; in ReadDumpConfig()
141 std::stringstream ss; in DumpBuffer() local
160 ss >> fileName; in DumpBuffer()
165 ss >> fileName; in DumpBuffer()
176 ss >> fileName; in DumpBuffer()
204 std::stringstream ss; in DumpMetadata() local
249 std::stringstream ss; in SaveDataToFile() local
250 ss << DUMP_PATH << fileName; in SaveDataToFile()
327 stringstream ss; in CheckDiskInfo() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension_size.h73 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()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_dispatcher.cpp36 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
62 LOGE("%{public}s", ss.str().c_str()); in UnregisterSessionListener()
[all …]
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinput_parse.cpp182 std::ostringstream ss; in ToString() local
184 return ss.str(); in ToString()
189 std::ostringstream ss; in ToString() local
193 ss << item << ","; in ToString()
195 ss << "],keyValue:" << keyValue in ToString()
199 ss << item << ","; in ToString()
215 ss << "}" << std::endl; in ToString()
216 return ss.str(); in ToString()
221 std::ostringstream ss; in ToString() local
228 ss << "]" << std::endl; in ToString()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_state_mgmt_profiler.cpp93 std::ostringstream ss; in Report() local
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 << std::fixed << std::setprecision(itemPrecision) in Report()
129 ss << std::setw(itemAdjustWidth); in Report()
[all …]
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_result_store_manager.cpp171 std::ostringstream ss; in SaveConfig() local
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()
253 ss << " " <<"strYiaddr=" << item.ipResult.strYiaddr << std::endl; in OutClassString()
256 ss << " " <<"strOptDns1=" << item.ipResult.strOptDns1 << std::endl; in OutClassString()
261 ss << " " <<"<IpInfoCached>" << std::endl; in OutClassString()
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dre.js16 function search(ss, data) { argument
17 ss = replaceAll(ss, '\\.', '\\.');
18 let reg = new RegExp(ss);
37 function match(ss, data) { argument
38 let tt = search(ss, data);
57 function replaceAll(ss, sfrom, sto) { argument
58 return ss.replace(all(sfrom), sto);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_client/
H A Dwifi_client.cpp61 std::stringstream ss; in PrintLinkedInfo() local
62 ss << "Linked info details:" << endl; in PrintLinkedInfo()
63 ss << " ssid:" << linkedInfo.ssid << endl; in PrintLinkedInfo()
73 Logd("%s", ss.str().c_str()); in PrintLinkedInfo()
78 std::stringstream ss; in PrintIpInfo() local
79 ss << "IP information:" << endl; in PrintIpInfo()
85 Logd("%s", ss.str().c_str()); in PrintIpInfo()
91 std::stringstream ss; in PrintfDeviceConfigs() local
100 Logd("%s", ss.str().c_str()); in PrintfDeviceConfigs()
107 std::stringstream ss; in PrintfScanResults() local
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_common.cpp286 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()
294 ss << " downloadId: " << downloadId; in to_string()
295 ss << " batchState: " << batchState; in to_string()
297 ss << " batchTotalSize: " << batchTotalSize; in to_string()
298 ss << " batchSuccNum: " << batchSuccNum; in to_string()
299 ss << " batchFailNum: " << batchFailNum; in to_string()
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/
H A Dbuild.py15 ss = file.read() variable
16 i1 = ss.index("// update js code begin") + len("// update js code begin") + 1
17 i2 = ss.index("// update js code end") - 1
20 ss = ss[:i1] + destss + ss[i2:] variable
25 file.write(ss)
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_stub.cpp146 stringstream ss; in CmdInitRestoreSession() local
166 stringstream ss; in CmdInitBackupSession() local
177 stringstream ss; in CmdStart() local
201 stringstream ss; in CmdPublishFile() local
226 stringstream ss; in CmdAppFileReady() local
241 stringstream ss; in CmdAppDone() local
265 stringstream ss; in CmdResultReport() local
516 stringstream ss; in CmdGetAppLocalListAndDoIncrementalBackup() local
536 stringstream ss; in CmdInitIncrementalBackupSession() local
582 stringstream ss; in CmdPublishIncrementalFile() local
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Danonymous_string.cpp38 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()

12345678910>>...19