Home
last modified time | relevance | path

Searched refs:LOGGING_TAG (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/common/
Dmetric_id_allocator.cc33 const std::string MetricIdAllocator::LOGGING_TAG = "BluetoothMetricIdAllocator"; member in bluetooth::common::MetricIdAllocator
48 : paired_device_cache_(kMaxNumPairedDevicesInMemory, LOGGING_TAG), in MetricIdAllocator()
49 temporary_device_cache_(kMaxNumUnpairedDevicesInMemory, LOGGING_TAG) {} in MetricIdAllocator()
63 LOGGING_TAG); in Init()
71 log::fatal("{}Invalid Bluetooth Metric Id in config", LOGGING_TAG); in Init()
133 log::warn("{}Bluetooth metric id overflow.", LOGGING_TAG); in AllocateId()
160 LOGGING_TAG); in SaveDevice()
165 LOGGING_TAG); in SaveDevice()
174 LOGGING_TAG); in SaveDevice()
188 LOGGING_TAG); in ForgetDevice()
[all …]
Dmetric_id_allocator.h119 static const std::string LOGGING_TAG;