Home
last modified time | relevance | path

Searched refs:oss (Results 1 - 25 of 92) sorted by relevance

1234

/foundation/window/window_manager/window_scene/test/unittest/
H A Dhidumper_controller_test.cpp83 std::ostringstream oss; in HWTEST_F() local
84 HidumpController::GetInstance().GetAllSessionDumpDetailedInfo(oss, allSession, backgroundSession); in HWTEST_F()
85 std::string result = oss.str(); in HWTEST_F()
102 std::ostringstream oss; in HWTEST_F() local
103 HidumpController::GetInstance().GetAllSessionDumpDetailedInfo(oss, allSession, backgroundSession); in HWTEST_F()
104 std::string result = oss.str(); in HWTEST_F()
115 std::ostringstream oss; in HWTEST_F() local
116 HidumpController::GetInstance().DumpSceneSessionParamList(oss); in HWTEST_F()
117 std::string result = oss.str(); in HWTEST_F()
131 std::ostringstream oss; in HWTEST_F() local
147 std::ostringstream oss; HWTEST_F() local
161 std::ostringstream oss; HWTEST_F() local
177 std::ostringstream oss; HWTEST_F() local
190 std::ostringstream oss; HWTEST_F() local
206 std::ostringstream oss; HWTEST_F() local
219 std::ostringstream oss; HWTEST_F() local
235 std::ostringstream oss; HWTEST_F() local
248 std::ostringstream oss; HWTEST_F() local
264 std::ostringstream oss; HWTEST_F() local
277 std::ostringstream oss; HWTEST_F() local
293 std::ostringstream oss; HWTEST_F() local
306 std::ostringstream oss; HWTEST_F() local
322 std::ostringstream oss; HWTEST_F() local
335 std::ostringstream oss; HWTEST_F() local
351 std::ostringstream oss; HWTEST_F() local
364 std::ostringstream oss; HWTEST_F() local
380 std::ostringstream oss; HWTEST_F() local
393 std::ostringstream oss; HWTEST_F() local
409 std::ostringstream oss; HWTEST_F() local
422 std::ostringstream oss; HWTEST_F() local
438 std::ostringstream oss; HWTEST_F() local
451 std::ostringstream oss; HWTEST_F() local
467 std::ostringstream oss; HWTEST_F() local
480 std::ostringstream oss; HWTEST_F() local
496 std::ostringstream oss; HWTEST_F() local
509 std::ostringstream oss; HWTEST_F() local
525 std::ostringstream oss; HWTEST_F() local
[all...]
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dhidump_controller.h27 void GetAllSessionDumpDetailedInfo(std::ostringstream& oss,
31 void DumpSceneSessionParamList(std::ostringstream& oss);
32 void DumpSceneSessionParam(std::ostringstream& oss, sptr<SceneSession> session);
33 void DumpSessionParamList(std::ostringstream& oss);
34 void DumpSessionParam(std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property);
35 void DumpLayoutRectParamList(std::ostringstream& oss);
36 void DumpLayoutRectParam(std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property);
37 void DumpLayoutParamList(std::ostringstream& oss);
38 void DumpLayoutParam(std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property);
39 void DumpAbilityParamList(std::ostringstream& oss);
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp26 void HidumpController::GetAllSessionDumpDetailedInfo(std::ostringstream& oss, in GetAllSessionDumpDetailedInfo() argument
29 oss << std::endl in GetAllSessionDumpDetailedInfo()
33 oss << std::endl in GetAllSessionDumpDetailedInfo()
37 DumpSceneSessionParamList(oss); in GetAllSessionDumpDetailedInfo()
46 DumpSceneSessionParam(oss, session); in GetAllSessionDumpDetailedInfo()
51 void HidumpController::DumpSceneSessionParamList(std::ostringstream& oss) in DumpSceneSessionParamList() argument
53 DumpSessionParamList(oss); in DumpSceneSessionParamList()
54 DumpLayoutRectParamList(oss); in DumpSceneSessionParamList()
55 DumpLayoutParamList(oss); in DumpSceneSessionParamList()
56 DumpAbilityParamList(oss); in DumpSceneSessionParamList()
68 DumpSceneSessionParam(std::ostringstream& oss, sptr<SceneSession> session) DumpSceneSessionParam() argument
98 DumpSessionParamList(std::ostringstream& oss) DumpSessionParamList() argument
111 DumpSessionParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpSessionParam() argument
146 DumpLayoutRectParamList(std::ostringstream& oss) DumpLayoutRectParamList() argument
158 DumpLayoutRectParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpLayoutRectParam() argument
204 DumpLayoutParamList(std::ostringstream& oss) DumpLayoutParamList() argument
215 DumpLayoutParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpLayoutParam() argument
241 DumpAbilityParamList(std::ostringstream& oss) DumpAbilityParamList() argument
254 DumpAbilityParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpAbilityParam() argument
284 DumpKeyboardParamList(std::ostringstream& oss) DumpKeyboardParamList() argument
297 DumpKeyboardParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpKeyboardParam() argument
344 DumpSysconfigParamList(std::ostringstream& oss) DumpSysconfigParamList() argument
356 DumpSysconfigParam(std::ostringstream& oss, sptr<SceneSession> session) DumpSysconfigParam() argument
388 DumpLifeParamList(std::ostringstream& oss) DumpLifeParamList() argument
396 DumpLifeParam(std::ostringstream& oss, sptr<SceneSession> session) DumpLifeParam() argument
412 DumpDisplayParamList(std::ostringstream& oss) DumpDisplayParamList() argument
419 DumpDisplayParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpDisplayParam() argument
432 DumpFocusParamList(std::ostringstream& oss) DumpFocusParamList() argument
439 DumpFocusParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpFocusParam() argument
450 DumpInputParamList(std::ostringstream& oss) DumpInputParamList() argument
457 DumpInputParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpInputParam() argument
468 DumpLakeParamList(std::ostringstream& oss) DumpLakeParamList() argument
475 DumpLakeParam(std::ostringstream& oss, sptr<SceneSession> session) DumpLakeParam() argument
483 DumpCOMParamList(std::ostringstream& oss) DumpCOMParamList() argument
490 DumpCOMParam(std::ostringstream& oss, sptr<SceneSession> session) DumpCOMParam() argument
497 DumpVisibleParamList(std::ostringstream& oss) DumpVisibleParamList() argument
504 DumpVisibleParam(std::ostringstream& oss, sptr<SceneSession> session) DumpVisibleParam() argument
[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()
103 static_cast<int32_t>(WindowDFXHelperType::WINDOW_ZORDER_CHECK), getpid(), oss.str()); 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 << " windowTyp in ReportFocusException()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp169 std::ostringstream oss; in DumpEventTracker() local
171 oss << "-------------- DMS KEY EVENTS LIST --------------" << std::endl; in DumpEventTracker()
173 oss << std::left << "[" << tracker.formatTimestamp(info.timestamp).c_str() in DumpEventTracker()
176 dumpInfo_.append(oss.str()); in DumpEventTracker()
181 std::ostringstream oss; in DumpMultiUserInfo() local
182 oss << "-------------- DMS Multi User Info --------------" << std::endl; in DumpMultiUserInfo()
183 oss << std::left << "[oldScbPid:] "; in DumpMultiUserInfo()
185 oss << oldScbPid << " "; in DumpMultiUserInfo()
187 oss << std::endl; in DumpMultiUserInfo()
188 oss << st in DumpMultiUserInfo()
195 std::ostringstream oss; DumpFreezedPidList() local
225 std::ostringstream oss; ShowAllScreenInfo() local
240 std::ostringstream oss; DumpFoldStatus() local
268 std::ostringstream oss; DumpTentMode() local
283 std::ostringstream oss; DumpScreenSessionById() local
317 std::ostringstream oss; DumpRsInfoById() local
360 std::ostringstream oss; DumpRsInfoById01() local
394 DumpCutoutInfoPrint(std::ostringstream& oss, const OHOS::Rosen::DMRect& areaRect, const std::string& label) DumpCutoutInfoPrint() argument
406 std::ostringstream oss; DumpCutoutInfoById() local
429 std::ostringstream oss; DumpScreenInfoById() local
461 std::ostringstream oss; DumpScreenPropertyById() local
520 std::ostringstream oss; ShowNotifyFoldStatusChangedInfo() local
574 std::ostringstream oss; MockSendCastPublishEvent() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp81 std::ostringstream oss; in DumpAccessibilityWindowInfo() local
84 oss << "connected window id: "; in DumpAccessibilityWindowInfo()
87 oss << iter.first; in DumpAccessibilityWindowInfo()
90 oss << ", "; in DumpAccessibilityWindowInfo()
97 oss << std::endl << "a11yWindows_ id: "; in DumpAccessibilityWindowInfo()
100 oss << iter.first; in DumpAccessibilityWindowInfo()
103 oss << ", "; in DumpAccessibilityWindowInfo()
107 oss << std::endl << "active window id: " << in DumpAccessibilityWindowInfo()
109 oss << "accessibility focused window id: " << in DumpAccessibilityWindowInfo()
112 dumpInfo.append(oss in DumpAccessibilityWindowInfo()
209 std::ostringstream oss; DumpAccessibilityClientInfo() local
266 std::ostringstream oss; DumpAccessibilityUserInfo() local
[all...]
H A Dutils.cpp296 std::ostringstream oss; in RecordUnavailableEvent() local
297 oss << "accessibility function is unavailable: " << "event: " << TransferUnavailableEventToString(event) in RecordUnavailableEvent()
300 std::string info = oss.str(); in RecordUnavailableEvent()
336 std::ostringstream oss; in RecordStartingA11yEvent() local
337 oss << "starting accessibility: " << "event: " << "system" << ", id: " << flag << ";"; in RecordStartingA11yEvent()
338 HILOG_DEBUG("starting accessibility: %{public}s", oss.str().c_str()); in RecordStartingA11yEvent()
344 "MSG", oss.str()); in RecordStartingA11yEvent()
353 std::ostringstream oss; in RecordStartingA11yEvent() local
354 oss << "starting accessibility: " << "event: " << "extension" << ", name: " << name << ";"; in RecordStartingA11yEvent()
355 HILOG_DEBUG("starting accessibility: %{public}s", oss in RecordStartingA11yEvent()
[all...]
/foundation/resourceschedule/ffrt/src/queue/
H A Deventhandler_adapter_queue.cpp26 void DumpRunningTaskInfo(const char* tag, const ffrt::HistoryTask& currentRunningTask, std::ostringstream& oss) in DumpRunningTaskInfo() argument
28 oss << tag << " Current Running: "; in DumpRunningTaskInfo()
30 oss << "{}"; in DumpRunningTaskInfo()
32 oss << "start at " << ffrt::FormatDateString4SteadyClock(currentRunningTask.beginTime_) << ", "; in DumpRunningTaskInfo()
33 oss << "Event { "; in DumpRunningTaskInfo()
34 oss << "send thread = " << currentRunningTask.senderKernelThreadId_; in DumpRunningTaskInfo()
35 oss << ", send time = " << ffrt::FormatDateString4SteadyClock(currentRunningTask.sendTime_); in DumpRunningTaskInfo()
36 oss << ", handle time = " << ffrt::FormatDateString4SteadyClock(currentRunningTask.handleTime_); in DumpRunningTaskInfo()
37 oss << ", task name = " << currentRunningTask.taskName_; in DumpRunningTaskInfo()
38 oss << " }\ in DumpRunningTaskInfo()
42 DumpHistoryTaskInfo(const char* tag, const std::vector<ffrt::HistoryTask>& historyTasks, std::ostringstream& oss) DumpHistoryTaskInfo() argument
62 DumpUnexecutedTaskInfo(const char* tag, const std::multimap<uint64_t, ffrt::QueueTask*>& whenMap, std::ostringstream& oss) DumpUnexecutedTaskInfo() argument
179 std::ostringstream oss; Dump() local
[all...]
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp161 std::ostringstream oss; in DumpAllScreenInfo() local
162 oss << "--------------------------------------Free Screen" in DumpAllScreenInfo()
165 oss << "ScreenName Type IsGroup DmsId RsId ActiveIdx VPR Rotation Orientation " in DumpAllScreenInfo()
176 GetScreenInfo(screen, oss); in DumpAllScreenInfo()
183 oss << "total screen num: " << screenIds.size() << std::endl; in DumpAllScreenInfo()
184 dumpInfo.append(oss.str()); in DumpAllScreenInfo()
200 std::ostringstream oss; in DumpScreenInfo() local
201 oss << "-------------------------------------ScreenGroup " << screenGroup->dmsId_ in DumpScreenInfo()
204 oss << "ScreenName Type IsGroup DmsId RsId " in DumpScreenInfo()
210 GetScreenInfo(screen, oss); in DumpScreenInfo()
231 std::ostringstream oss; DumpSpecifiedScreenInfo() local
253 std::ostringstream oss; DumpAllDisplayInfo() local
279 std::ostringstream oss; DumpSpecifiedDisplayInfo() local
[all...]
/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp80 std::ostringstream oss; in report() local
81 oss << tag_ << ": "; in report()
85 oss << "BELLOW" << iter.first << "(ms): " << iter.second << ", "; in report()
89 oss << "ABOVE" << maxSplit << "(ms): " << timeSplitCount_[BARRIER]; in report()
93 OHOS::HiviewDFX::HiSysEvent::EventType::STATISTIC, "MSG", oss.str()); in report()
108 std::ostringstream oss; in count() local
109 oss << tag_ << " cost " << costTime << "ms, total count " << totalCount_; in count()
110 WLOGI("%{public}s", oss.str().c_str()); in count()
126 std::ostringstream oss; in GetMsgString() local
127 oss << "{"; in GetMsgString()
149 std::ostringstream oss; GetMsgString() local
233 std::ostringstream oss; ReportZeroOpacityInfoImmediately() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp526 int32_t parentId, std::ostringstream& oss) in GetUINodeInfo()
533 oss << " name: " << GetWindowName(node); in GetUINodeInfo()
534 oss << " isVisible: " << node->IsVisible(); in GetUINodeInfo()
535 oss << " opacity: " << context->GetOpacityValue(1.0f); in GetUINodeInfo()
536 oss << " patternType: " << node->GetWindowPatternType(); in GetUINodeInfo()
541 oss << " resRect: [" << absRect.GetLeft() << ", " << absRect.GetTop() << ", " in GetUINodeInfo()
544 oss << " globalScale: [ " << matrix.Get(Rosen::Drawing::Matrix::SCALE_X) << ", " in GetUINodeInfo()
546 oss << " globalPos: [" << rsNode->GetGlobalPositionX() << ", " << rsNode->GetGlobalPositionY() << "],"; in GetUINodeInfo()
547 oss << " pivot: [" << globalGeometry->GetPivotX() << ", " << globalGeometry->GetPivotY() << "],"; in GetUINodeInfo()
549 oss << " globalGeometr in GetUINodeInfo()
525 GetUINodeInfo(const RefPtr<FrameNode>& node, int32_t parentId, std::ostringstream& oss) GetUINodeInfo() argument
593 GetUITreeInfo(const RefPtr<FrameNode>& node, int32_t depth, int32_t parentId, std::ostringstream& oss) GetUITreeInfo() argument
613 DumpRSNodeType(Rosen::RSUINodeType nodeType, std::ostringstream& oss) DumpRSNodeType() argument
655 GetRSNodeTreeInfo(const std::shared_ptr<RSNode>& rsNode, int32_t depth, std::ostringstream& oss) GetRSNodeTreeInfo() argument
672 GetRSNodeInfo(const std::shared_ptr<RSNode>& rsNode, std::ostringstream& oss) GetRSNodeInfo() argument
[all...]
H A Dwindow_scene_layout_manager.h71 void GetUINodeInfo(const RefPtr<FrameNode>& node, int32_t parentId, std::ostringstream& oss);
72 void GetUITreeInfo(const RefPtr<FrameNode>& node, int32_t depth, int32_t parentId, std::ostringstream& oss);
74 void DumpRSNodeType(Rosen::RSUINodeType rsNode, std::ostringstream& oss);
76 std::ostringstream& oss);
78 std::ostringstream& oss);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp84 std::ostringstream oss; in DumpScreenGroupWindowInfo() local
85 oss << "-------------------------------------ScreenGroup " << screenGroupId in DumpScreenGroupWindowInfo()
88 oss << "WindowName DisplayId Pid WinId Type Mode Flag ZOrd Orientation [ x y w h ]" in DumpScreenGroupWindowInfo()
98 oss << "---------------------------------------------------------------------------------------" in DumpScreenGroupWindowInfo()
106 AppendWindowNodeInfo(windowNode, zOrder, oss); in DumpScreenGroupWindowInfo()
108 oss << "Focus window: " << windowNodeContainer->GetFocusWindow() << std::endl; in DumpScreenGroupWindowInfo()
109 oss << "total window num: " << windowRoot_->GetTotalWindowNum()<< std::endl; in DumpScreenGroupWindowInfo()
110 dumpInfo.append(oss.str()); in DumpScreenGroupWindowInfo()
114 void WindowDumper::AppendWindowNodeInfo(const sptr<WindowNode>& windowNode, int zOrder, std::ostringstream& oss) in AppendWindowNodeInfo() argument
120 oss << st in AppendWindowNodeInfo()
184 std::ostringstream oss; DumpSpecifiedWindowInfo() local
204 AppendSpecifiedWindowNodeInfo(const sptr<WindowNode>& node, std::ostringstream& oss) AppendSpecifiedWindowNodeInfo() argument
[all...]
/foundation/resourceschedule/ffrt/src/dfx/trace_record/
H A Dffrt_trace_record.cpp40 void FFRTTraceRecord::DumpNormalTaskStatisticInfo(std::ostringstream& oss) in DumpNormalTaskStatisticInfo() argument
46 oss << std::setw(COLUMN_WIDTH_3) << i in DumpNormalTaskStatisticInfo()
56 oss << std::setw(COLUMN_WIDTH_13) << g_recordMaxWorkerNumber_[i] in DumpNormalTaskStatisticInfo()
65 oss << "\n"; in DumpNormalTaskStatisticInfo()
69 void FFRTTraceRecord::DumpQueueTaskStatisticInfo(std::ostringstream& oss) in DumpQueueTaskStatisticInfo() argument
75 oss << std::setw(COLUMN_WIDTH_3) << i in DumpQueueTaskStatisticInfo()
86 oss << std::setw(COLUMN_WIDTH_13) << g_recordMaxWorkerNumber_[i] in DumpQueueTaskStatisticInfo()
95 oss << "\n"; in DumpQueueTaskStatisticInfo()
99 void FFRTTraceRecord::DumpUVTaskStatisticInfo(std::ostringstream& oss) in DumpUVTaskStatisticInfo() argument
105 oss << st in DumpUVTaskStatisticInfo()
119 std::ostringstream oss; StatisticInfoDump() local
[all...]
/foundation/window/window_manager/utils/test/unittest/
H A Dperform_reporter_test.cpp76 std::ostringstream oss; in PerformDataCmp() local
77 oss << "pr.timeSplitCount_[" << iter.first << "]=" << iter.second << ", but expect=" << splitCount[i]; in PerformDataCmp()
78 WLOGI("%{public}s", oss.str().c_str()); in PerformDataCmp()
163 std::ostringstream oss; in HWTEST_F() local
164 oss << "{"; in HWTEST_F()
169 oss << "{"; in HWTEST_F()
171 oss << "BUNDLE_NAME:" << bundleInfos.first << ","; in HWTEST_F()
172 oss << "ABILITY_NAME:" << packageInfo.first << ","; in HWTEST_F()
173 oss << "COUNT:" << packageInfo.second; in HWTEST_F()
175 oss << "},"; in HWTEST_F()
205 std::ostringstream oss; HWTEST_F() local
[all...]
/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()
/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()
111 oss << " mode:0" << std::oct << (debugInfo.mode_ & permission) << " size:" << std::dec << debugInfo.size_ in GetFileStatInfo()
115 return oss.str(); in GetFileStatInfo()
161 std::stringstream oss; in GetTimeWithMilliseconds() local
166 oss << buffer << '.' << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()
167 return oss.str(); in GetTimeWithMilliseconds()
259 std::stringstream oss; in FormatBrief() local
260 oss << heade in FormatBrief()
[all...]
/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()
141 oss << " mode:0" << std::oct << (fileStat.st_mode & permission) << " size:" << std::dec << fileStat.st_size in GetFileStatInfo()
145 fileTimeInfo += "\n" + std::string(suffix.name_) + " :" + oss.str(); in GetFileStatInfo()
152 std::stringstream oss; in GetTimeWithMilliseconds() local
157 oss << buffer << "." << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()
158 return oss in GetTimeWithMilliseconds()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Dfold_screen_state_machine.cpp84 std::ostringstream oss; in GenStateMachineInfo() local
85 oss << "callbackCount: " << callbacks_.size() in GenStateMachineInfo()
87 std::string info(oss.str()); in GenStateMachineInfo()
/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()
212 std::string AttributesTag::ParseAttributeValue(std::istringstream &iss, std::ostringstream &oss) in ParseAttributeValue() argument
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
[all...]
/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()
208 std::string AttributesTag::ParseAttributeValue(std::istringstream &iss, std::ostringstream &oss) in ParseAttributeValue() argument
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
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_system_properties.cpp40 std::ostringstream oss; in getCurrentProcessName() local
41 oss << cmdlineFile.rdbuf(); in getCurrentProcessName()
45 std::string cmdline = oss.str(); in getCurrentProcessName()
/foundation/window/window_manager/window_scene/session_manager/src/publish/
H A Dscb_dump_subscriber.cpp26 std::ostringstream oss; in OnReceiveEvent() local
27 oss << data.GetData() << std::endl; in OnReceiveEvent()
29 dumpInfo_ = oss.str(); in OnReceiveEvent()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp29 std::stringstream oss; in Dump() local
30 oss << "nodeId: " << nodeId << ", " in Dump()
34 oss << "comId: " << comId << ", "; in Dump()
36 oss << "monopolizeEvents: " << monopolizeEvents << ", " in Dump()
39 oss << "responseRegion: "; in Dump()
41 oss << rect.ToString().c_str(); in Dump()
43 dumpList.emplace_back(std::make_pair(depth, oss.str())); in Dump()
58 std::stringstream oss; in Dump() local
60 oss << "id: " << id << ", " in Dump()
65 oss << "i in Dump()
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.cpp79 ostringstream oss; in PrintVector() local
80 copy(array.begin(), array.end() - 1, ostream_iterator<T>(oss, delimiter.c_str())); in PrintVector()
81 oss << array.back(); in PrintVector()
83 return oss.str(); in PrintVector()

Completed in 15 milliseconds

1234