Searched refs:tempStream (Results 1 – 3 of 3) sorted by relevance
305 std::ostringstream tempStream; in fruFieldIPZParser() local308 tempStream << "0x" << std::setfill('0') << std::setw(2) << std::hex in fruFieldIPZParser()311 return tempStream.str(); in fruFieldIPZParser()
433 std::ostringstream tempStream; in ipmbRequestCompletionCb() local436 tempStream << std::setfill('0') << std::setw(2) << std::hex << d << " "; in ipmbRequestCompletionCb()438 lg2::debug("'{NAME}': '{DATA}'", "NAME", name, "DATA", tempStream.str()); in ipmbRequestCompletionCb()
601 std::ostringstream tempStream; in sendEventToHost() local604 tempStream << std::setfill('0') << std::setw(2) << std::hex << byte in sendEventToHost()607 std::cout << tempStream.str() << std::endl; in sendEventToHost()