Searched refs:to_bind (Results 1 – 2 of 2) sorted by relevance
347 void EnableBtQualityReport(common::PostableContext* to_bind) { in EnableBtQualityReport() argument348 log::info("is_enable: {}", to_bind != nullptr); in EnableBtQualityReport()349 if (to_bind != nullptr) { in EnableBtQualityReport()350 to_bind_ = to_bind; in EnableBtQualityReport()374 if (to_bind) { in EnableBtQualityReport()
404 void EnableBtQualityReport(common::PostableContext* to_bind);