notification

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 MockInterfaceNotification

type MockInterfaceNotification struct {
	mock.Mock
}

func (*MockInterfaceNotification) AllSetting

func (v *MockInterfaceNotification) AllSetting() proxy.PropString

func (*MockInterfaceNotification) ClearRecords

func (v *MockInterfaceNotification) ClearRecords(flags dbus.Flags) error

func (*MockInterfaceNotification) CloseNotification

func (v *MockInterfaceNotification) CloseNotification(flags dbus.Flags, arg0 uint32) error

func (*MockInterfaceNotification) ConnectActionInvoked

func (v *MockInterfaceNotification) ConnectActionInvoked(cb func(arg0 uint32, arg1 string)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectAppAdded

func (v *MockInterfaceNotification) ConnectAppAdded(cb func(arg0 string)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectAppAddedSignal

func (v *MockInterfaceNotification) ConnectAppAddedSignal(cb func(arg0 string)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectAppInfoChanged

func (v *MockInterfaceNotification) ConnectAppInfoChanged(cb func(arg0 string, arg1 uint32, arg2 dbus.Variant)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectAppRemoved

func (v *MockInterfaceNotification) ConnectAppRemoved(cb func(arg0 string)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectAppRemovedSignal

func (v *MockInterfaceNotification) ConnectAppRemovedSignal(cb func(arg0 string)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectAppSettingChanged

func (v *MockInterfaceNotification) ConnectAppSettingChanged(cb func(arg0 string)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectNotificationClosed

func (v *MockInterfaceNotification) ConnectNotificationClosed(cb func(arg0 uint32, arg1 uint32)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectRecordAdded

func (v *MockInterfaceNotification) ConnectRecordAdded(cb func(arg0 string)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectSystemInfoChanged

func (v *MockInterfaceNotification) ConnectSystemInfoChanged(cb func(arg0 uint32, arg1 dbus.Variant)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) ConnectSystemSettingChanged

func (v *MockInterfaceNotification) ConnectSystemSettingChanged(cb func(arg0 string)) (dbusutil.SignalHandlerId, error)

func (*MockInterfaceNotification) GetAllRecords

func (v *MockInterfaceNotification) GetAllRecords(flags dbus.Flags) (string, error)

func (*MockInterfaceNotification) GetAppInfo

func (v *MockInterfaceNotification) GetAppInfo(flags dbus.Flags, arg0 string, arg1 uint32) (dbus.Variant, error)

func (*MockInterfaceNotification) GetAppList

func (v *MockInterfaceNotification) GetAppList(flags dbus.Flags) ([]string, error)

func (*MockInterfaceNotification) GetAppSetting

func (v *MockInterfaceNotification) GetAppSetting(flags dbus.Flags, arg0 string) (string, error)

func (*MockInterfaceNotification) GetCapbilities

func (v *MockInterfaceNotification) GetCapbilities(flags dbus.Flags) ([]string, error)

func (*MockInterfaceNotification) GetRecordById

func (v *MockInterfaceNotification) GetRecordById(flags dbus.Flags, arg0 string) (string, error)

func (*MockInterfaceNotification) GetRecordsFromId

func (v *MockInterfaceNotification) GetRecordsFromId(flags dbus.Flags, arg0 int32, arg1 string) (string, error)

func (*MockInterfaceNotification) GetServerInformation

func (v *MockInterfaceNotification) GetServerInformation(flags dbus.Flags) (string, string, string, string, error)

func (*MockInterfaceNotification) GetSystemInfo

func (v *MockInterfaceNotification) GetSystemInfo(flags dbus.Flags, arg0 uint32) (dbus.Variant, error)

func (*MockInterfaceNotification) GoClearRecords

func (v *MockInterfaceNotification) GoClearRecords(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceNotification) GoCloseNotification

func (v *MockInterfaceNotification) GoCloseNotification(flags dbus.Flags, ch chan *dbus.Call, arg0 uint32) *dbus.Call

func (*MockInterfaceNotification) GoGetAllRecords

func (v *MockInterfaceNotification) GoGetAllRecords(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceNotification) GoGetAppInfo

func (v *MockInterfaceNotification) GoGetAppInfo(flags dbus.Flags, ch chan *dbus.Call, arg0 string, arg1 uint32) *dbus.Call

func (*MockInterfaceNotification) GoGetAppList

func (v *MockInterfaceNotification) GoGetAppList(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceNotification) GoGetAppSetting

func (v *MockInterfaceNotification) GoGetAppSetting(flags dbus.Flags, ch chan *dbus.Call, arg0 string) *dbus.Call

func (*MockInterfaceNotification) GoGetCapbilities

func (v *MockInterfaceNotification) GoGetCapbilities(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceNotification) GoGetRecordById

func (v *MockInterfaceNotification) GoGetRecordById(flags dbus.Flags, ch chan *dbus.Call, arg0 string) *dbus.Call

func (*MockInterfaceNotification) GoGetRecordsFromId

func (v *MockInterfaceNotification) GoGetRecordsFromId(flags dbus.Flags, ch chan *dbus.Call, arg0 int32, arg1 string) *dbus.Call

func (*MockInterfaceNotification) GoGetServerInformation

func (v *MockInterfaceNotification) GoGetServerInformation(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceNotification) GoGetSystemInfo

func (v *MockInterfaceNotification) GoGetSystemInfo(flags dbus.Flags, ch chan *dbus.Call, arg0 uint32) *dbus.Call

func (*MockInterfaceNotification) GoHide

func (v *MockInterfaceNotification) GoHide(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceNotification) GoNotify

func (v *MockInterfaceNotification) GoNotify(flags dbus.Flags, ch chan *dbus.Call, arg0 string, arg1 uint32, arg2 string, arg3 string, arg4 string, arg5 []string, arg6 map[string]dbus.Variant, arg7 int32) *dbus.Call

func (*MockInterfaceNotification) GoRecordCount

func (v *MockInterfaceNotification) GoRecordCount(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceNotification) GoRemoveRecord

func (v *MockInterfaceNotification) GoRemoveRecord(flags dbus.Flags, ch chan *dbus.Call, arg0 string) *dbus.Call

func (*MockInterfaceNotification) GoSetAppInfo

func (v *MockInterfaceNotification) GoSetAppInfo(flags dbus.Flags, ch chan *dbus.Call, arg0 string, arg1 uint32, arg2 dbus.Variant) *dbus.Call

func (*MockInterfaceNotification) GoSetAppSetting

func (v *MockInterfaceNotification) GoSetAppSetting(flags dbus.Flags, ch chan *dbus.Call, arg0 string) *dbus.Call

func (*MockInterfaceNotification) GoSetSystemInfo

func (v *MockInterfaceNotification) GoSetSystemInfo(flags dbus.Flags, ch chan *dbus.Call, arg0 uint32, arg1 dbus.Variant) *dbus.Call

func (*MockInterfaceNotification) GoShow

func (v *MockInterfaceNotification) GoShow(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceNotification) GoToggle

func (v *MockInterfaceNotification) GoToggle(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call

func (*MockInterfaceNotification) Hide

func (v *MockInterfaceNotification) Hide(flags dbus.Flags) error

func (*MockInterfaceNotification) Notify

func (v *MockInterfaceNotification) Notify(flags dbus.Flags, arg0 string, arg1 uint32, arg2 string, arg3 string, arg4 string, arg5 []string, arg6 map[string]dbus.Variant, arg7 int32) (uint32, error)

func (*MockInterfaceNotification) RecordCount

func (v *MockInterfaceNotification) RecordCount(flags dbus.Flags) (uint32, error)

func (*MockInterfaceNotification) RemoveRecord

func (v *MockInterfaceNotification) RemoveRecord(flags dbus.Flags, arg0 string) error

func (*MockInterfaceNotification) SetAppInfo

func (v *MockInterfaceNotification) SetAppInfo(flags dbus.Flags, arg0 string, arg1 uint32, arg2 dbus.Variant) error

func (*MockInterfaceNotification) SetAppSetting

func (v *MockInterfaceNotification) SetAppSetting(flags dbus.Flags, arg0 string) error

func (*MockInterfaceNotification) SetSystemInfo

func (v *MockInterfaceNotification) SetSystemInfo(flags dbus.Flags, arg0 uint32, arg1 dbus.Variant) error

func (*MockInterfaceNotification) Show

func (v *MockInterfaceNotification) Show(flags dbus.Flags) error

func (*MockInterfaceNotification) SystemSetting

func (v *MockInterfaceNotification) SystemSetting() proxy.PropString

func (*MockInterfaceNotification) Toggle

func (v *MockInterfaceNotification) Toggle(flags dbus.Flags) error

type MockNotification

type MockNotification struct {
	MockInterfaceNotification // interface com.deepin.dde.Notification
	proxy.MockObject
}

type Notification

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

func NewNotification

func NewNotification(conn *dbus.Conn) Notification

Jump to

Keyboard shortcuts

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