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 Agent
- type MockAgent
- type MockInterfaceAgent
- func (v *MockInterfaceAgent) CloseNotification(flags dbus.Flags, id uint32) error
- func (v *MockInterfaceAgent) GetManualProxy(flags dbus.Flags) (map[string]string, error)
- func (v *MockInterfaceAgent) GoCloseNotification(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
- func (v *MockInterfaceAgent) GoGetManualProxy(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceAgent) GoReportLog(flags dbus.Flags, ch chan *dbus.Call, log string) *dbus.Call
- func (v *MockInterfaceAgent) GoSendNotify(flags dbus.Flags, ch chan *dbus.Call, app_name string, replaces_id uint32, ...) *dbus.Call
- func (v *MockInterfaceAgent) ReportLog(flags dbus.Flags, log string) error
- func (v *MockInterfaceAgent) SendNotify(flags dbus.Flags, app_name string, replaces_id uint32, app_icon string, ...) (uint32, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAgent ¶
type MockAgent struct { MockInterfaceAgent // interface org.deepin.dde.Lastore1.Agent proxy.MockObject }
type MockInterfaceAgent ¶
func (*MockInterfaceAgent) CloseNotification ¶
func (v *MockInterfaceAgent) CloseNotification(flags dbus.Flags, id uint32) error
func (*MockInterfaceAgent) GetManualProxy ¶
func (v *MockInterfaceAgent) GetManualProxy(flags dbus.Flags) (map[string]string, error)
func (*MockInterfaceAgent) GoCloseNotification ¶
func (v *MockInterfaceAgent) GoCloseNotification(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
func (*MockInterfaceAgent) GoGetManualProxy ¶
func (v *MockInterfaceAgent) GoGetManualProxy(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceAgent) GoReportLog ¶
func (v *MockInterfaceAgent) GoReportLog(flags dbus.Flags, ch chan *dbus.Call, log string) *dbus.Call
func (*MockInterfaceAgent) GoSendNotify ¶
func (*MockInterfaceAgent) ReportLog ¶
func (v *MockInterfaceAgent) ReportLog(flags dbus.Flags, log string) error
Click to show internal directories.
Click to hide internal directories.