Searched refs:strStream (Results 1 – 2 of 2) sorted by relevance
298 std::stringstream strStream; in handleBootOverallEvent() local368 strStream in handleBootOverallEvent()378 description += strStream.str(); in handleBootOverallEvent()439 std::stringstream strStream; in processNumericSensorEvent() local443 strStream << std::setfill('0') << std::hex << "eventState 0x" in processNumericSensorEvent()451 description += strStream.str(); in processNumericSensorEvent()519 std::stringstream strStream; in processStateSensorEvent() local522 strStream << std::setfill('0') << std::hex << "sensorOffset 0x" in processStateSensorEvent()528 description += strStream.str(); in processStateSensorEvent()553 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()