Home
last modified time | relevance | path

Searched refs:source_name (Results 1 – 17 of 17) sorted by relevance

/system/bt/test/mock/
Dmock_stack_metrics_logging.h141 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()
Dmock_stack_metrics_logging.cc104 const std::string& source_name, in log_manufacturer_info() argument
111 address, source_type, source_name, manufacturer, model, hardware_version, in log_manufacturer_info()
Dmock_main_shim_metrics_api.h262 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()
Dmock_main_shim_metrics_api.cc171 const std::string& source_name, const std::string& manufacturer, in LogMetricManufacturerInfo() argument
176 raw_address, source_type, source_name, manufacturer, model, in LogMetricManufacturerInfo()
Dmock_common_metrics.cc163 const std::string& source_name, in LogManufacturerInfo() argument
/system/bt/stack/metrics/
Dstack_metrics_logging.cc83 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/
Dstack_metrics_logging.h45 const std::string& source_name,
/system/bt/main/shim/
Dmetrics_api.cc130 const std::string& source_name, const std::string& manufacturer, in LogMetricManufacturerInfo() argument
134 bluetooth::os::LogMetricManufacturerInfo(address, source_type, source_name, in LogMetricManufacturerInfo()
Dmetrics_api.h207 const std::string& source_name, const std::string& manufacturer,
/system/bt/gd/os/android/
Dmetrics.cc375 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/
Dmetrics.cc84 const std::string& source_name, in LogMetricManufacturerInfo() argument
/system/bt/gd/os/host/
Dmetrics.cc84 const std::string& source_name, in LogMetricManufacturerInfo() argument
/system/bt/gd/os/
Dmetrics.h249 const std::string& source_name,
/system/bt/common/
Dmetrics_linux.cc143 const std::string& source_name, in LogManufacturerInfo() argument
Dmetrics.h487 const std::string& source_name,
Dmetrics.cc875 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/
Dsnapshot.cpp2169 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()