Home
last modified time | relevance | path

Searched refs:WriteString (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/
Dtest_http_server.cc163 ssize_t WriteString(int fd, const string& str) { in WriteString() function
189 ret = WriteString(fd, in WriteHeaders()
203 ret = WriteString( in WriteHeaders()
213 ret = WriteString( in WriteHeaders()
254 ssize_t ret = WriteString(fd, partial); in WritePayload()
261 ssize_t ret = WriteString(fd, line); in WritePayload()
269 ssize_t ret = WriteString(fd, partial); in WritePayload()
406 if ((ret = WriteString(fd, "HTTP/1.1 " + Itoa(code) + " " + status + EOL)) < in HandleRedirect()
409 WriteString(fd, "Location: " + url + EOL); in HandleRedirect()
426 if ((ret = WriteString(fd, data)) < 0) in HandleError()
[all …]
/system/bt/common/
Dmetrics_unittest.cc427 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
439 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
456 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
472 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
490 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
508 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
535 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
608 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
667 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
687 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str); in TEST_F()
[all …]
Dmetrics_linux.cc75 void BluetoothMetricsLogger::WriteString(std::string* serialized) {} in WriteString() function in bluetooth::common::BluetoothMetricsLogger
Dmetrics.h232 void WriteString(std::string* serialized);
Dmetrics.cc456 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString() function in bluetooth::common::BluetoothMetricsLogger
469 this->WriteString(serialized); in WriteBase64String()
/system/core/adb/fastdeploy/deploypatchgenerator/
Dpatch_utils.h51 static void WriteString(const std::string& value, android::base::borrowed_fd output);
Dpatch_utils.cpp90 void PatchUtils::WriteString(const std::string& value, android::base::borrowed_fd output) { in WriteString() function in PatchUtils
Ddeploy_patch_generator.cpp133 PatchUtils::WriteString(deviceApkPath, output); in GeneratePatch()
/system/bt/btif/src/
Dbluetooth.cc351 bluetooth::common::BluetoothMetricsLogger::GetInstance()->WriteString(output); in dumpMetrics()