Lines Matching refs:endl
140 std::cout << "Error opening capacity file!" << std::endl;
146 std::cout << "recordTime: " << recordTime << std::endl << "recordPower: " << recordPower << std::endl;
148 outFile << capacityString << std::endl;
152 std::cout << "Error writing capacity failed:" << strerror_r(errno, buf, bufSize) << std::endl;
181 std::cout << OHOS::SmartPerf::SPUtils::GetDeviceInfoMap() << std::endl;
197 std::cout << "Not a development mode state" << std::endl;
201 std::cout << "Invalid argument count" << std::endl;
211 std::cout << "SP_daemon:" << errorInfo << std::endl <<
212 "Usage: SP_daemon [options] [arguments]" << std::endl << std::endl <<
213 "Try `SP_daemon --help' for more options." << std::endl;
221 std::cout << cmd.ExecCommand() << std::endl;