Searched refs:strStream (Results 1 – 2 of 2) sorted by relevance
308 std::stringstream strStream; in handleBootOverallEvent() local378 strStream in handleBootOverallEvent()388 description += strStream.str(); in handleBootOverallEvent()450 std::stringstream strStream; in processNumericSensorEvent() local454 strStream << std::setfill('0') << std::hex << "eventState 0x" in processNumericSensorEvent()462 description += strStream.str(); in processNumericSensorEvent()530 std::stringstream strStream; in processStateSensorEvent() local533 strStream << std::setfill('0') << std::hex << "sensorOffset 0x" in processStateSensorEvent()539 description += strStream.str(); in processStateSensorEvent()564 std::stringstream strStream; in processSensorOpStateEvent() local[all …]
142 std::stringstream strStream; in write() local143 strStream << inFile.rdbuf(); in write()144 std::string str = strStream.str(); in write()