Documentation ¶
Overview ¶
SPDX-FileCopyrightText: 2018 - 2023 UnionTech Software Technology Co., Ltd.
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2018 - 2023 UnionTech Software Technology Co., Ltd.
SPDX-License-Identifier: GPL-3.0-or-later
Index ¶
- type Device
- type MockDevice
- type MockInterfaceDevice
- func (v *MockInterfaceDevice) GoHasBluetoothDeviceBlocked(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceDevice) GoUnblockBluetoothDevices(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceDevice) HasBluetoothDeviceBlocked(flags dbus.Flags) (bool, error)
- func (v *MockInterfaceDevice) UnblockBluetoothDevices(flags dbus.Flags) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDevice ¶
type MockDevice struct { MockInterfaceDevice // interface org.deepin.dde.Device1 proxy.MockObject }
type MockInterfaceDevice ¶
func (*MockInterfaceDevice) GoHasBluetoothDeviceBlocked ¶
func (v *MockInterfaceDevice) GoHasBluetoothDeviceBlocked(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceDevice) GoUnblockBluetoothDevices ¶
func (v *MockInterfaceDevice) GoUnblockBluetoothDevices(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceDevice) HasBluetoothDeviceBlocked ¶
func (v *MockInterfaceDevice) HasBluetoothDeviceBlocked(flags dbus.Flags) (bool, error)
func (*MockInterfaceDevice) UnblockBluetoothDevices ¶
func (v *MockInterfaceDevice) UnblockBluetoothDevices(flags dbus.Flags) error
Click to show internal directories.
Click to hide internal directories.