Lines Matching defs:endl
164 << std::endl;
167 << std::endl;
183 oss << "total screen num: " << screenIds.size() << std::endl;
203 << std::endl;
207 << std::endl;
232 oss << "ScreenName: " << screenName << std::endl;
233 oss << "Type: " << screenType << std::endl;
234 oss << "IsGroup: " << isGroup << std::endl;
235 oss << "DmsId: " << screen->dmsId_ << std::endl;
236 oss << "RsId: " << screen->rsId_ << std::endl;
237 oss << "GroupDmsId: " << screen->groupDmsId_ << std::endl;
238 oss << "ActiveIdx: " << screen->activeIdx_ << std::endl;
239 oss << "VPR: " << screen->virtualPixelRatio_ << std::endl;
240 oss << "Rotation: " << static_cast<uint32_t>(screen->rotation_) << std::endl;
241 oss << "Orientation: " << static_cast<uint32_t>(screen->orientation_) << std::endl;
242 oss << "RequestOrientation: " << static_cast<uint32_t>(screen->screenRequestedOrientation_) << std::endl;
243 oss << "NodeId: " << nodeId << std::endl;
244 oss << "IsMirrored: " << isMirrored << std::endl;
245 oss << "MirrorNodeId: " << screen->rSDisplayNodeConfig_.mirrorNodeId << std::endl;
256 << std::endl;
258 << std::endl;
280 oss << "DisplayId: " << display->GetId() << std::endl;
281 oss << "ScreenId: " << display->GetAbstractScreenId() << std::endl;
282 oss << "RefreshRate: " << display->GetRefreshRate() << std::endl;
283 oss << "VPR: " << display->GetVirtualPixelRatio() << std::endl;
284 oss << "Rotation: " << static_cast<uint32_t>(display->GetRotation()) << std::endl;
285 oss << "Orientation: " << static_cast<uint32_t>(display->GetOrientation()) << std::endl;
286 oss << "DisplayOrientation: " << static_cast<uint32_t>(display->GetDisplayOrientation()) << std::endl;
287 oss << "FreezeFlag: " << static_cast<uint32_t>(display->GetFreezeFlag()) << std::endl;
290 << display->GetWidth() << ", " << display->GetHeight() << " ]" << std::endl;
355 << std::endl;
379 << std::endl;