Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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.h239 void WriteString(std::string* serialized);
Dmetrics.cc462 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString() function in bluetooth::common::BluetoothMetricsLogger
475 this->WriteString(serialized); in WriteBase64String()
/packages/modules/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()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dwriter.h125 return WriteString(str, length);
244 bool WriteString(const Ch* str, SizeType length) { in WriteString() function
Dprettywriter.h76 return Base::WriteString(str, length);
/packages/modules/Bluetooth/system/test/mock/
Dmock_common_metrics.cc122 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString() function in bluetooth::common::BluetoothMetricsLogger
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc421 bluetooth::common::BluetoothMetricsLogger::GetInstance()->WriteString(output); in dumpMetrics()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc461 bluetooth::common::BluetoothMetricsLogger::GetInstance()->WriteString(output); in dumpMetrics()