wfd

package
v0.0.0-...-77ac5d6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

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

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInterfaceSession

type MockInterfaceSession struct {
	mock.Mock
}

func (*MockInterfaceSession) GoPause

func (v *MockInterfaceSession) GoPause(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceSession) GoResume

func (v *MockInterfaceSession) GoResume(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceSession) GoTeardown

func (v *MockInterfaceSession) GoTeardown(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceSession) Pause

func (v *MockInterfaceSession) Pause(flags dbus.Flags) error

func (*MockInterfaceSession) Resume

func (v *MockInterfaceSession) Resume(flags dbus.Flags) error

func (*MockInterfaceSession) Sink

func (*MockInterfaceSession) State

func (*MockInterfaceSession) Teardown

func (v *MockInterfaceSession) Teardown(flags dbus.Flags) error

func (*MockInterfaceSession) Url

type MockInterfaceSink

type MockInterfaceSink struct {
	mock.Mock
}

func (*MockInterfaceSink) GoStartSession

func (v *MockInterfaceSink) GoStartSession(flags dbus.Flags, ch chan *dbus.Call, arg0 string, arg1 string, arg2 uint32, arg3 uint32, arg4 uint32, arg5 uint32, arg6 string) *dbus.Call

func (*MockInterfaceSink) Peer

func (*MockInterfaceSink) Session

func (v *MockInterfaceSink) Session() proxy.PropObjectPath

func (*MockInterfaceSink) StartSession

func (v *MockInterfaceSink) StartSession(flags dbus.Flags, arg0 string, arg1 string, arg2 uint32, arg3 uint32, arg4 uint32, arg5 uint32, arg6 string) (dbus.ObjectPath, error)

type MockInterfaceWfd

type MockInterfaceWfd struct {
	mock.Mock
}

func (*MockInterfaceWfd) GoShutdown

func (v *MockInterfaceWfd) GoShutdown(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceWfd) Shutdown

func (v *MockInterfaceWfd) Shutdown(flags dbus.Flags) error

type MockSession

type MockSession struct {
	MockInterfaceSession // interface org.freedesktop.miracle.wfd.Session
	proxy.MockObject
}

type MockSink

type MockSink struct {
	MockInterfaceSink // interface org.freedesktop.miracle.wfd.Sink
	proxy.MockObject
}

type MockWfd

type MockWfd struct {
	object_manager.MockInterfaceObjectManager // interface org.freedesktop.DBus.ObjectManager
	MockInterfaceWfd                          // interface org.freedesktop.miracle.wfd
	proxy.MockObject
}

type Session

type Session interface {
	proxy.Object
	// contains filtered or unexported methods
}

func NewSession

func NewSession(conn *dbus.Conn, path dbus.ObjectPath) (Session, error)

type Sink

type Sink interface {
	proxy.Object
	// contains filtered or unexported methods
}

func NewSink

func NewSink(conn *dbus.Conn, path dbus.ObjectPath) (Sink, error)

type Wfd

type Wfd interface {
	ObjectManager() object_manager.ObjectManager // interface org.freedesktop.DBus.ObjectManager
	Wfd() wfd                                    // interface org.freedesktop.miracle.wfd
	proxy.Object
}

func NewWfd

func NewWfd(conn *dbus.Conn) Wfd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL