/system/bt/test/mock/ |
D | mock_stack_metrics_logging.h | 141 const std::string& source_name, 147 const std::string& source_name, const std::string& manufacturer, 152 const std::string& source_name, in operator() 156 body(address, source_type, source_name, manufacturer, model, in operator()
|
D | mock_stack_metrics_logging.cc | 104 const std::string& source_name, in log_manufacturer_info() argument 111 address, source_type, source_name, manufacturer, model, hardware_version, in log_manufacturer_info()
|
D | mock_main_shim_metrics_api.h | 262 const std::string& source_name, 268 const std::string& source_name, const std::string& manufacturer, 273 const std::string& source_name, in operator() 277 body(raw_address, source_type, source_name, manufacturer, model, in operator()
|
D | mock_main_shim_metrics_api.cc | 171 const std::string& source_name, const std::string& manufacturer, in LogMetricManufacturerInfo() argument 176 raw_address, source_type, source_name, manufacturer, model, in LogMetricManufacturerInfo()
|
D | mock_common_metrics.cc | 163 const std::string& source_name, in LogManufacturerInfo() argument
|
/system/bt/stack/metrics/ |
D | stack_metrics_logging.cc | 83 const std::string& source_name, in log_manufacturer_info() argument 90 address, source_type, source_name, manufacturer, model, in log_manufacturer_info() 93 bluetooth::common::LogManufacturerInfo(address, source_type, source_name, in log_manufacturer_info()
|
/system/bt/stack/include/ |
D | stack_metrics_logging.h | 45 const std::string& source_name,
|
/system/bt/main/shim/ |
D | metrics_api.cc | 130 const std::string& source_name, const std::string& manufacturer, in LogMetricManufacturerInfo() argument 134 bluetooth::os::LogMetricManufacturerInfo(address, source_type, source_name, in LogMetricManufacturerInfo()
|
D | metrics_api.h | 207 const std::string& source_name, const std::string& manufacturer,
|
/system/bt/gd/os/android/ |
D | metrics.cc | 375 const std::string& source_name, in LogMetricManufacturerInfo() argument 388 source_name.c_str(), in LogMetricManufacturerInfo() 400 source_name.c_str(), in LogMetricManufacturerInfo()
|
/system/bt/gd/os/linux/ |
D | metrics.cc | 84 const std::string& source_name, in LogMetricManufacturerInfo() argument
|
/system/bt/gd/os/host/ |
D | metrics.cc | 84 const std::string& source_name, in LogMetricManufacturerInfo() argument
|
/system/bt/gd/os/ |
D | metrics.h | 249 const std::string& source_name,
|
/system/bt/common/ |
D | metrics_linux.cc | 143 const std::string& source_name, in LogManufacturerInfo() argument
|
D | metrics.h | 487 const std::string& source_name,
|
D | metrics.cc | 875 const std::string& source_name, in LogManufacturerInfo() argument 892 source_type, source_name.c_str(), manufacturer.c_str(), model.c_str(), in LogManufacturerInfo() 896 << source_type << ", source_name " << source_name in LogManufacturerInfo()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 2169 auto source_name = GetSourceDeviceName(target_partition_name); in UnmapPartitionWithSnapshot() local 2170 if (!DeleteDeviceIfExists(source_name)) { in UnmapPartitionWithSnapshot() 2171 LOG(ERROR) << "Cannot delete source device: " << source_name; in UnmapPartitionWithSnapshot()
|