/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_metrics_logging.h | 103 std::function<void(const RawAddress& address, uint16_t smp_cmd, 106 body{[](const RawAddress& address, uint16_t smp_cmd, 109 void operator()(const RawAddress& address, uint16_t smp_cmd, in operator() 112 body(address, smp_cmd, direction, smp_fail_reason); in operator()
|
D | mock_main_shim_metrics_api.h | 180 std::function<void(const RawAddress& raw_address, uint16_t smp_cmd, 183 body{[](const RawAddress& raw_address, uint16_t smp_cmd, 186 void operator()(const RawAddress& raw_address, uint16_t smp_cmd, in operator() 189 body(raw_address, smp_cmd, direction, smp_fail_reason); in operator()
|
D | mock_stack_metrics_logging.cc | 89 void log_smp_pairing_event(const RawAddress& address, uint16_t smp_cmd, in log_smp_pairing_event() argument 94 address, smp_cmd, direction, smp_fail_reason); in log_smp_pairing_event()
|
D | mock_main_shim_metrics_api.cc | 131 const RawAddress& raw_address, uint16_t smp_cmd, in LogMetricSmpPairingEvent() argument 135 raw_address, smp_cmd, direction, smp_fail_reason); in LogMetricSmpPairingEvent()
|
D | mock_common_metrics.cc | 194 void LogSmpPairingEvent(const RawAddress& address, uint8_t smp_cmd, in LogSmpPairingEvent() argument
|
/packages/modules/Bluetooth/system/stack/metrics/ |
D | stack_metrics_logging.cc | 45 void log_smp_pairing_event(const RawAddress& address, uint16_t smp_cmd, in log_smp_pairing_event() argument 48 bluetooth::shim::LogMetricSmpPairingEvent(address, smp_cmd, direction, in log_smp_pairing_event()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 92 void LogMetricSmpPairingEvent(const RawAddress& raw_address, uint16_t smp_cmd, in LogMetricSmpPairingEvent() argument 96 bluetooth::os::LogMetricSmpPairingEvent(address, smp_cmd, direction, in LogMetricSmpPairingEvent()
|
D | metrics_api.h | 139 void LogMetricSmpPairingEvent(const RawAddress& address, uint16_t smp_cmd,
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 240 …const Address& address, uint16_t smp_cmd, android::bluetooth::DirectionEnum direction, uint16_t sm… in LogMetricSmpPairingEvent() argument 246 …stats_write(BLUETOOTH_SMP_PAIRING_EVENT_REPORTED, byteField, smp_cmd, direction, smp_fail_reason, … in LogMetricSmpPairingEvent() 251 common::ToHexString(smp_cmd).c_str(), in LogMetricSmpPairingEvent()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | stack_metrics_logging.h | 37 void log_smp_pairing_event(const RawAddress& address, uint16_t smp_cmd,
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 99 …const Address& address, uint16_t smp_cmd, android::bluetooth::DirectionEnum direction, uint16_t sm… in LogMetricSmpPairingEvent() argument
|
/packages/modules/Bluetooth/system/gd/os/host/ |
D | metrics.cc | 99 …const Address& address, uint16_t smp_cmd, android::bluetooth::DirectionEnum direction, uint16_t sm… in LogMetricSmpPairingEvent() argument
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 171 uint16_t smp_cmd,
|
/packages/modules/Bluetooth/system/common/ |
D | metrics_linux.cc | 153 void LogSmpPairingEvent(const RawAddress& address, uint8_t smp_cmd, in LogSmpPairingEvent() argument
|
D | metrics.cc | 768 void LogSmpPairingEvent(const RawAddress& address, uint8_t smp_cmd, in LogSmpPairingEvent() argument 783 smp_cmd, direction, smp_fail_reason, metric_id); in LogSmpPairingEvent() 786 << loghex(smp_cmd) << ", direction " << direction in LogSmpPairingEvent()
|
D | metrics.h | 427 void LogSmpPairingEvent(const RawAddress& address, uint8_t smp_cmd,
|