Lines Matching defs:oss
826 std::ostringstream oss;
827 oss << "current display id list:[";
829 oss << iter.second << ",";
832 WLOGFD("%{public}s]", oss.str().c_str());
834 WLOGFI("%{public}s]", oss.str().c_str());
1819 std::ostringstream oss;
1820 oss << "Display ID: " << displayInfo->GetDisplayId() << ", ";
1821 oss << "Name: " << displayInfo->GetName() << ", ";
1822 oss << "RefreshRate: " << displayInfo->GetRefreshRate() << ", ";
1823 oss << "VirtualPixelRatio: " << displayInfo->GetVirtualPixelRatio() << ", ";
1824 oss << "DensityInCurResolution: " << displayInfo->GetDensityInCurResolution() << ", ";
1825 oss << "DefaultVirtualPixelRatio: " << displayInfo->GetDefaultVirtualPixelRatio() << ", ";
1826 oss << "Rotation: " << static_cast<int32_t>(displayInfo->GetRotation());
1827 return oss.str();
2028 std::ostringstream oss;
2030 oss << pid << " ";
2032 WLOGFI("pidList:%{public}s, isProxy: %{public}d", oss.str().c_str(), isProxy);