/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_metrics_logging.h | 90 std::function<void(const RawAddress& address, uint16_t smp_cmd, 96 void operator()(const RawAddress& address, uint16_t smp_cmd, in operator() 99 body(address, smp_cmd, direction, smp_fail_reason); in operator()
|
D | mock_stack_metrics_logging.cc | 76 void log_smp_pairing_event(const RawAddress& address, uint16_t smp_cmd, in log_smp_pairing_event() argument 81 address, smp_cmd, direction, smp_fail_reason); in log_smp_pairing_event()
|
D | mock_main_shim_metrics_api.h | 232 std::function<void(const RawAddress& raw_address, uint16_t smp_cmd, 238 void operator()(const RawAddress& raw_address, uint16_t smp_cmd, in operator() 241 body(raw_address, smp_cmd, direction, smp_fail_reason); in operator()
|
D | mock_main_shim_metrics_api.cc | 150 const RawAddress& raw_address, uint16_t smp_cmd, in LogMetricSmpPairingEvent() argument 154 raw_address, smp_cmd, direction, smp_fail_reason); in LogMetricSmpPairingEvent()
|
/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 | 122 void LogMetricSmpPairingEvent(const RawAddress& raw_address, uint16_t smp_cmd, in LogMetricSmpPairingEvent() argument 126 bluetooth::os::LogMetricSmpPairingEvent(address, smp_cmd, direction, in LogMetricSmpPairingEvent()
|
D | metrics_api.h | 186 void LogMetricSmpPairingEvent(const RawAddress& address, uint16_t smp_cmd,
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 285 …const Address& address, uint16_t smp_cmd, android::bluetooth::DirectionEnum direction, uint16_t sm… in LogMetricSmpPairingEvent() argument 291 …stats_write(BLUETOOTH_SMP_PAIRING_EVENT_REPORTED, byteField, smp_cmd, direction, smp_fail_reason, … in LogMetricSmpPairingEvent() 296 common::ToHexString(smp_cmd), 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/common/ |
D | metrics_linux.cc | 153 void LogSmpPairingEvent(const RawAddress& address, uint8_t smp_cmd, in LogSmpPairingEvent() argument
|
D | metrics.h | 427 void LogSmpPairingEvent(const RawAddress& address, uint8_t smp_cmd,
|
D | metrics.cc | 780 void LogSmpPairingEvent(const RawAddress& address, uint8_t smp_cmd, in LogSmpPairingEvent() argument 795 smp_cmd, direction, smp_fail_reason, metric_id); in LogSmpPairingEvent() 800 address, smp_cmd, direction, smp_fail_reason, ret); in LogSmpPairingEvent()
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 232 uint16_t smp_cmd,
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 184 uint16_t smp_cmd, in LogMetricSmpPairingEvent() argument
|