Home
last modified time | relevance | path

Searched refs:TrayBluetoothHelper (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/bluetooth/
H A Dtray_bluetooth_helper.cc20 TrayBluetoothHelper::TrayBluetoothHelper() = default;
22 TrayBluetoothHelper::~TrayBluetoothHelper() = default;
24 void TrayBluetoothHelper::AddObserver(Observer* observer) { in AddObserver()
28 void TrayBluetoothHelper::RemoveObserver(Observer* observer) { in RemoveObserver()
37 bool TrayBluetoothHelper::IsBluetoothStateAvailable() { in IsBluetoothStateAvailable()
49 void TrayBluetoothHelper::StartOrStopRefreshingDeviceList() { in StartOrStopRefreshingDeviceList()
54 &TrayBluetoothHelper::UpdateDeviceCache); in StartOrStopRefreshingDeviceList()
63 void TrayBluetoothHelper::UpdateDeviceCache() { in UpdateDeviceCache()
74 void TrayBluetoothHelper::NotifyBluetoothDeviceListChanged() { in NotifyBluetoothDeviceListChanged()
79 void TrayBluetoothHelper::NotifyBluetoothSystemStateChanged() { in NotifyBluetoothSystemStateChanged()
[all …]
H A Dtray_bluetooth_helper.h31 class ASH_EXPORT TrayBluetoothHelper {
45 TrayBluetoothHelper();
46 virtual ~TrayBluetoothHelper();
114 base::WeakPtrFactory<TrayBluetoothHelper> weak_ptr_factory_{this};
116 DISALLOW_COPY_AND_ASSIGN(TrayBluetoothHelper);
H A Dtray_bluetooth_helper_legacy_unittest.cc52 class TestTrayBluetoothHelperObserver : public TrayBluetoothHelper::Observer {
54 TestTrayBluetoothHelperObserver(TrayBluetoothHelper* helper) in TestTrayBluetoothHelperObserver()
74 TrayBluetoothHelper* helper_;
H A Dbluetooth_feature_pod_controller.h19 public TrayBluetoothHelper::Observer {
H A Dunified_bluetooth_detailed_view_controller.h28 public TrayBluetoothHelper::Observer {
H A Dtray_bluetooth_helper_experimental.h23 : public TrayBluetoothHelper,
H A Dtray_bluetooth_helper_legacy.h33 : public TrayBluetoothHelper,
H A Dunified_bluetooth_detailed_view_controller.cc67 TrayBluetoothHelper* helper = Shell::Get()->tray_bluetooth_helper(); in ~UnifiedBluetoothDetailedViewController()
H A Dbluetooth_detailed_view.cc389 TrayBluetoothHelper* helper = Shell::Get()->tray_bluetooth_helper(); in HandleViewClicked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h193 class TrayBluetoothHelper; variable
525 TrayBluetoothHelper* tray_bluetooth_helper() { in tray_bluetooth_helper()
804 std::unique_ptr<TrayBluetoothHelper> tray_bluetooth_helper_;