Searched refs:strStream (Results 1 – 2 of 2) sorted by relevance
307 std::stringstream strStream; in handleBootOverallEvent() local377 strStream in handleBootOverallEvent()387 description += strStream.str(); in handleBootOverallEvent()449 std::stringstream strStream; in processNumericSensorEvent() local453 strStream << std::setfill('0') << std::hex << "eventState 0x" in processNumericSensorEvent()461 description += strStream.str(); in processNumericSensorEvent()529 std::stringstream strStream; in processStateSensorEvent() local532 strStream << std::setfill('0') << std::hex << "sensorOffset 0x" in processStateSensorEvent()538 description += strStream.str(); in processStateSensorEvent()563 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()