Lines Matching refs:BluetoothMetricsLogger

63 struct BluetoothMetricsLogger::impl {
67 BluetoothMetricsLogger::BluetoothMetricsLogger() {} in BluetoothMetricsLogger() function in bluetooth::common::BluetoothMetricsLogger
68 void BluetoothMetricsLogger::Build() { mock_function_count_map[__func__]++; } in Build()
69 void BluetoothMetricsLogger::CutoffSession() { in CutoffSession()
72 void BluetoothMetricsLogger::LogA2dpSession( in LogA2dpSession()
76 void BluetoothMetricsLogger::LogBluetoothSessionDeviceInfo( in LogBluetoothSessionDeviceInfo()
80 void BluetoothMetricsLogger::LogBluetoothSessionEnd( in LogBluetoothSessionEnd()
84 void BluetoothMetricsLogger::LogBluetoothSessionStart( in LogBluetoothSessionStart()
88 void BluetoothMetricsLogger::LogHeadsetProfileRfcConnection( in LogHeadsetProfileRfcConnection()
92 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
98 void BluetoothMetricsLogger::LogScanEvent(bool start, in LogScanEvent()
104 void BluetoothMetricsLogger::LogWakeEvent(wake_event_type_t type, in LogWakeEvent()
110 void BluetoothMetricsLogger::Reset() { mock_function_count_map[__func__]++; } in Reset()
111 void BluetoothMetricsLogger::ResetLog() { mock_function_count_map[__func__]++; } in ResetLog()
112 void BluetoothMetricsLogger::ResetSession() { in ResetSession()
115 void BluetoothMetricsLogger::WriteBase64(int fd) { in WriteBase64()
118 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized) { in WriteBase64String()
121 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString()