Home
last modified time | relevance | path

Searched refs:oss (Results 1 – 25 of 127) sorted by relevance

123456

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp79 std::ostringstream oss; in DumpAccessibilityWindowInfo() local
82 oss << "connected window id: "; in DumpAccessibilityWindowInfo()
85 oss << iter.first; in DumpAccessibilityWindowInfo()
88 oss << ", "; in DumpAccessibilityWindowInfo()
98 oss << iter.first; in DumpAccessibilityWindowInfo()
101 oss << ", "; in DumpAccessibilityWindowInfo()
110 dumpInfo.append(oss.str()); in DumpAccessibilityWindowInfo()
208 std::ostringstream oss; in DumpAccessibilityClientInfo() local
251 dumpInfo.append(oss.str()); in DumpAccessibilityClientInfo()
265 std::ostringstream oss; in DumpAccessibilityUserInfo() local
[all …]
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/executer/
H A Diexecuter.cpp48 std::ostringstream oss; in CreateChain() local
60 std::ostringstream oss; in Add() local
62 oss << APPEND_OPTION << chainName_; in Add()
63 return ExecWithOption(oss, rule); in Add()
68 std::ostringstream oss; in Remove() local
74 return ExecWithOption(oss, rule); in Remove()
82 oss << rule->Parameter(); in ExecWithOption()
84 std::string rulePrefix = oss.str(); in ExecWithOption()
98 std::string logRule = oss.str(); in ExecWithOption()
100 oss.str({}); in ExecWithOption()
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Deventhandler_adapter_queue.cpp28 oss << tag << " Current Running: "; in DumpRunningTaskInfo()
30 oss << "{}"; in DumpRunningTaskInfo()
33 oss << "Event { "; in DumpRunningTaskInfo()
38 oss << " }\n"; in DumpRunningTaskInfo()
58 oss << " }\n"; in DumpHistoryTaskInfo()
79 oss << tag << " No. " << n << " : Event { "; in DumpUnexecutedTaskInfo()
80 oss << "send thread = " << task->fromTid; in DumpUnexecutedTaskInfo()
83 oss << ", task name = " << task->label; in DumpUnexecutedTaskInfo()
84 oss << " }\n"; in DumpUnexecutedTaskInfo()
179 std::ostringstream oss; in Dump() local
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp193 std::ostringstream oss; in DumpEventTracker() local
205 std::ostringstream oss; in DumpMultiUserInfo() local
211 oss << std::endl; in DumpMultiUserInfo()
219 std::ostringstream oss; in DumpFreezedPidList() local
264 std::ostringstream oss; in DumpFoldStatus() local
292 std::ostringstream oss; in DumpTentMode() local
307 std::ostringstream oss; in DumpScreenSessionById() local
339 std::ostringstream oss; in DumpRsInfoById() local
379 std::ostringstream oss; in DumpRsInfoById01() local
415 std::ostringstream oss; in DumpCutoutInfoById() local
[all …]
H A Danomaly_detection.cpp97 std::ostringstream oss; in ReportZOrderException() local
98 oss << " ZOrderCheck err " << errorReason; in ReportZOrderException()
99 oss << " cur persistentId: " << session->GetPersistentId() << ","; in ReportZOrderException()
100 oss << " windowType: " << static_cast<uint32_t>(session->GetWindowType()) << ","; in ReportZOrderException()
101 oss << " cur ZOrder: " << session->GetZOrder() << ";"; in ReportZOrderException()
109 std::ostringstream oss; in ReportFocusException() local
110 oss << " FocusCheck err " << errorReason; in ReportFocusException()
112 oss << " cur persistentId: " << session->GetPersistentId() << ","; in ReportFocusException()
113 oss << " windowType: " << static_cast<uint32_t>(session->GetWindowType()) << ","; in ReportFocusException()
115 oss << " focusedId: " << focusedId << ","; in ReportFocusException()
[all …]
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp161 std::ostringstream oss; in DumpAllScreenInfo() local
184 dumpInfo.append(oss.str()); in DumpAllScreenInfo()
200 std::ostringstream oss; in DumpScreenInfo() local
212 dumpInfo.append(oss.str()); in DumpScreenInfo()
231 std::ostringstream oss; in DumpSpecifiedScreenInfo() local
246 dumpInfo.append(oss.str()); in DumpSpecifiedScreenInfo()
253 std::ostringstream oss; in DumpAllDisplayInfo() local
268 dumpInfo.append(oss.str()); in DumpAllDisplayInfo()
279 std::ostringstream oss; in DumpSpecifiedDisplayInfo() local
288 oss << "DisplayRect: " << "[ " in DumpSpecifiedDisplayInfo()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp84 std::ostringstream oss; in DumpScreenGroupWindowInfo() local
106 AppendWindowNodeInfo(windowNode, zOrder, oss); in DumpScreenGroupWindowInfo()
110 dumpInfo.append(oss.str()); in DumpScreenGroupWindowInfo()
184 std::ostringstream oss; in DumpSpecifiedWindowInfo() local
185 AppendSpecifiedWindowNodeInfo(node, oss); in DumpSpecifiedWindowInfo()
186 dumpInfo.append(oss.str()); in DumpSpecifiedWindowInfo()
226 oss << "Focusable: " << Focusable << std::endl; in AppendSpecifiedWindowNodeInfo()
230 oss << "WindowRect: " << "[ " in AppendSpecifiedWindowNodeInfo()
233 oss << "TouchHotAreas: "; in AppendSpecifiedWindowNodeInfo()
241 oss <<", "; in AppendSpecifiedWindowNodeInfo()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp617 oss << " "; in GetUITreeInfo()
619 oss << "| "; in GetUITreeInfo()
638 oss << "RS_NODE"; in DumpRSNodeType()
650 oss << "ROOT_NODE"; in DumpRSNodeType()
654 oss << "PROXY_NODE"; in DumpRSNodeType()
673 std::ostringstream& oss) in GetRSNodeTreeInfo() argument
677 oss << " "; in GetRSNodeTreeInfo()
679 oss << "| "; in GetRSNodeTreeInfo()
680 GetRSNodeInfo(rsNode, oss); in GetRSNodeTreeInfo()
690 std::ostringstream& oss) in GetRSNodeInfo() argument
[all …]
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp81 oss << tag_ << ": "; in report()
127 oss << "{"; in GetMsgString()
132 oss << "{"; in GetMsgString()
138 oss << "},"; in GetMsgString()
140 oss << "};"; in GetMsgString()
141 return oss.str(); in GetMsgString()
150 oss << "{"; in GetMsgString()
152 oss << "{"; in GetMsgString()
155 oss << "},"; in GetMsgString()
157 oss << "};"; in GetMsgString()
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/trace_record/
H A Dffrt_trace_record.cpp46 oss << std::setw(COLUMN_WIDTH_3) << i in DumpNormalTaskStatisticInfo()
65 oss << "\n"; in DumpNormalTaskStatisticInfo()
75 oss << std::setw(COLUMN_WIDTH_3) << i in DumpQueueTaskStatisticInfo()
95 oss << "\n"; in DumpQueueTaskStatisticInfo()
113 oss << "\n"; in DumpUVTaskStatisticInfo()
119 std::ostringstream oss; in StatisticInfoDump() local
125 oss << "\n"; in StatisticInfoDump()
126 DumpNormalTaskStatisticInfo(oss); in StatisticInfoDump()
127 DumpQueueTaskStatisticInfo(oss); in StatisticInfoDump()
128 DumpUVTaskStatisticInfo(oss); in StatisticInfoDump()
[all …]
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dperform_reporter_test.cpp163 std::ostringstream oss; variable
164 oss << "{";
169 oss << "{";
175 oss << "},";
177 oss << "};";
178 ASSERT_EQ(res, oss.str());
205 std::ostringstream oss; variable
206 oss << "{";
208 oss << "{";
211 oss << "},";
[all …]
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp473 std::ostringstream oss; in GetBeginTime() local
474 oss << beginTime_; in GetBeginTime()
476 return oss.str(); in GetBeginTime()
481 std::ostringstream oss; in GetEndTime() local
482 oss << endTime_; in GetEndTime()
484 return oss.str(); in GetEndTime()
491 return oss.str(); in GetCellularDataSlotIdDump()
501 return oss.str(); in GetStateMachineCurrentStatusDump()
507 return oss.str(); in GetStateMachineCurrentStatusDump()
517 return oss.str(); in GetFlowDataInfoDump()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp32 std::stringstream oss; in Dump() local
33 oss << "nodeId: " << nodeId << ", " in Dump()
37 oss << "comId: " << comId << ", "; in Dump()
43 oss << "responseRegion: "; in Dump()
45 oss << rect.ToString().c_str(); in Dump()
82 std::stringstream oss; in Dump() local
84 oss << "id: " << id << ", " in Dump()
90 oss << "id: " << id << ", " in Dump()
103 std::stringstream oss; in Dump() local
120 oss << "id: " << id << ", " in Dump()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp105 std::stringstream oss; in GetFileStatInfo() local
107 oss << " dev:0x" << std::hex << debugInfo.dev_ << " ino:0x" << std::hex << debugInfo.inode_; in GetFileStatInfo()
109 oss << "<>0x" << std::hex << debugInfo.oldInode_; in GetFileStatInfo()
111oss << " mode:0" << std::oct << (debugInfo.mode_ & permission) << " size:" << std::dec << debugInf… in GetFileStatInfo()
115 return oss.str(); in GetFileStatInfo()
161 std::stringstream oss; in GetTimeWithMilliseconds() local
167 return oss.str(); in GetTimeWithMilliseconds()
259 std::stringstream oss; in FormatBrief() local
260 oss << header << ":"; in FormatBrief()
262oss << "<" << name << ",0x" << std::hex << debugInfo.inode_ << "," << std::dec << debugInfo.size_ … in FormatBrief()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_group_mgr.h55 std::stringstream oss; in DumpVector() local
56 oss << "[ "; in DumpVector()
58 oss << v << ", "; in DumpVector()
60 oss << " ]"; in DumpVector()
61 return oss.str(); in DumpVector()
/ohos5.0/base/security/code_signature/test/unittest/
H A Dmulti_thread_local_sign_test.cpp90 std::ostringstream oss; in LocalCodeSignAndEnforce() local
91 oss << thisId; in LocalCodeSignAndEnforce()
92 std::string thisIdStr = oss.str(); in LocalCodeSignAndEnforce()
108 std::ostringstream oss; in LocalCodeSignAndEnforceWithOwnerID() local
109 oss << thisId; in LocalCodeSignAndEnforceWithOwnerID()
110 std::string thisIdStr = oss.str(); in LocalCodeSignAndEnforceWithOwnerID()
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/bbox/
H A Dbbox.cpp460 oss << " fromTid " << task->fromTid; in AppendTaskInfo()
474 std::ostringstream oss; in SaveKeyInfo() local
480 return oss.str(); in SaveKeyInfo()
482 oss << saveKeyStatusInfo(); in SaveKeyInfo()
483 return oss.str(); in SaveKeyInfo()
489 std::ostringstream oss; in SaveWorkerStatusInfo() local
517 oss << t; in SaveWorkerStatusInfo()
519 oss << t << ", "; in SaveWorkerStatusInfo()
522 oss << std::endl; in SaveWorkerStatusInfo()
524 oss << ss.str(); in SaveWorkerStatusInfo()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp199 std::ostringstream oss; in ParseAttributes() local
201 std::string attrName = ParseAttributeName(iss, oss); in ParseAttributes()
202 oss.str(""); in ParseAttributes()
203 std::string attrValue = ParseAttributeValue(iss, oss); in ParseAttributes()
204 oss.str(""); in ParseAttributes()
225 oss.put(static_cast<char>(iss.get())); in ParseAttributeValue()
233 oss.put(static_cast<char>(iss.get())); in ParseAttributeValue()
236 return oss.str(); in ParseAttributeValue()
239 std::string AttributesTag::ParseAttributeName(std::istringstream& iss, std::ostringstream& oss) in ParseAttributeName() argument
244 oss.put(static_cast<char>(iss.get())); in ParseAttributeName()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp671 std::stringstream oss; in Format() local
672 oss << " isEncrypt:" << static_cast<int32_t>(cacheConfig.IsEncrypt()) << "->" in Format()
674 oss << " securityLevel:" << static_cast<int32_t>(cacheConfig.securityLevel_) << "->" in Format()
676 oss << " area:" << cacheConfig.area_ << "->" << incomingConfig.area_ << ","; in Format()
677 oss << " storageMode:" << static_cast<int32_t>(cacheConfig.storageMode_) << "->" in Format()
680 oss << " syncMode:" << cacheConfig.syncMode_ << "->" << incomingConfig.syncMode_ << ","; in Format()
683 oss << " pageSize:" << cacheConfig.pageSize_ << "->" << incomingConfig.pageSize_ << ","; in Format()
684 oss << " customDir:" << cacheConfig.customDir_ << "->" << incomingConfig.customDir_ << ","; in Format()
685 oss << " haMode:" << cacheConfig.haMode_ << "->" << incomingConfig.haMode_ << ","; in Format()
686 oss << " dbType:" << cacheConfig.dbType_ << "->" << incomingConfig.dbType_ << ","; in Format()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp120 std::stringstream oss; in GetCurrentMicrosecondTimeFormat() local
121 oss << std::put_time(tm, "%Y-%m-%d %H:%M:%S.") << std::setfill('0') << std::setw(width) in GetCurrentMicrosecondTimeFormat()
123 return oss.str(); in GetCurrentMicrosecondTimeFormat()
139 std::stringstream oss; in GetFileStatInfo() local
140 oss << " dev:0x" << std::hex << fileStat.st_dev << " ino:0x" << std::hex << fileStat.st_ino; in GetFileStatInfo()
141oss << " mode:0" << std::oct << (fileStat.st_mode & permission) << " size:" << std::dec << fileSta… in GetFileStatInfo()
145 fileTimeInfo += "\n" + std::string(suffix.name_) + " :" + oss.str(); in GetFileStatInfo()
152 std::stringstream oss; in GetTimeWithMilliseconds() local
157oss << buffer << "." << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI)… in GetTimeWithMilliseconds()
158 return oss.str(); in GetTimeWithMilliseconds()
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_session.cpp120 std::ostringstream oss; in UpdateDescript() local
121 oss << "fd = " << StreamSessionGetFd(streamSessionPtr_.get()) in UpdateDescript()
129 descript_ = oss.str().c_str(); in UpdateDescript()
131 std::ostringstream oss; in UpdateDescript()
132 oss << "fd = " << fd_ in UpdateDescript()
139 descript_ = oss.str().c_str(); in UpdateDescript()
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dtime_format_utils.cpp58 std::ostringstream oss; in FormatDateTimeByTimeZone() local
59 oss << std::put_time(&tm, "%Y-%m-%d %H:%M:%S"); in FormatDateTimeByTimeZone()
60 return oss.str(); in FormatDateTimeByTimeZone()
86 std::ostringstream oss; in FormatDateTimeByTimeZone() local
87 oss << std::put_time(&localTm, "%Y-%m-%d %H:%M:%S"); in FormatDateTimeByTimeZone()
88 return oss.str(); in FormatDateTimeByTimeZone()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp195 std::ostringstream oss; in ParseAttributes() local
197 std::string attrName = ParseAttributeName(iss, oss); in ParseAttributes()
198 oss.str(""); in ParseAttributes()
199 std::string attrValue = ParseAttributeValue(iss, oss); in ParseAttributes()
200 oss.str(""); in ParseAttributes()
221 oss.put(static_cast<char>(iss.get())); in ParseAttributeValue()
229 oss.put(static_cast<char>(iss.get())); in ParseAttributeValue()
232 return oss.str(); in ParseAttributeValue()
235 std::string AttributesTag::ParseAttributeName(std::istringstream& iss, std::ostringstream& oss) in ParseAttributeName() argument
240 oss.put(static_cast<char>(iss.get())); in ParseAttributeName()
[all …]
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dtable_dump.h34 std::ostringstream oss; in getElementLength() local
35 oss << element; in getElementLength()
36 return oss.str().size(); in getElementLength()
72 std::ostringstream oss; in PrintCentered() local
73 oss << value; in PrintCentered()
74 std::string str = oss.str(); in PrintCentered()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp132 oss << header << std::endl; in DumpEventInfo()
133 oss << FreezeCommon::EVENT_DOMAIN << FreezeCommon::COLON << watchPoint.GetDomain() << std::endl; in DumpEventInfo()
134oss << FreezeCommon::EVENT_STRINGID << FreezeCommon::COLON << watchPoint.GetStringId() << std::end… in DumpEventInfo()
135 oss << FreezeCommon::EVENT_TIMESTAMP << FreezeCommon::COLON << in DumpEventInfo()
138 oss << FreezeCommon::EVENT_PID << FreezeCommon::COLON << watchPoint.GetPid() << std::endl; in DumpEventInfo()
139 oss << FreezeCommon::EVENT_UID << FreezeCommon::COLON << watchPoint.GetUid() << std::endl; in DumpEventInfo()
140oss << FreezeCommon::EVENT_PACKAGE_NAME << FreezeCommon::COLON << watchPoint.GetPackageName() << s… in DumpEventInfo()
146 std::ostringstream oss; in MergeFreezeJsonFile() local
158 oss << ifs.rdbuf(); in MergeFreezeJsonFile()
173 HIVIEW_LOGI("MergeFreezeJsonFile oss size: %{public}zu.", oss.str().size()); in MergeFreezeJsonFile()
[all …]

123456