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 MockInterfaceUdcpCache
- func (v *MockInterfaceUdcpCache) Enable() proxy.PropBool
- func (v *MockInterfaceUdcpCache) GetUserGroups(flags dbus.Flags, name string) ([]string, error)
- func (v *MockInterfaceUdcpCache) GetUserIdList(flags dbus.Flags) ([]uint32, error)
- func (v *MockInterfaceUdcpCache) GoGetUserGroups(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
- func (v *MockInterfaceUdcpCache) GoGetUserIdList(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceUdcpCache) GoRemoveCacheFile(flags dbus.Flags, ch chan *dbus.Call, uId uint32) *dbus.Call
- func (v *MockInterfaceUdcpCache) RemoveCacheFile(flags dbus.Flags, uId uint32) (bool, error)
- func (v *MockInterfaceUdcpCache) SetInterfaceName_(string)
- type MockUdcpCache
- type UdcpCache
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterfaceUdcpCache ¶
func (*MockInterfaceUdcpCache) Enable ¶
func (v *MockInterfaceUdcpCache) Enable() proxy.PropBool
func (*MockInterfaceUdcpCache) GetUserGroups ¶
func (v *MockInterfaceUdcpCache) GetUserGroups(flags dbus.Flags, name string) ([]string, error)
func (*MockInterfaceUdcpCache) GetUserIdList ¶
func (v *MockInterfaceUdcpCache) GetUserIdList(flags dbus.Flags) ([]uint32, error)
func (*MockInterfaceUdcpCache) GoGetUserGroups ¶
func (v *MockInterfaceUdcpCache) GoGetUserGroups(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
func (*MockInterfaceUdcpCache) GoGetUserIdList ¶
func (v *MockInterfaceUdcpCache) GoGetUserIdList(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceUdcpCache) GoRemoveCacheFile ¶
func (v *MockInterfaceUdcpCache) GoRemoveCacheFile(flags dbus.Flags, ch chan *dbus.Call, uId uint32) *dbus.Call
func (*MockInterfaceUdcpCache) RemoveCacheFile ¶
func (v *MockInterfaceUdcpCache) RemoveCacheFile(flags dbus.Flags, uId uint32) (bool, error)
func (*MockInterfaceUdcpCache) SetInterfaceName_ ¶
func (v *MockInterfaceUdcpCache) SetInterfaceName_(string)
type MockUdcpCache ¶
type MockUdcpCache struct { MockInterfaceUdcpCache // interface com.deepin.udcp.iam proxy.MockObject }
Click to show internal directories.
Click to hide internal directories.