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 Assert
- type BS
- type BindPath
- type Condition
- type DeviceAllowItem
- type DynamicUser
- type EnvironmentFile
- type ExecInfo
- type ExitStatus
- type IOParam
- type IPAddressAllowItem
- type IPAddressDenyItem
- type JobIdPath
- type JobInfo
- type LoadError
- type Manager
- type MockInterfaceManager
- func (v *MockInterfaceManager) AbandonScope(flags dbus.Flags, name string) error
- func (v *MockInterfaceManager) AddDependencyUnitFiles(flags dbus.Flags, files []string, target string, type0 string, runtime bool, ...) ([]UnitFileChange, error)
- func (v *MockInterfaceManager) Architecture() proxy.PropString
- func (v *MockInterfaceManager) AttachProcessesToUnit(flags dbus.Flags, name string, path string, pids []uint32) error
- func (v *MockInterfaceManager) CancelJob(flags dbus.Flags, id uint32) error
- func (v *MockInterfaceManager) ClearJobs(flags dbus.Flags) error
- func (v *MockInterfaceManager) ConfirmSpawn() proxy.PropBool
- func (v *MockInterfaceManager) ConnectJobNew(cb func(id uint32, job dbus.ObjectPath, unit string)) (dbusutil.SignalHandlerId, error)
- func (v *MockInterfaceManager) ConnectJobRemoved(cb func(id uint32, job dbus.ObjectPath, unit string, result string)) (dbusutil.SignalHandlerId, error)
- func (v *MockInterfaceManager) ConnectReloading(cb func(active bool)) (dbusutil.SignalHandlerId, error)
- func (v *MockInterfaceManager) ConnectStartupFinished(...) (dbusutil.SignalHandlerId, error)
- func (v *MockInterfaceManager) ConnectUnitFilesChanged(cb func()) (dbusutil.SignalHandlerId, error)
- func (v *MockInterfaceManager) ConnectUnitNew(cb func(id string, unit dbus.ObjectPath)) (dbusutil.SignalHandlerId, error)
- func (v *MockInterfaceManager) ConnectUnitRemoved(cb func(id string, unit dbus.ObjectPath)) (dbusutil.SignalHandlerId, error)
- func (v *MockInterfaceManager) ControlGroup() proxy.PropString
- func (v *MockInterfaceManager) DefaultBlockIOAccounting() proxy.PropBool
- func (v *MockInterfaceManager) DefaultCPUAccounting() proxy.PropBool
- func (v *MockInterfaceManager) DefaultLimitAS() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitASSoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitCORE() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitCORESoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitCPU() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitCPUSoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitDATA() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitDATASoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitFSIZE() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitFSIZESoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitLOCKS() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitLOCKSSoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitMEMLOCK() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitMEMLOCKSoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitMSGQUEUE() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitMSGQUEUESoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitNICE() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitNICESoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitNOFILE() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitNOFILESoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitNPROC() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitNPROCSoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitRSS() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitRSSSoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitRTPRIO() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitRTPRIOSoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitRTTIME() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitRTTIMESoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitSIGPENDING() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitSIGPENDINGSoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitSTACK() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultLimitSTACKSoft() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultMemoryAccounting() proxy.PropBool
- func (v *MockInterfaceManager) DefaultRestartUSec() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultStandardError() proxy.PropString
- func (v *MockInterfaceManager) DefaultStandardOutput() proxy.PropString
- func (v *MockInterfaceManager) DefaultStartLimitBurst() proxy.PropUint32
- func (v *MockInterfaceManager) DefaultStartLimitIntervalUSec() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultTasksAccounting() proxy.PropBool
- func (v *MockInterfaceManager) DefaultTasksMax() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultTimeoutStartUSec() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultTimeoutStopUSec() proxy.PropUint64
- func (v *MockInterfaceManager) DefaultTimerAccuracyUSec() proxy.PropUint64
- func (v *MockInterfaceManager) DisableUnitFiles(flags dbus.Flags, files []string, runtime bool) ([]UnitFileChange, error)
- func (v *MockInterfaceManager) Dump(flags dbus.Flags) (string, error)
- func (v *MockInterfaceManager) DumpByFileDescriptor(flags dbus.Flags) (dbus.UnixFD, error)
- func (v *MockInterfaceManager) EnableUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) (bool, []UnitFileChange, error)
- func (v *MockInterfaceManager) Environment() proxy.PropStringArray
- func (v *MockInterfaceManager) Exit(flags dbus.Flags) error
- func (v *MockInterfaceManager) ExitCode() proxy.PropByte
- func (v *MockInterfaceManager) Features() proxy.PropString
- func (v *MockInterfaceManager) FinishTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) FinishTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) FirmwareTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) FirmwareTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) GeneratorsFinishTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) GeneratorsFinishTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) GeneratorsStartTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) GeneratorsStartTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) GetDefaultTarget(flags dbus.Flags) (string, error)
- func (v *MockInterfaceManager) GetDynamicUsers(flags dbus.Flags) ([]DynamicUser, error)
- func (v *MockInterfaceManager) GetJob(flags dbus.Flags, id uint32) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) GetJobAfter(flags dbus.Flags, id uint32) ([]JobInfo, error)
- func (v *MockInterfaceManager) GetJobBefore(flags dbus.Flags, id uint32) ([]JobInfo, error)
- func (v *MockInterfaceManager) GetUnit(flags dbus.Flags, name string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) GetUnitByControlGroup(flags dbus.Flags, ctrlGroup string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) GetUnitByInvocationID(flags dbus.Flags, invocationID []uint8) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) GetUnitByPID(flags dbus.Flags, pid uint32) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) GetUnitFileLinks(flags dbus.Flags, name string, runtime bool) ([]string, error)
- func (v *MockInterfaceManager) GetUnitFileState(flags dbus.Flags, unit string) (string, error)
- func (v *MockInterfaceManager) GetUnitProcesses(flags dbus.Flags, name string) ([]UnitProcess, error)
- func (v *MockInterfaceManager) GoAbandonScope(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
- func (v *MockInterfaceManager) GoAddDependencyUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, target string, ...) *dbus.Call
- func (v *MockInterfaceManager) GoAttachProcessesToUnit(flags dbus.Flags, ch chan *dbus.Call, name string, path string, pids []uint32) *dbus.Call
- func (v *MockInterfaceManager) GoCancelJob(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
- func (v *MockInterfaceManager) GoClearJobs(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoDisableUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool) *dbus.Call
- func (v *MockInterfaceManager) GoDump(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoDumpByFileDescriptor(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoEnableUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
- func (v *MockInterfaceManager) GoExit(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoGetDefaultTarget(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoGetDynamicUsers(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoGetJob(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
- func (v *MockInterfaceManager) GoGetJobAfter(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
- func (v *MockInterfaceManager) GoGetJobBefore(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
- func (v *MockInterfaceManager) GoGetUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
- func (v *MockInterfaceManager) GoGetUnitByControlGroup(flags dbus.Flags, ch chan *dbus.Call, ctrlGroup string) *dbus.Call
- func (v *MockInterfaceManager) GoGetUnitByInvocationID(flags dbus.Flags, ch chan *dbus.Call, invocationID []uint8) *dbus.Call
- func (v *MockInterfaceManager) GoGetUnitByPID(flags dbus.Flags, ch chan *dbus.Call, pid uint32) *dbus.Call
- func (v *MockInterfaceManager) GoGetUnitFileLinks(flags dbus.Flags, ch chan *dbus.Call, name string, runtime bool) *dbus.Call
- func (v *MockInterfaceManager) GoGetUnitFileState(flags dbus.Flags, ch chan *dbus.Call, unit string) *dbus.Call
- func (v *MockInterfaceManager) GoGetUnitProcesses(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
- func (v *MockInterfaceManager) GoHalt(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoKExec(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoKillUnit(flags dbus.Flags, ch chan *dbus.Call, name string, who string, signal int32) *dbus.Call
- func (v *MockInterfaceManager) GoLinkUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
- func (v *MockInterfaceManager) GoListJobs(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoListUnitFiles(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoListUnitFilesByPatterns(flags dbus.Flags, ch chan *dbus.Call, states []string, patterns []string) *dbus.Call
- func (v *MockInterfaceManager) GoListUnits(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoListUnitsByNames(flags dbus.Flags, ch chan *dbus.Call, names []string) *dbus.Call
- func (v *MockInterfaceManager) GoListUnitsByPatterns(flags dbus.Flags, ch chan *dbus.Call, states []string, patterns []string) *dbus.Call
- func (v *MockInterfaceManager) GoListUnitsFiltered(flags dbus.Flags, ch chan *dbus.Call, states []string) *dbus.Call
- func (v *MockInterfaceManager) GoLoadUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
- func (v *MockInterfaceManager) GoLookupDynamicUserByName(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
- func (v *MockInterfaceManager) GoLookupDynamicUserByUID(flags dbus.Flags, ch chan *dbus.Call, uid uint32) *dbus.Call
- func (v *MockInterfaceManager) GoMaskUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
- func (v *MockInterfaceManager) GoPowerOff(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoPresetAllUnitFiles(flags dbus.Flags, ch chan *dbus.Call, mode string, runtime bool, force bool) *dbus.Call
- func (v *MockInterfaceManager) GoPresetUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
- func (v *MockInterfaceManager) GoPresetUnitFilesWithMode(flags dbus.Flags, ch chan *dbus.Call, files []string, mode string, ...) *dbus.Call
- func (v *MockInterfaceManager) GoReboot(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoReenableUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
- func (v *MockInterfaceManager) GoReexecute(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoRefUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
- func (v *MockInterfaceManager) GoReload(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoReloadOrRestartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
- func (v *MockInterfaceManager) GoReloadOrTryRestartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
- func (v *MockInterfaceManager) GoReloadUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
- func (v *MockInterfaceManager) GoResetFailed(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoResetFailedUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
- func (v *MockInterfaceManager) GoRestartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
- func (v *MockInterfaceManager) GoRevertUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string) *dbus.Call
- func (v *MockInterfaceManager) GoSetDefaultTarget(flags dbus.Flags, ch chan *dbus.Call, name string, force bool) *dbus.Call
- func (v *MockInterfaceManager) GoSetEnvironment(flags dbus.Flags, ch chan *dbus.Call, names []string) *dbus.Call
- func (v *MockInterfaceManager) GoSetExitCode(flags dbus.Flags, ch chan *dbus.Call, exitCode uint8) *dbus.Call
- func (v *MockInterfaceManager) GoSetUnitProperties(flags dbus.Flags, ch chan *dbus.Call, name string, runtime bool, ...) *dbus.Call
- func (v *MockInterfaceManager) GoStartTransientUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string, ...) *dbus.Call
- func (v *MockInterfaceManager) GoStartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
- func (v *MockInterfaceManager) GoStartUnitReplace(flags dbus.Flags, ch chan *dbus.Call, oldUnit string, newUnit string, ...) *dbus.Call
- func (v *MockInterfaceManager) GoStopUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
- func (v *MockInterfaceManager) GoSubscribe(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) GoSwitchRoot(flags dbus.Flags, ch chan *dbus.Call, newRoot string, init string) *dbus.Call
- func (v *MockInterfaceManager) GoTryRestartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
- func (v *MockInterfaceManager) GoUnmaskUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool) *dbus.Call
- func (v *MockInterfaceManager) GoUnrefUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
- func (v *MockInterfaceManager) GoUnsetAndSetEnvironment(flags dbus.Flags, ch chan *dbus.Call, unset []string, set []string) *dbus.Call
- func (v *MockInterfaceManager) GoUnsetEnvironment(flags dbus.Flags, ch chan *dbus.Call, names []string) *dbus.Call
- func (v *MockInterfaceManager) GoUnsubscribe(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceManager) Halt(flags dbus.Flags) error
- func (v *MockInterfaceManager) InitRDGeneratorsFinishTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDGeneratorsFinishTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDGeneratorsStartTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDGeneratorsStartTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDSecurityFinishTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDSecurityFinishTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDSecurityStartTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDSecurityStartTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDUnitsLoadFinishTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDUnitsLoadFinishTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDUnitsLoadStartTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) InitRDUnitsLoadStartTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) KExec(flags dbus.Flags) error
- func (v *MockInterfaceManager) KernelTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) KernelTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) KillUnit(flags dbus.Flags, name string, who string, signal int32) error
- func (v *MockInterfaceManager) LinkUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) ([]UnitFileChange, error)
- func (v *MockInterfaceManager) ListJobs(flags dbus.Flags) ([]JobInfo, error)
- func (v *MockInterfaceManager) ListUnitFiles(flags dbus.Flags) ([]UnitFile, error)
- func (v *MockInterfaceManager) ListUnitFilesByPatterns(flags dbus.Flags, states []string, patterns []string) ([]UnitFile, error)
- func (v *MockInterfaceManager) ListUnits(flags dbus.Flags) ([]UnitInfo, error)
- func (v *MockInterfaceManager) ListUnitsByNames(flags dbus.Flags, names []string) ([]UnitInfo, error)
- func (v *MockInterfaceManager) ListUnitsByPatterns(flags dbus.Flags, states []string, patterns []string) ([]UnitInfo, error)
- func (v *MockInterfaceManager) ListUnitsFiltered(flags dbus.Flags, states []string) ([]UnitInfo, error)
- func (v *MockInterfaceManager) LoadUnit(flags dbus.Flags, name string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) LoaderTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) LoaderTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) LogLevel() proxy.PropString
- func (v *MockInterfaceManager) LogTarget() proxy.PropString
- func (v *MockInterfaceManager) LookupDynamicUserByName(flags dbus.Flags, name string) (uint32, error)
- func (v *MockInterfaceManager) LookupDynamicUserByUID(flags dbus.Flags, uid uint32) (string, error)
- func (v *MockInterfaceManager) MaskUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) ([]UnitFileChange, error)
- func (v *MockInterfaceManager) NFailedJobs() proxy.PropUint32
- func (v *MockInterfaceManager) NFailedUnits() proxy.PropUint32
- func (v *MockInterfaceManager) NInstalledJobs() proxy.PropUint32
- func (v *MockInterfaceManager) NJobs() proxy.PropUint32
- func (v *MockInterfaceManager) NNames() proxy.PropUint32
- func (v *MockInterfaceManager) PowerOff(flags dbus.Flags) error
- func (v *MockInterfaceManager) PresetAllUnitFiles(flags dbus.Flags, mode string, runtime bool, force bool) ([]UnitFileChange, error)
- func (v *MockInterfaceManager) PresetUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) (bool, []UnitFileChange, error)
- func (v *MockInterfaceManager) PresetUnitFilesWithMode(flags dbus.Flags, files []string, mode string, runtime bool, force bool) (bool, []UnitFileChange, error)
- func (v *MockInterfaceManager) Progress() proxy.PropDouble
- func (v *MockInterfaceManager) Reboot(flags dbus.Flags) error
- func (v *MockInterfaceManager) ReenableUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) (bool, []UnitFileChange, error)
- func (v *MockInterfaceManager) Reexecute(flags dbus.Flags) error
- func (v *MockInterfaceManager) RefUnit(flags dbus.Flags, name string) error
- func (v *MockInterfaceManager) Reload(flags dbus.Flags) error
- func (v *MockInterfaceManager) ReloadOrRestartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) ReloadOrTryRestartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) ReloadUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) ResetFailed(flags dbus.Flags) error
- func (v *MockInterfaceManager) ResetFailedUnit(flags dbus.Flags, name string) error
- func (v *MockInterfaceManager) RestartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) RevertUnitFiles(flags dbus.Flags, files []string) ([]UnitFileChange, error)
- func (v *MockInterfaceManager) RuntimeWatchdogUSec() proxy.PropUint64
- func (v *MockInterfaceManager) SecurityFinishTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) SecurityFinishTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) SecurityStartTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) SecurityStartTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) ServiceWatchdogs() proxy.PropBool
- func (v *MockInterfaceManager) SetDefaultTarget(flags dbus.Flags, name string, force bool) ([]UnitFileChange, error)
- func (v *MockInterfaceManager) SetEnvironment(flags dbus.Flags, names []string) error
- func (v *MockInterfaceManager) SetExitCode(flags dbus.Flags, exitCode uint8) error
- func (v *MockInterfaceManager) SetUnitProperties(flags dbus.Flags, name string, runtime bool, properties []Property) error
- func (v *MockInterfaceManager) ShowStatus() proxy.PropBool
- func (v *MockInterfaceManager) ShutdownWatchdogUSec() proxy.PropUint64
- func (v *MockInterfaceManager) StartTransientUnit(flags dbus.Flags, name string, mode string, properties []Property, ...) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) StartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) StartUnitReplace(flags dbus.Flags, oldUnit string, newUnit string, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) StopUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) Subscribe(flags dbus.Flags) error
- func (v *MockInterfaceManager) SwitchRoot(flags dbus.Flags, newRoot string, init string) error
- func (v *MockInterfaceManager) SystemState() proxy.PropString
- func (v *MockInterfaceManager) Tainted() proxy.PropString
- func (v *MockInterfaceManager) TimerSlackNSec() proxy.PropUint64
- func (v *MockInterfaceManager) TryRestartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceManager) UnitPath() proxy.PropStringArray
- func (v *MockInterfaceManager) UnitsLoadFinishTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) UnitsLoadFinishTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) UnitsLoadStartTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) UnitsLoadStartTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) UnmaskUnitFiles(flags dbus.Flags, files []string, runtime bool) ([]UnitFileChange, error)
- func (v *MockInterfaceManager) UnrefUnit(flags dbus.Flags, name string) error
- func (v *MockInterfaceManager) UnsetAndSetEnvironment(flags dbus.Flags, unset []string, set []string) error
- func (v *MockInterfaceManager) UnsetEnvironment(flags dbus.Flags, names []string) error
- func (v *MockInterfaceManager) Unsubscribe(flags dbus.Flags) error
- func (v *MockInterfaceManager) UserspaceTimestamp() proxy.PropUint64
- func (v *MockInterfaceManager) UserspaceTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceManager) Version() proxy.PropString
- func (v *MockInterfaceManager) Virtualization() proxy.PropString
- type MockInterfaceService
- func (v *MockInterfaceService) AmbientCapabilities() proxy.PropUint64
- func (v *MockInterfaceService) AppArmorProfile() PropBS
- func (v *MockInterfaceService) AttachProcesses(flags dbus.Flags, arg0 string, arg1 []uint32) error
- func (v *MockInterfaceService) BindPaths() PropBindPaths
- func (v *MockInterfaceService) BindReadOnlyPaths() PropBindPaths
- func (v *MockInterfaceService) BlockIOAccounting() proxy.PropBool
- func (v *MockInterfaceService) BlockIODeviceWeight() PropIOParams
- func (v *MockInterfaceService) BlockIOReadBandwidth() PropIOParams
- func (v *MockInterfaceService) BlockIOWeight() proxy.PropUint64
- func (v *MockInterfaceService) BlockIOWriteBandwidth() PropIOParams
- func (v *MockInterfaceService) BusName() proxy.PropString
- func (v *MockInterfaceService) CPUAccounting() proxy.PropBool
- func (v *MockInterfaceService) CPUAffinity() proxy.PropByteArray
- func (v *MockInterfaceService) CPUQuotaPerSecUSec() proxy.PropUint64
- func (v *MockInterfaceService) CPUSchedulingPolicy() proxy.PropInt32
- func (v *MockInterfaceService) CPUSchedulingPriority() proxy.PropInt32
- func (v *MockInterfaceService) CPUSchedulingResetOnFork() proxy.PropBool
- func (v *MockInterfaceService) CPUShares() proxy.PropUint64
- func (v *MockInterfaceService) CPUUsageNSec() proxy.PropUint64
- func (v *MockInterfaceService) CPUWeight() proxy.PropUint64
- func (v *MockInterfaceService) CacheDirectory() proxy.PropStringArray
- func (v *MockInterfaceService) CacheDirectoryMode() proxy.PropUint32
- func (v *MockInterfaceService) CapabilityBoundingSet() proxy.PropUint64
- func (v *MockInterfaceService) ConfigurationDirectory() proxy.PropStringArray
- func (v *MockInterfaceService) ConfigurationDirectoryMode() proxy.PropUint32
- func (v *MockInterfaceService) ControlGroup() proxy.PropString
- func (v *MockInterfaceService) ControlPID() proxy.PropUint32
- func (v *MockInterfaceService) Delegate() proxy.PropBool
- func (v *MockInterfaceService) DelegateControllers() proxy.PropStringArray
- func (v *MockInterfaceService) DeviceAllow() PropServiceDeviceAllow
- func (v *MockInterfaceService) DevicePolicy() proxy.PropString
- func (v *MockInterfaceService) DisableControllers() proxy.PropStringArray
- func (v *MockInterfaceService) DynamicUser() proxy.PropBool
- func (v *MockInterfaceService) Environment() proxy.PropStringArray
- func (v *MockInterfaceService) EnvironmentFiles() PropEnvironmentFiles
- func (v *MockInterfaceService) ExecMainCode() proxy.PropInt32
- func (v *MockInterfaceService) ExecMainExitTimestamp() proxy.PropUint64
- func (v *MockInterfaceService) ExecMainExitTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceService) ExecMainPID() proxy.PropUint32
- func (v *MockInterfaceService) ExecMainStartTimestamp() proxy.PropUint64
- func (v *MockInterfaceService) ExecMainStartTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceService) ExecMainStatus() proxy.PropInt32
- func (v *MockInterfaceService) ExecReload() PropExecInfos
- func (v *MockInterfaceService) ExecStart() PropExecInfos
- func (v *MockInterfaceService) ExecStartPost() PropExecInfos
- func (v *MockInterfaceService) ExecStartPre() PropExecInfos
- func (v *MockInterfaceService) ExecStop() PropExecInfos
- func (v *MockInterfaceService) ExecStopPost() PropExecInfos
- func (v *MockInterfaceService) FileDescriptorStoreMax() proxy.PropUint32
- func (v *MockInterfaceService) FinalKillSignal() proxy.PropInt32
- func (v *MockInterfaceService) GID() proxy.PropUint32
- func (v *MockInterfaceService) GetProcesses(flags dbus.Flags) ([]UnitProcess, error)
- func (v *MockInterfaceService) GoAttachProcesses(flags dbus.Flags, ch chan *dbus.Call, arg0 string, arg1 []uint32) *dbus.Call
- func (v *MockInterfaceService) GoGetProcesses(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceService) Group() proxy.PropString
- func (v *MockInterfaceService) GuessMainPID() proxy.PropBool
- func (v *MockInterfaceService) IOAccounting() proxy.PropBool
- func (v *MockInterfaceService) IODeviceLatencyTargetUSec() PropIOParams
- func (v *MockInterfaceService) IODeviceWeight() PropIOParams
- func (v *MockInterfaceService) IOReadBandwidthMax() PropIOParams
- func (v *MockInterfaceService) IOReadIOPSMax() PropIOParams
- func (v *MockInterfaceService) IOSchedulingClass() proxy.PropInt32
- func (v *MockInterfaceService) IOSchedulingPriority() proxy.PropInt32
- func (v *MockInterfaceService) IOWeight() proxy.PropUint64
- func (v *MockInterfaceService) IOWriteBandwidthMax() PropIOParams
- func (v *MockInterfaceService) IOWriteIOPSMax() PropIOParams
- func (v *MockInterfaceService) IPAccounting() proxy.PropBool
- func (v *MockInterfaceService) IPAddressAllow() PropServiceIPAddressAllow
- func (v *MockInterfaceService) IPAddressDeny() PropServiceIPAddressDeny
- func (v *MockInterfaceService) IPEgressBytes() proxy.PropUint64
- func (v *MockInterfaceService) IPEgressPackets() proxy.PropUint64
- func (v *MockInterfaceService) IPIngressBytes() proxy.PropUint64
- func (v *MockInterfaceService) IPIngressPackets() proxy.PropUint64
- func (v *MockInterfaceService) IgnoreSIGPIPE() proxy.PropBool
- func (v *MockInterfaceService) InaccessiblePaths() proxy.PropStringArray
- func (v *MockInterfaceService) KeyringMode() proxy.PropString
- func (v *MockInterfaceService) KillMode() proxy.PropString
- func (v *MockInterfaceService) KillSignal() proxy.PropInt32
- func (v *MockInterfaceService) LimitAS() proxy.PropUint64
- func (v *MockInterfaceService) LimitASSoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitCORE() proxy.PropUint64
- func (v *MockInterfaceService) LimitCORESoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitCPU() proxy.PropUint64
- func (v *MockInterfaceService) LimitCPUSoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitDATA() proxy.PropUint64
- func (v *MockInterfaceService) LimitDATASoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitFSIZE() proxy.PropUint64
- func (v *MockInterfaceService) LimitFSIZESoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitLOCKS() proxy.PropUint64
- func (v *MockInterfaceService) LimitLOCKSSoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitMEMLOCK() proxy.PropUint64
- func (v *MockInterfaceService) LimitMEMLOCKSoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitMSGQUEUE() proxy.PropUint64
- func (v *MockInterfaceService) LimitMSGQUEUESoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitNICE() proxy.PropUint64
- func (v *MockInterfaceService) LimitNICESoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitNOFILE() proxy.PropUint64
- func (v *MockInterfaceService) LimitNOFILESoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitNPROC() proxy.PropUint64
- func (v *MockInterfaceService) LimitNPROCSoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitRSS() proxy.PropUint64
- func (v *MockInterfaceService) LimitRSSSoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitRTPRIO() proxy.PropUint64
- func (v *MockInterfaceService) LimitRTPRIOSoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitRTTIME() proxy.PropUint64
- func (v *MockInterfaceService) LimitRTTIMESoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitSIGPENDING() proxy.PropUint64
- func (v *MockInterfaceService) LimitSIGPENDINGSoft() proxy.PropUint64
- func (v *MockInterfaceService) LimitSTACK() proxy.PropUint64
- func (v *MockInterfaceService) LimitSTACKSoft() proxy.PropUint64
- func (v *MockInterfaceService) LockPersonality() proxy.PropBool
- func (v *MockInterfaceService) LogExtraFields() PropServiceLogExtraFields
- func (v *MockInterfaceService) LogLevelMax() proxy.PropInt32
- func (v *MockInterfaceService) LogRateLimitBurst() proxy.PropUint32
- func (v *MockInterfaceService) LogRateLimitIntervalUSec() proxy.PropUint64
- func (v *MockInterfaceService) LogsDirectory() proxy.PropStringArray
- func (v *MockInterfaceService) LogsDirectoryMode() proxy.PropUint32
- func (v *MockInterfaceService) MainPID() proxy.PropUint32
- func (v *MockInterfaceService) MemoryAccounting() proxy.PropBool
- func (v *MockInterfaceService) MemoryCurrent() proxy.PropUint64
- func (v *MockInterfaceService) MemoryDenyWriteExecute() proxy.PropBool
- func (v *MockInterfaceService) MemoryHigh() proxy.PropUint64
- func (v *MockInterfaceService) MemoryLimit() proxy.PropUint64
- func (v *MockInterfaceService) MemoryLow() proxy.PropUint64
- func (v *MockInterfaceService) MemoryMax() proxy.PropUint64
- func (v *MockInterfaceService) MemoryMin() proxy.PropUint64
- func (v *MockInterfaceService) MemorySwapMax() proxy.PropUint64
- func (v *MockInterfaceService) MountAPIVFS() proxy.PropBool
- func (v *MockInterfaceService) MountFlags() proxy.PropUint64
- func (v *MockInterfaceService) NFileDescriptorStore() proxy.PropUint32
- func (v *MockInterfaceService) NRestarts() proxy.PropUint32
- func (v *MockInterfaceService) Nice() proxy.PropInt32
- func (v *MockInterfaceService) NoNewPrivileges() proxy.PropBool
- func (v *MockInterfaceService) NonBlocking() proxy.PropBool
- func (v *MockInterfaceService) NotifyAccess() proxy.PropString
- func (v *MockInterfaceService) OOMScoreAdjust() proxy.PropInt32
- func (v *MockInterfaceService) PAMName() proxy.PropString
- func (v *MockInterfaceService) PIDFile() proxy.PropString
- func (v *MockInterfaceService) PassEnvironment() proxy.PropStringArray
- func (v *MockInterfaceService) Personality() proxy.PropString
- func (v *MockInterfaceService) PrivateDevices() proxy.PropBool
- func (v *MockInterfaceService) PrivateMounts() proxy.PropBool
- func (v *MockInterfaceService) PrivateNetwork() proxy.PropBool
- func (v *MockInterfaceService) PrivateTmp() proxy.PropBool
- func (v *MockInterfaceService) PrivateUsers() proxy.PropBool
- func (v *MockInterfaceService) ProtectControlGroups() proxy.PropBool
- func (v *MockInterfaceService) ProtectHome() proxy.PropString
- func (v *MockInterfaceService) ProtectKernelModules() proxy.PropBool
- func (v *MockInterfaceService) ProtectKernelTunables() proxy.PropBool
- func (v *MockInterfaceService) ProtectSystem() proxy.PropString
- func (v *MockInterfaceService) ReadOnlyPaths() proxy.PropStringArray
- func (v *MockInterfaceService) ReadWritePaths() proxy.PropStringArray
- func (v *MockInterfaceService) RemainAfterExit() proxy.PropBool
- func (v *MockInterfaceService) RemoveIPC() proxy.PropBool
- func (v *MockInterfaceService) Restart() proxy.PropString
- func (v *MockInterfaceService) RestartForceExitStatus() PropExitStatus
- func (v *MockInterfaceService) RestartPreventExitStatus() PropExitStatus
- func (v *MockInterfaceService) RestartUSec() proxy.PropUint64
- func (v *MockInterfaceService) RestrictAddressFamilies() PropServiceRestrictAddressFamilies
- func (v *MockInterfaceService) RestrictNamespaces() proxy.PropUint64
- func (v *MockInterfaceService) RestrictRealtime() proxy.PropBool
- func (v *MockInterfaceService) Result() proxy.PropString
- func (v *MockInterfaceService) RootDirectory() proxy.PropString
- func (v *MockInterfaceService) RootDirectoryStartOnly() proxy.PropBool
- func (v *MockInterfaceService) RootImage() proxy.PropString
- func (v *MockInterfaceService) RuntimeDirectory() proxy.PropStringArray
- func (v *MockInterfaceService) RuntimeDirectoryMode() proxy.PropUint32
- func (v *MockInterfaceService) RuntimeDirectoryPreserve() proxy.PropString
- func (v *MockInterfaceService) RuntimeMaxUSec() proxy.PropUint64
- func (v *MockInterfaceService) SELinuxContext() PropBS
- func (v *MockInterfaceService) SameProcessGroup() proxy.PropBool
- func (v *MockInterfaceService) SecureBits() proxy.PropInt32
- func (v *MockInterfaceService) SendSIGHUP() proxy.PropBool
- func (v *MockInterfaceService) SendSIGKILL() proxy.PropBool
- func (v *MockInterfaceService) Slice() proxy.PropString
- func (v *MockInterfaceService) SmackProcessLabel() PropBS
- func (v *MockInterfaceService) StandardError() proxy.PropString
- func (v *MockInterfaceService) StandardErrorFileDescriptorName() proxy.PropString
- func (v *MockInterfaceService) StandardInput() proxy.PropString
- func (v *MockInterfaceService) StandardInputData() proxy.PropByteArray
- func (v *MockInterfaceService) StandardInputFileDescriptorName() proxy.PropString
- func (v *MockInterfaceService) StandardOutput() proxy.PropString
- func (v *MockInterfaceService) StandardOutputFileDescriptorName() proxy.PropString
- func (v *MockInterfaceService) StartupBlockIOWeight() proxy.PropUint64
- func (v *MockInterfaceService) StartupCPUShares() proxy.PropUint64
- func (v *MockInterfaceService) StartupCPUWeight() proxy.PropUint64
- func (v *MockInterfaceService) StartupIOWeight() proxy.PropUint64
- func (v *MockInterfaceService) StateDirectory() proxy.PropStringArray
- func (v *MockInterfaceService) StateDirectoryMode() proxy.PropUint32
- func (v *MockInterfaceService) StatusErrno() proxy.PropInt32
- func (v *MockInterfaceService) StatusText() proxy.PropString
- func (v *MockInterfaceService) SuccessExitStatus() PropExitStatus
- func (v *MockInterfaceService) SupplementaryGroups() proxy.PropStringArray
- func (v *MockInterfaceService) SyslogFacility() proxy.PropInt32
- func (v *MockInterfaceService) SyslogIdentifier() proxy.PropString
- func (v *MockInterfaceService) SyslogLevel() proxy.PropInt32
- func (v *MockInterfaceService) SyslogLevelPrefix() proxy.PropBool
- func (v *MockInterfaceService) SyslogPriority() proxy.PropInt32
- func (v *MockInterfaceService) SystemCallArchitectures() proxy.PropStringArray
- func (v *MockInterfaceService) SystemCallErrorNumber() proxy.PropInt32
- func (v *MockInterfaceService) SystemCallFilter() PropServiceSystemCallFilter
- func (v *MockInterfaceService) TTYPath() proxy.PropString
- func (v *MockInterfaceService) TTYReset() proxy.PropBool
- func (v *MockInterfaceService) TTYVHangup() proxy.PropBool
- func (v *MockInterfaceService) TTYVTDisallocate() proxy.PropBool
- func (v *MockInterfaceService) TasksAccounting() proxy.PropBool
- func (v *MockInterfaceService) TasksCurrent() proxy.PropUint64
- func (v *MockInterfaceService) TasksMax() proxy.PropUint64
- func (v *MockInterfaceService) TemporaryFileSystem() PropServiceTemporaryFileSystem
- func (v *MockInterfaceService) TimeoutStartUSec() proxy.PropUint64
- func (v *MockInterfaceService) TimeoutStopUSec() proxy.PropUint64
- func (v *MockInterfaceService) TimerSlackNSec() proxy.PropUint64
- func (v *MockInterfaceService) Type() proxy.PropString
- func (v *MockInterfaceService) UID() proxy.PropUint32
- func (v *MockInterfaceService) UMask() proxy.PropUint32
- func (v *MockInterfaceService) USBFunctionDescriptors() proxy.PropString
- func (v *MockInterfaceService) USBFunctionStrings() proxy.PropString
- func (v *MockInterfaceService) UnsetEnvironment() proxy.PropStringArray
- func (v *MockInterfaceService) User() proxy.PropString
- func (v *MockInterfaceService) UtmpIdentifier() proxy.PropString
- func (v *MockInterfaceService) UtmpMode() proxy.PropString
- func (v *MockInterfaceService) WatchdogSignal() proxy.PropInt32
- func (v *MockInterfaceService) WatchdogTimestamp() proxy.PropUint64
- func (v *MockInterfaceService) WatchdogTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceService) WatchdogUSec() proxy.PropUint64
- func (v *MockInterfaceService) WorkingDirectory() proxy.PropString
- type MockInterfaceUnit
- func (v *MockInterfaceUnit) ActiveEnterTimestamp() proxy.PropUint64
- func (v *MockInterfaceUnit) ActiveEnterTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceUnit) ActiveExitTimestamp() proxy.PropUint64
- func (v *MockInterfaceUnit) ActiveExitTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceUnit) ActiveState() proxy.PropString
- func (v *MockInterfaceUnit) After() proxy.PropStringArray
- func (v *MockInterfaceUnit) AllowIsolate() proxy.PropBool
- func (v *MockInterfaceUnit) AssertResult() proxy.PropBool
- func (v *MockInterfaceUnit) AssertTimestamp() proxy.PropUint64
- func (v *MockInterfaceUnit) AssertTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceUnit) Asserts() PropUnitAsserts
- func (v *MockInterfaceUnit) Before() proxy.PropStringArray
- func (v *MockInterfaceUnit) BindsTo() proxy.PropStringArray
- func (v *MockInterfaceUnit) BoundBy() proxy.PropStringArray
- func (v *MockInterfaceUnit) CanIsolate() proxy.PropBool
- func (v *MockInterfaceUnit) CanReload() proxy.PropBool
- func (v *MockInterfaceUnit) CanStart() proxy.PropBool
- func (v *MockInterfaceUnit) CanStop() proxy.PropBool
- func (v *MockInterfaceUnit) CollectMode() proxy.PropString
- func (v *MockInterfaceUnit) ConditionResult() proxy.PropBool
- func (v *MockInterfaceUnit) ConditionTimestamp() proxy.PropUint64
- func (v *MockInterfaceUnit) ConditionTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceUnit) Conditions() PropUnitConditions
- func (v *MockInterfaceUnit) ConflictedBy() proxy.PropStringArray
- func (v *MockInterfaceUnit) Conflicts() proxy.PropStringArray
- func (v *MockInterfaceUnit) ConsistsOf() proxy.PropStringArray
- func (v *MockInterfaceUnit) DefaultDependencies() proxy.PropBool
- func (v *MockInterfaceUnit) Description() proxy.PropString
- func (v *MockInterfaceUnit) Documentation() proxy.PropStringArray
- func (v *MockInterfaceUnit) DropInPaths() proxy.PropStringArray
- func (v *MockInterfaceUnit) FailureAction() proxy.PropString
- func (v *MockInterfaceUnit) FailureActionExitStatus() proxy.PropInt32
- func (v *MockInterfaceUnit) Following() proxy.PropString
- func (v *MockInterfaceUnit) FragmentPath() proxy.PropString
- func (v *MockInterfaceUnit) GoKill(flags dbus.Flags, ch chan *dbus.Call, who string, signal int32) *dbus.Call
- func (v *MockInterfaceUnit) GoRef(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceUnit) GoReload(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
- func (v *MockInterfaceUnit) GoReloadOrRestart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
- func (v *MockInterfaceUnit) GoReloadOrTryRestart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
- func (v *MockInterfaceUnit) GoResetFailed(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceUnit) GoRestart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
- func (v *MockInterfaceUnit) GoSetProperties(flags dbus.Flags, ch chan *dbus.Call, runtime bool, properties []Property) *dbus.Call
- func (v *MockInterfaceUnit) GoStart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
- func (v *MockInterfaceUnit) GoStop(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
- func (v *MockInterfaceUnit) GoTryRestart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
- func (v *MockInterfaceUnit) GoUnref(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
- func (v *MockInterfaceUnit) Id() proxy.PropString
- func (v *MockInterfaceUnit) IgnoreOnIsolate() proxy.PropBool
- func (v *MockInterfaceUnit) InactiveEnterTimestamp() proxy.PropUint64
- func (v *MockInterfaceUnit) InactiveEnterTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceUnit) InactiveExitTimestamp() proxy.PropUint64
- func (v *MockInterfaceUnit) InactiveExitTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceUnit) InvocationID() proxy.PropByteArray
- func (v *MockInterfaceUnit) Job() PropUnitJob
- func (v *MockInterfaceUnit) JobRunningTimeoutUSec() proxy.PropUint64
- func (v *MockInterfaceUnit) JobTimeoutAction() proxy.PropString
- func (v *MockInterfaceUnit) JobTimeoutRebootArgument() proxy.PropString
- func (v *MockInterfaceUnit) JobTimeoutUSec() proxy.PropUint64
- func (v *MockInterfaceUnit) JoinsNamespaceOf() proxy.PropStringArray
- func (v *MockInterfaceUnit) Kill(flags dbus.Flags, who string, signal int32) error
- func (v *MockInterfaceUnit) LoadError() PropUnitLoadError
- func (v *MockInterfaceUnit) LoadState() proxy.PropString
- func (v *MockInterfaceUnit) Names() proxy.PropStringArray
- func (v *MockInterfaceUnit) NeedDaemonReload() proxy.PropBool
- func (v *MockInterfaceUnit) OnFailure() proxy.PropStringArray
- func (v *MockInterfaceUnit) OnFailureJobMode() proxy.PropString
- func (v *MockInterfaceUnit) PartOf() proxy.PropStringArray
- func (v *MockInterfaceUnit) Perpetual() proxy.PropBool
- func (v *MockInterfaceUnit) PropagatesReloadTo() proxy.PropStringArray
- func (v *MockInterfaceUnit) RebootArgument() proxy.PropString
- func (v *MockInterfaceUnit) Ref(flags dbus.Flags) error
- func (v *MockInterfaceUnit) Refs() proxy.PropStringArray
- func (v *MockInterfaceUnit) RefuseManualStart() proxy.PropBool
- func (v *MockInterfaceUnit) RefuseManualStop() proxy.PropBool
- func (v *MockInterfaceUnit) Reload(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceUnit) ReloadOrRestart(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceUnit) ReloadOrTryRestart(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceUnit) ReloadPropagatedFrom() proxy.PropStringArray
- func (v *MockInterfaceUnit) RequiredBy() proxy.PropStringArray
- func (v *MockInterfaceUnit) Requires() proxy.PropStringArray
- func (v *MockInterfaceUnit) RequiresMountsFor() proxy.PropStringArray
- func (v *MockInterfaceUnit) Requisite() proxy.PropStringArray
- func (v *MockInterfaceUnit) RequisiteOf() proxy.PropStringArray
- func (v *MockInterfaceUnit) ResetFailed(flags dbus.Flags) error
- func (v *MockInterfaceUnit) Restart(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceUnit) SetProperties(flags dbus.Flags, runtime bool, properties []Property) error
- func (v *MockInterfaceUnit) SourcePath() proxy.PropString
- func (v *MockInterfaceUnit) Start(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceUnit) StartLimitAction() proxy.PropString
- func (v *MockInterfaceUnit) StartLimitBurst() proxy.PropUint32
- func (v *MockInterfaceUnit) StartLimitIntervalUSec() proxy.PropUint64
- func (v *MockInterfaceUnit) StateChangeTimestamp() proxy.PropUint64
- func (v *MockInterfaceUnit) StateChangeTimestampMonotonic() proxy.PropUint64
- func (v *MockInterfaceUnit) Stop(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceUnit) StopWhenUnneeded() proxy.PropBool
- func (v *MockInterfaceUnit) SubState() proxy.PropString
- func (v *MockInterfaceUnit) SuccessAction() proxy.PropString
- func (v *MockInterfaceUnit) SuccessActionExitStatus() proxy.PropInt32
- func (v *MockInterfaceUnit) Transient() proxy.PropBool
- func (v *MockInterfaceUnit) TriggeredBy() proxy.PropStringArray
- func (v *MockInterfaceUnit) Triggers() proxy.PropStringArray
- func (v *MockInterfaceUnit) TryRestart(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
- func (v *MockInterfaceUnit) UnitFilePreset() proxy.PropString
- func (v *MockInterfaceUnit) UnitFileState() proxy.PropString
- func (v *MockInterfaceUnit) Unref(flags dbus.Flags) error
- func (v *MockInterfaceUnit) WantedBy() proxy.PropStringArray
- func (v *MockInterfaceUnit) Wants() proxy.PropStringArray
- type MockManager
- type MockPropBS
- type MockPropBindPaths
- type MockPropEnvironmentFiles
- type MockPropExecInfos
- type MockPropExitStatus
- type MockPropIOParams
- type MockPropServiceDeviceAllow
- type MockPropServiceIPAddressAllow
- func (p MockPropServiceIPAddressAllow) ConnectChanged(cb func(hasValue bool, value []IPAddressAllowItem)) error
- func (p MockPropServiceIPAddressAllow) Get(flags dbus.Flags) (value []IPAddressAllowItem, err error)
- func (p MockPropServiceIPAddressAllow) Set(flags dbus.Flags, value []IPAddressAllowItem) error
- type MockPropServiceIPAddressDeny
- func (p MockPropServiceIPAddressDeny) ConnectChanged(cb func(hasValue bool, value []IPAddressDenyItem)) error
- func (p MockPropServiceIPAddressDeny) Get(flags dbus.Flags) (value []IPAddressDenyItem, err error)
- func (p MockPropServiceIPAddressDeny) Set(flags dbus.Flags, value []IPAddressDenyItem) error
- type MockPropServiceLogExtraFields
- type MockPropServiceRestrictAddressFamilies
- func (p MockPropServiceRestrictAddressFamilies) ConnectChanged(cb func(hasValue bool, value RestrictAddressFamilies)) error
- func (p MockPropServiceRestrictAddressFamilies) Get(flags dbus.Flags) (value RestrictAddressFamilies, err error)
- func (p MockPropServiceRestrictAddressFamilies) Set(flags dbus.Flags, value RestrictAddressFamilies) error
- type MockPropServiceSystemCallFilter
- func (p MockPropServiceSystemCallFilter) ConnectChanged(cb func(hasValue bool, value SystemCallFilter)) error
- func (p MockPropServiceSystemCallFilter) Get(flags dbus.Flags) (value SystemCallFilter, err error)
- func (p MockPropServiceSystemCallFilter) Set(flags dbus.Flags, value SystemCallFilter) error
- type MockPropServiceTemporaryFileSystem
- func (p MockPropServiceTemporaryFileSystem) ConnectChanged(cb func(hasValue bool, value []TemporaryFileSystemItem)) error
- func (p MockPropServiceTemporaryFileSystem) Get(flags dbus.Flags) (value []TemporaryFileSystemItem, err error)
- func (p MockPropServiceTemporaryFileSystem) Set(flags dbus.Flags, value []TemporaryFileSystemItem) error
- type MockPropUnitAsserts
- type MockPropUnitConditions
- type MockPropUnitJob
- type MockPropUnitLoadError
- type MockUnit
- type PropBS
- type PropBindPaths
- type PropEnvironmentFiles
- type PropExecInfos
- type PropExitStatus
- type PropIOParams
- type PropServiceDeviceAllow
- type PropServiceIPAddressAllow
- type PropServiceIPAddressDeny
- type PropServiceLogExtraFields
- type PropServiceRestrictAddressFamilies
- type PropServiceSystemCallFilter
- type PropServiceTemporaryFileSystem
- type PropUnitAsserts
- type PropUnitConditions
- type PropUnitJob
- type PropUnitLoadError
- type Property
- type PropertyCollection
- type RestrictAddressFamilies
- type SystemCallFilter
- type TemporaryFileSystemItem
- type Unit
- type UnitFile
- type UnitFileChange
- type UnitInfo
- type UnitProcess
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Condition ¶
type Condition struct { Type string IsTrigger bool IsReversed bool Right string // The status can be 0, in which case the condition hasn't been checked yet, a positive value, in which case the condition passed, or a negative value, in which case the condition failed. Currently only 0, +1, and -1 are used, but additional values may be used in the future, retaining the meaning of zero/positive/negative values. Status int32 }
type DeviceAllowItem ¶
type DynamicUser ¶
type EnvironmentFile ¶
type ExitStatus ¶
type IPAddressAllowItem ¶
type IPAddressDenyItem ¶
type IPAddressDenyItem IPAddressAllowItem
type Manager ¶
func NewManager ¶
func NewManager(conn *dbus.Conn) Manager
type MockInterfaceManager ¶
func (*MockInterfaceManager) AbandonScope ¶
func (v *MockInterfaceManager) AbandonScope(flags dbus.Flags, name string) error
func (*MockInterfaceManager) AddDependencyUnitFiles ¶
func (v *MockInterfaceManager) AddDependencyUnitFiles(flags dbus.Flags, files []string, target string, type0 string, runtime bool, force bool) ([]UnitFileChange, error)
func (*MockInterfaceManager) Architecture ¶
func (v *MockInterfaceManager) Architecture() proxy.PropString
func (*MockInterfaceManager) AttachProcessesToUnit ¶
func (v *MockInterfaceManager) AttachProcessesToUnit(flags dbus.Flags, name string, path string, pids []uint32) error
func (*MockInterfaceManager) CancelJob ¶
func (v *MockInterfaceManager) CancelJob(flags dbus.Flags, id uint32) error
func (*MockInterfaceManager) ClearJobs ¶
func (v *MockInterfaceManager) ClearJobs(flags dbus.Flags) error
func (*MockInterfaceManager) ConfirmSpawn ¶
func (v *MockInterfaceManager) ConfirmSpawn() proxy.PropBool
func (*MockInterfaceManager) ConnectJobNew ¶
func (v *MockInterfaceManager) ConnectJobNew(cb func(id uint32, job dbus.ObjectPath, unit string)) (dbusutil.SignalHandlerId, error)
func (*MockInterfaceManager) ConnectJobRemoved ¶
func (v *MockInterfaceManager) ConnectJobRemoved(cb func(id uint32, job dbus.ObjectPath, unit string, result string)) (dbusutil.SignalHandlerId, error)
func (*MockInterfaceManager) ConnectReloading ¶
func (v *MockInterfaceManager) ConnectReloading(cb func(active bool)) (dbusutil.SignalHandlerId, error)
func (*MockInterfaceManager) ConnectStartupFinished ¶
func (v *MockInterfaceManager) ConnectStartupFinished(cb func(firmware uint64, loader uint64, kernel uint64, initrd uint64, userspace uint64, total uint64)) (dbusutil.SignalHandlerId, error)
func (*MockInterfaceManager) ConnectUnitFilesChanged ¶
func (v *MockInterfaceManager) ConnectUnitFilesChanged(cb func()) (dbusutil.SignalHandlerId, error)
func (*MockInterfaceManager) ConnectUnitNew ¶
func (v *MockInterfaceManager) ConnectUnitNew(cb func(id string, unit dbus.ObjectPath)) (dbusutil.SignalHandlerId, error)
func (*MockInterfaceManager) ConnectUnitRemoved ¶
func (v *MockInterfaceManager) ConnectUnitRemoved(cb func(id string, unit dbus.ObjectPath)) (dbusutil.SignalHandlerId, error)
func (*MockInterfaceManager) ControlGroup ¶
func (v *MockInterfaceManager) ControlGroup() proxy.PropString
func (*MockInterfaceManager) DefaultBlockIOAccounting ¶
func (v *MockInterfaceManager) DefaultBlockIOAccounting() proxy.PropBool
func (*MockInterfaceManager) DefaultCPUAccounting ¶
func (v *MockInterfaceManager) DefaultCPUAccounting() proxy.PropBool
func (*MockInterfaceManager) DefaultLimitAS ¶
func (v *MockInterfaceManager) DefaultLimitAS() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitASSoft ¶
func (v *MockInterfaceManager) DefaultLimitASSoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitCORE ¶
func (v *MockInterfaceManager) DefaultLimitCORE() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitCORESoft ¶
func (v *MockInterfaceManager) DefaultLimitCORESoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitCPU ¶
func (v *MockInterfaceManager) DefaultLimitCPU() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitCPUSoft ¶
func (v *MockInterfaceManager) DefaultLimitCPUSoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitDATA ¶
func (v *MockInterfaceManager) DefaultLimitDATA() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitDATASoft ¶
func (v *MockInterfaceManager) DefaultLimitDATASoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitFSIZE ¶
func (v *MockInterfaceManager) DefaultLimitFSIZE() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitFSIZESoft ¶
func (v *MockInterfaceManager) DefaultLimitFSIZESoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitLOCKS ¶
func (v *MockInterfaceManager) DefaultLimitLOCKS() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitLOCKSSoft ¶
func (v *MockInterfaceManager) DefaultLimitLOCKSSoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitMEMLOCK ¶
func (v *MockInterfaceManager) DefaultLimitMEMLOCK() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitMEMLOCKSoft ¶
func (v *MockInterfaceManager) DefaultLimitMEMLOCKSoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitMSGQUEUE ¶
func (v *MockInterfaceManager) DefaultLimitMSGQUEUE() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitMSGQUEUESoft ¶
func (v *MockInterfaceManager) DefaultLimitMSGQUEUESoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitNICE ¶
func (v *MockInterfaceManager) DefaultLimitNICE() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitNICESoft ¶
func (v *MockInterfaceManager) DefaultLimitNICESoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitNOFILE ¶
func (v *MockInterfaceManager) DefaultLimitNOFILE() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitNOFILESoft ¶
func (v *MockInterfaceManager) DefaultLimitNOFILESoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitNPROC ¶
func (v *MockInterfaceManager) DefaultLimitNPROC() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitNPROCSoft ¶
func (v *MockInterfaceManager) DefaultLimitNPROCSoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitRSS ¶
func (v *MockInterfaceManager) DefaultLimitRSS() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitRSSSoft ¶
func (v *MockInterfaceManager) DefaultLimitRSSSoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitRTPRIO ¶
func (v *MockInterfaceManager) DefaultLimitRTPRIO() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitRTPRIOSoft ¶
func (v *MockInterfaceManager) DefaultLimitRTPRIOSoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitRTTIME ¶
func (v *MockInterfaceManager) DefaultLimitRTTIME() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitRTTIMESoft ¶
func (v *MockInterfaceManager) DefaultLimitRTTIMESoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitSIGPENDING ¶
func (v *MockInterfaceManager) DefaultLimitSIGPENDING() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitSIGPENDINGSoft ¶
func (v *MockInterfaceManager) DefaultLimitSIGPENDINGSoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitSTACK ¶
func (v *MockInterfaceManager) DefaultLimitSTACK() proxy.PropUint64
func (*MockInterfaceManager) DefaultLimitSTACKSoft ¶
func (v *MockInterfaceManager) DefaultLimitSTACKSoft() proxy.PropUint64
func (*MockInterfaceManager) DefaultMemoryAccounting ¶
func (v *MockInterfaceManager) DefaultMemoryAccounting() proxy.PropBool
func (*MockInterfaceManager) DefaultRestartUSec ¶
func (v *MockInterfaceManager) DefaultRestartUSec() proxy.PropUint64
func (*MockInterfaceManager) DefaultStandardError ¶
func (v *MockInterfaceManager) DefaultStandardError() proxy.PropString
func (*MockInterfaceManager) DefaultStandardOutput ¶
func (v *MockInterfaceManager) DefaultStandardOutput() proxy.PropString
func (*MockInterfaceManager) DefaultStartLimitBurst ¶
func (v *MockInterfaceManager) DefaultStartLimitBurst() proxy.PropUint32
func (*MockInterfaceManager) DefaultStartLimitIntervalUSec ¶
func (v *MockInterfaceManager) DefaultStartLimitIntervalUSec() proxy.PropUint64
func (*MockInterfaceManager) DefaultTasksAccounting ¶
func (v *MockInterfaceManager) DefaultTasksAccounting() proxy.PropBool
func (*MockInterfaceManager) DefaultTasksMax ¶
func (v *MockInterfaceManager) DefaultTasksMax() proxy.PropUint64
func (*MockInterfaceManager) DefaultTimeoutStartUSec ¶
func (v *MockInterfaceManager) DefaultTimeoutStartUSec() proxy.PropUint64
func (*MockInterfaceManager) DefaultTimeoutStopUSec ¶
func (v *MockInterfaceManager) DefaultTimeoutStopUSec() proxy.PropUint64
func (*MockInterfaceManager) DefaultTimerAccuracyUSec ¶
func (v *MockInterfaceManager) DefaultTimerAccuracyUSec() proxy.PropUint64
func (*MockInterfaceManager) DisableUnitFiles ¶
func (v *MockInterfaceManager) DisableUnitFiles(flags dbus.Flags, files []string, runtime bool) ([]UnitFileChange, error)
func (*MockInterfaceManager) Dump ¶
func (v *MockInterfaceManager) Dump(flags dbus.Flags) (string, error)
func (*MockInterfaceManager) DumpByFileDescriptor ¶
func (v *MockInterfaceManager) DumpByFileDescriptor(flags dbus.Flags) (dbus.UnixFD, error)
func (*MockInterfaceManager) EnableUnitFiles ¶
func (v *MockInterfaceManager) EnableUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) (bool, []UnitFileChange, error)
func (*MockInterfaceManager) Environment ¶
func (v *MockInterfaceManager) Environment() proxy.PropStringArray
func (*MockInterfaceManager) Exit ¶
func (v *MockInterfaceManager) Exit(flags dbus.Flags) error
func (*MockInterfaceManager) ExitCode ¶
func (v *MockInterfaceManager) ExitCode() proxy.PropByte
func (*MockInterfaceManager) Features ¶
func (v *MockInterfaceManager) Features() proxy.PropString
func (*MockInterfaceManager) FinishTimestamp ¶
func (v *MockInterfaceManager) FinishTimestamp() proxy.PropUint64
func (*MockInterfaceManager) FinishTimestampMonotonic ¶
func (v *MockInterfaceManager) FinishTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) FirmwareTimestamp ¶
func (v *MockInterfaceManager) FirmwareTimestamp() proxy.PropUint64
func (*MockInterfaceManager) FirmwareTimestampMonotonic ¶
func (v *MockInterfaceManager) FirmwareTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) GeneratorsFinishTimestamp ¶
func (v *MockInterfaceManager) GeneratorsFinishTimestamp() proxy.PropUint64
func (*MockInterfaceManager) GeneratorsFinishTimestampMonotonic ¶
func (v *MockInterfaceManager) GeneratorsFinishTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) GeneratorsStartTimestamp ¶
func (v *MockInterfaceManager) GeneratorsStartTimestamp() proxy.PropUint64
func (*MockInterfaceManager) GeneratorsStartTimestampMonotonic ¶
func (v *MockInterfaceManager) GeneratorsStartTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) GetDefaultTarget ¶
func (v *MockInterfaceManager) GetDefaultTarget(flags dbus.Flags) (string, error)
func (*MockInterfaceManager) GetDynamicUsers ¶
func (v *MockInterfaceManager) GetDynamicUsers(flags dbus.Flags) ([]DynamicUser, error)
func (*MockInterfaceManager) GetJob ¶
func (v *MockInterfaceManager) GetJob(flags dbus.Flags, id uint32) (dbus.ObjectPath, error)
func (*MockInterfaceManager) GetJobAfter ¶
func (v *MockInterfaceManager) GetJobAfter(flags dbus.Flags, id uint32) ([]JobInfo, error)
func (*MockInterfaceManager) GetJobBefore ¶
func (v *MockInterfaceManager) GetJobBefore(flags dbus.Flags, id uint32) ([]JobInfo, error)
func (*MockInterfaceManager) GetUnit ¶
func (v *MockInterfaceManager) GetUnit(flags dbus.Flags, name string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) GetUnitByControlGroup ¶
func (v *MockInterfaceManager) GetUnitByControlGroup(flags dbus.Flags, ctrlGroup string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) GetUnitByInvocationID ¶
func (v *MockInterfaceManager) GetUnitByInvocationID(flags dbus.Flags, invocationID []uint8) (dbus.ObjectPath, error)
func (*MockInterfaceManager) GetUnitByPID ¶
func (v *MockInterfaceManager) GetUnitByPID(flags dbus.Flags, pid uint32) (dbus.ObjectPath, error)
func (*MockInterfaceManager) GetUnitFileLinks ¶
func (v *MockInterfaceManager) GetUnitFileLinks(flags dbus.Flags, name string, runtime bool) ([]string, error)
func (*MockInterfaceManager) GetUnitFileState ¶
func (v *MockInterfaceManager) GetUnitFileState(flags dbus.Flags, unit string) (string, error)
func (*MockInterfaceManager) GetUnitProcesses ¶
func (v *MockInterfaceManager) GetUnitProcesses(flags dbus.Flags, name string) ([]UnitProcess, error)
func (*MockInterfaceManager) GoAbandonScope ¶
func (v *MockInterfaceManager) GoAbandonScope(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
func (*MockInterfaceManager) GoAddDependencyUnitFiles ¶
func (*MockInterfaceManager) GoAttachProcessesToUnit ¶
func (v *MockInterfaceManager) GoAttachProcessesToUnit(flags dbus.Flags, ch chan *dbus.Call, name string, path string, pids []uint32) *dbus.Call
func (*MockInterfaceManager) GoCancelJob ¶
func (v *MockInterfaceManager) GoCancelJob(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
func (*MockInterfaceManager) GoClearJobs ¶
func (v *MockInterfaceManager) GoClearJobs(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoDisableUnitFiles ¶
func (v *MockInterfaceManager) GoDisableUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool) *dbus.Call
func (*MockInterfaceManager) GoDump ¶
func (v *MockInterfaceManager) GoDump(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoDumpByFileDescriptor ¶
func (v *MockInterfaceManager) GoDumpByFileDescriptor(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoEnableUnitFiles ¶
func (v *MockInterfaceManager) GoEnableUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
func (*MockInterfaceManager) GoExit ¶
func (v *MockInterfaceManager) GoExit(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoGetDefaultTarget ¶
func (v *MockInterfaceManager) GoGetDefaultTarget(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoGetDynamicUsers ¶
func (v *MockInterfaceManager) GoGetDynamicUsers(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoGetJob ¶
func (v *MockInterfaceManager) GoGetJob(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
func (*MockInterfaceManager) GoGetJobAfter ¶
func (v *MockInterfaceManager) GoGetJobAfter(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
func (*MockInterfaceManager) GoGetJobBefore ¶
func (v *MockInterfaceManager) GoGetJobBefore(flags dbus.Flags, ch chan *dbus.Call, id uint32) *dbus.Call
func (*MockInterfaceManager) GoGetUnit ¶
func (v *MockInterfaceManager) GoGetUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
func (*MockInterfaceManager) GoGetUnitByControlGroup ¶
func (v *MockInterfaceManager) GoGetUnitByControlGroup(flags dbus.Flags, ch chan *dbus.Call, ctrlGroup string) *dbus.Call
func (*MockInterfaceManager) GoGetUnitByInvocationID ¶
func (v *MockInterfaceManager) GoGetUnitByInvocationID(flags dbus.Flags, ch chan *dbus.Call, invocationID []uint8) *dbus.Call
func (*MockInterfaceManager) GoGetUnitByPID ¶
func (v *MockInterfaceManager) GoGetUnitByPID(flags dbus.Flags, ch chan *dbus.Call, pid uint32) *dbus.Call
func (*MockInterfaceManager) GoGetUnitFileLinks ¶
func (v *MockInterfaceManager) GoGetUnitFileLinks(flags dbus.Flags, ch chan *dbus.Call, name string, runtime bool) *dbus.Call
func (*MockInterfaceManager) GoGetUnitFileState ¶
func (v *MockInterfaceManager) GoGetUnitFileState(flags dbus.Flags, ch chan *dbus.Call, unit string) *dbus.Call
func (*MockInterfaceManager) GoGetUnitProcesses ¶
func (v *MockInterfaceManager) GoGetUnitProcesses(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
func (*MockInterfaceManager) GoHalt ¶
func (v *MockInterfaceManager) GoHalt(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoKExec ¶
func (v *MockInterfaceManager) GoKExec(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoKillUnit ¶
func (v *MockInterfaceManager) GoKillUnit(flags dbus.Flags, ch chan *dbus.Call, name string, who string, signal int32) *dbus.Call
func (*MockInterfaceManager) GoLinkUnitFiles ¶
func (v *MockInterfaceManager) GoLinkUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
func (*MockInterfaceManager) GoListJobs ¶
func (v *MockInterfaceManager) GoListJobs(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoListUnitFiles ¶
func (v *MockInterfaceManager) GoListUnitFiles(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoListUnitFilesByPatterns ¶
func (v *MockInterfaceManager) GoListUnitFilesByPatterns(flags dbus.Flags, ch chan *dbus.Call, states []string, patterns []string) *dbus.Call
func (*MockInterfaceManager) GoListUnits ¶
func (v *MockInterfaceManager) GoListUnits(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoListUnitsByNames ¶
func (v *MockInterfaceManager) GoListUnitsByNames(flags dbus.Flags, ch chan *dbus.Call, names []string) *dbus.Call
func (*MockInterfaceManager) GoListUnitsByPatterns ¶
func (v *MockInterfaceManager) GoListUnitsByPatterns(flags dbus.Flags, ch chan *dbus.Call, states []string, patterns []string) *dbus.Call
func (*MockInterfaceManager) GoListUnitsFiltered ¶
func (v *MockInterfaceManager) GoListUnitsFiltered(flags dbus.Flags, ch chan *dbus.Call, states []string) *dbus.Call
func (*MockInterfaceManager) GoLoadUnit ¶
func (v *MockInterfaceManager) GoLoadUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
func (*MockInterfaceManager) GoLookupDynamicUserByName ¶
func (v *MockInterfaceManager) GoLookupDynamicUserByName(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
func (*MockInterfaceManager) GoLookupDynamicUserByUID ¶
func (v *MockInterfaceManager) GoLookupDynamicUserByUID(flags dbus.Flags, ch chan *dbus.Call, uid uint32) *dbus.Call
func (*MockInterfaceManager) GoMaskUnitFiles ¶
func (v *MockInterfaceManager) GoMaskUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
func (*MockInterfaceManager) GoPowerOff ¶
func (v *MockInterfaceManager) GoPowerOff(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoPresetAllUnitFiles ¶
func (v *MockInterfaceManager) GoPresetAllUnitFiles(flags dbus.Flags, ch chan *dbus.Call, mode string, runtime bool, force bool) *dbus.Call
func (*MockInterfaceManager) GoPresetUnitFiles ¶
func (v *MockInterfaceManager) GoPresetUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
func (*MockInterfaceManager) GoPresetUnitFilesWithMode ¶
func (v *MockInterfaceManager) GoPresetUnitFilesWithMode(flags dbus.Flags, ch chan *dbus.Call, files []string, mode string, runtime bool, force bool) *dbus.Call
func (*MockInterfaceManager) GoReboot ¶
func (v *MockInterfaceManager) GoReboot(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoReenableUnitFiles ¶
func (v *MockInterfaceManager) GoReenableUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool, force bool) *dbus.Call
func (*MockInterfaceManager) GoReexecute ¶
func (v *MockInterfaceManager) GoReexecute(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoRefUnit ¶
func (v *MockInterfaceManager) GoRefUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
func (*MockInterfaceManager) GoReload ¶
func (v *MockInterfaceManager) GoReload(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoReloadOrRestartUnit ¶
func (v *MockInterfaceManager) GoReloadOrRestartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
func (*MockInterfaceManager) GoReloadOrTryRestartUnit ¶
func (v *MockInterfaceManager) GoReloadOrTryRestartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
func (*MockInterfaceManager) GoReloadUnit ¶
func (v *MockInterfaceManager) GoReloadUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
func (*MockInterfaceManager) GoResetFailed ¶
func (v *MockInterfaceManager) GoResetFailed(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoResetFailedUnit ¶
func (v *MockInterfaceManager) GoResetFailedUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
func (*MockInterfaceManager) GoRestartUnit ¶
func (v *MockInterfaceManager) GoRestartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
func (*MockInterfaceManager) GoRevertUnitFiles ¶
func (v *MockInterfaceManager) GoRevertUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string) *dbus.Call
func (*MockInterfaceManager) GoSetDefaultTarget ¶
func (v *MockInterfaceManager) GoSetDefaultTarget(flags dbus.Flags, ch chan *dbus.Call, name string, force bool) *dbus.Call
func (*MockInterfaceManager) GoSetEnvironment ¶
func (v *MockInterfaceManager) GoSetEnvironment(flags dbus.Flags, ch chan *dbus.Call, names []string) *dbus.Call
func (*MockInterfaceManager) GoSetExitCode ¶
func (v *MockInterfaceManager) GoSetExitCode(flags dbus.Flags, ch chan *dbus.Call, exitCode uint8) *dbus.Call
func (*MockInterfaceManager) GoSetUnitProperties ¶
func (v *MockInterfaceManager) GoSetUnitProperties(flags dbus.Flags, ch chan *dbus.Call, name string, runtime bool, properties []Property) *dbus.Call
func (*MockInterfaceManager) GoStartTransientUnit ¶
func (v *MockInterfaceManager) GoStartTransientUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string, properties []Property, aux []PropertyCollection) *dbus.Call
func (*MockInterfaceManager) GoStartUnit ¶
func (v *MockInterfaceManager) GoStartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
func (*MockInterfaceManager) GoStartUnitReplace ¶
func (v *MockInterfaceManager) GoStartUnitReplace(flags dbus.Flags, ch chan *dbus.Call, oldUnit string, newUnit string, mode string) *dbus.Call
func (*MockInterfaceManager) GoStopUnit ¶
func (v *MockInterfaceManager) GoStopUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
func (*MockInterfaceManager) GoSubscribe ¶
func (v *MockInterfaceManager) GoSubscribe(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) GoSwitchRoot ¶
func (v *MockInterfaceManager) GoSwitchRoot(flags dbus.Flags, ch chan *dbus.Call, newRoot string, init string) *dbus.Call
func (*MockInterfaceManager) GoTryRestartUnit ¶
func (v *MockInterfaceManager) GoTryRestartUnit(flags dbus.Flags, ch chan *dbus.Call, name string, mode string) *dbus.Call
func (*MockInterfaceManager) GoUnmaskUnitFiles ¶
func (v *MockInterfaceManager) GoUnmaskUnitFiles(flags dbus.Flags, ch chan *dbus.Call, files []string, runtime bool) *dbus.Call
func (*MockInterfaceManager) GoUnrefUnit ¶
func (v *MockInterfaceManager) GoUnrefUnit(flags dbus.Flags, ch chan *dbus.Call, name string) *dbus.Call
func (*MockInterfaceManager) GoUnsetAndSetEnvironment ¶
func (v *MockInterfaceManager) GoUnsetAndSetEnvironment(flags dbus.Flags, ch chan *dbus.Call, unset []string, set []string) *dbus.Call
func (*MockInterfaceManager) GoUnsetEnvironment ¶
func (v *MockInterfaceManager) GoUnsetEnvironment(flags dbus.Flags, ch chan *dbus.Call, names []string) *dbus.Call
func (*MockInterfaceManager) GoUnsubscribe ¶
func (v *MockInterfaceManager) GoUnsubscribe(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceManager) Halt ¶
func (v *MockInterfaceManager) Halt(flags dbus.Flags) error
func (*MockInterfaceManager) InitRDGeneratorsFinishTimestamp ¶
func (v *MockInterfaceManager) InitRDGeneratorsFinishTimestamp() proxy.PropUint64
func (*MockInterfaceManager) InitRDGeneratorsFinishTimestampMonotonic ¶
func (v *MockInterfaceManager) InitRDGeneratorsFinishTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) InitRDGeneratorsStartTimestamp ¶
func (v *MockInterfaceManager) InitRDGeneratorsStartTimestamp() proxy.PropUint64
func (*MockInterfaceManager) InitRDGeneratorsStartTimestampMonotonic ¶
func (v *MockInterfaceManager) InitRDGeneratorsStartTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) InitRDSecurityFinishTimestamp ¶
func (v *MockInterfaceManager) InitRDSecurityFinishTimestamp() proxy.PropUint64
func (*MockInterfaceManager) InitRDSecurityFinishTimestampMonotonic ¶
func (v *MockInterfaceManager) InitRDSecurityFinishTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) InitRDSecurityStartTimestamp ¶
func (v *MockInterfaceManager) InitRDSecurityStartTimestamp() proxy.PropUint64
func (*MockInterfaceManager) InitRDSecurityStartTimestampMonotonic ¶
func (v *MockInterfaceManager) InitRDSecurityStartTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) InitRDTimestamp ¶
func (v *MockInterfaceManager) InitRDTimestamp() proxy.PropUint64
func (*MockInterfaceManager) InitRDTimestampMonotonic ¶
func (v *MockInterfaceManager) InitRDTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) InitRDUnitsLoadFinishTimestamp ¶
func (v *MockInterfaceManager) InitRDUnitsLoadFinishTimestamp() proxy.PropUint64
func (*MockInterfaceManager) InitRDUnitsLoadFinishTimestampMonotonic ¶
func (v *MockInterfaceManager) InitRDUnitsLoadFinishTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) InitRDUnitsLoadStartTimestamp ¶
func (v *MockInterfaceManager) InitRDUnitsLoadStartTimestamp() proxy.PropUint64
func (*MockInterfaceManager) InitRDUnitsLoadStartTimestampMonotonic ¶
func (v *MockInterfaceManager) InitRDUnitsLoadStartTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) KExec ¶
func (v *MockInterfaceManager) KExec(flags dbus.Flags) error
func (*MockInterfaceManager) KernelTimestamp ¶
func (v *MockInterfaceManager) KernelTimestamp() proxy.PropUint64
func (*MockInterfaceManager) KernelTimestampMonotonic ¶
func (v *MockInterfaceManager) KernelTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) KillUnit ¶
func (v *MockInterfaceManager) KillUnit(flags dbus.Flags, name string, who string, signal int32) error
func (*MockInterfaceManager) LinkUnitFiles ¶
func (v *MockInterfaceManager) LinkUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) ([]UnitFileChange, error)
func (*MockInterfaceManager) ListJobs ¶
func (v *MockInterfaceManager) ListJobs(flags dbus.Flags) ([]JobInfo, error)
func (*MockInterfaceManager) ListUnitFiles ¶
func (v *MockInterfaceManager) ListUnitFiles(flags dbus.Flags) ([]UnitFile, error)
func (*MockInterfaceManager) ListUnitFilesByPatterns ¶
func (v *MockInterfaceManager) ListUnitFilesByPatterns(flags dbus.Flags, states []string, patterns []string) ([]UnitFile, error)
func (*MockInterfaceManager) ListUnits ¶
func (v *MockInterfaceManager) ListUnits(flags dbus.Flags) ([]UnitInfo, error)
func (*MockInterfaceManager) ListUnitsByNames ¶
func (v *MockInterfaceManager) ListUnitsByNames(flags dbus.Flags, names []string) ([]UnitInfo, error)
func (*MockInterfaceManager) ListUnitsByPatterns ¶
func (v *MockInterfaceManager) ListUnitsByPatterns(flags dbus.Flags, states []string, patterns []string) ([]UnitInfo, error)
func (*MockInterfaceManager) ListUnitsFiltered ¶
func (v *MockInterfaceManager) ListUnitsFiltered(flags dbus.Flags, states []string) ([]UnitInfo, error)
func (*MockInterfaceManager) LoadUnit ¶
func (v *MockInterfaceManager) LoadUnit(flags dbus.Flags, name string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) LoaderTimestamp ¶
func (v *MockInterfaceManager) LoaderTimestamp() proxy.PropUint64
func (*MockInterfaceManager) LoaderTimestampMonotonic ¶
func (v *MockInterfaceManager) LoaderTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) LogLevel ¶
func (v *MockInterfaceManager) LogLevel() proxy.PropString
func (*MockInterfaceManager) LogTarget ¶
func (v *MockInterfaceManager) LogTarget() proxy.PropString
func (*MockInterfaceManager) LookupDynamicUserByName ¶
func (v *MockInterfaceManager) LookupDynamicUserByName(flags dbus.Flags, name string) (uint32, error)
func (*MockInterfaceManager) LookupDynamicUserByUID ¶
func (v *MockInterfaceManager) LookupDynamicUserByUID(flags dbus.Flags, uid uint32) (string, error)
func (*MockInterfaceManager) MaskUnitFiles ¶
func (v *MockInterfaceManager) MaskUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) ([]UnitFileChange, error)
func (*MockInterfaceManager) NFailedJobs ¶
func (v *MockInterfaceManager) NFailedJobs() proxy.PropUint32
func (*MockInterfaceManager) NFailedUnits ¶
func (v *MockInterfaceManager) NFailedUnits() proxy.PropUint32
func (*MockInterfaceManager) NInstalledJobs ¶
func (v *MockInterfaceManager) NInstalledJobs() proxy.PropUint32
func (*MockInterfaceManager) NJobs ¶
func (v *MockInterfaceManager) NJobs() proxy.PropUint32
func (*MockInterfaceManager) NNames ¶
func (v *MockInterfaceManager) NNames() proxy.PropUint32
func (*MockInterfaceManager) PowerOff ¶
func (v *MockInterfaceManager) PowerOff(flags dbus.Flags) error
func (*MockInterfaceManager) PresetAllUnitFiles ¶
func (v *MockInterfaceManager) PresetAllUnitFiles(flags dbus.Flags, mode string, runtime bool, force bool) ([]UnitFileChange, error)
func (*MockInterfaceManager) PresetUnitFiles ¶
func (v *MockInterfaceManager) PresetUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) (bool, []UnitFileChange, error)
func (*MockInterfaceManager) PresetUnitFilesWithMode ¶
func (v *MockInterfaceManager) PresetUnitFilesWithMode(flags dbus.Flags, files []string, mode string, runtime bool, force bool) (bool, []UnitFileChange, error)
func (*MockInterfaceManager) Progress ¶
func (v *MockInterfaceManager) Progress() proxy.PropDouble
func (*MockInterfaceManager) Reboot ¶
func (v *MockInterfaceManager) Reboot(flags dbus.Flags) error
func (*MockInterfaceManager) ReenableUnitFiles ¶
func (v *MockInterfaceManager) ReenableUnitFiles(flags dbus.Flags, files []string, runtime bool, force bool) (bool, []UnitFileChange, error)
func (*MockInterfaceManager) Reexecute ¶
func (v *MockInterfaceManager) Reexecute(flags dbus.Flags) error
func (*MockInterfaceManager) RefUnit ¶
func (v *MockInterfaceManager) RefUnit(flags dbus.Flags, name string) error
func (*MockInterfaceManager) Reload ¶
func (v *MockInterfaceManager) Reload(flags dbus.Flags) error
func (*MockInterfaceManager) ReloadOrRestartUnit ¶
func (v *MockInterfaceManager) ReloadOrRestartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) ReloadOrTryRestartUnit ¶
func (v *MockInterfaceManager) ReloadOrTryRestartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) ReloadUnit ¶
func (v *MockInterfaceManager) ReloadUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) ResetFailed ¶
func (v *MockInterfaceManager) ResetFailed(flags dbus.Flags) error
func (*MockInterfaceManager) ResetFailedUnit ¶
func (v *MockInterfaceManager) ResetFailedUnit(flags dbus.Flags, name string) error
func (*MockInterfaceManager) RestartUnit ¶
func (v *MockInterfaceManager) RestartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) RevertUnitFiles ¶
func (v *MockInterfaceManager) RevertUnitFiles(flags dbus.Flags, files []string) ([]UnitFileChange, error)
func (*MockInterfaceManager) RuntimeWatchdogUSec ¶
func (v *MockInterfaceManager) RuntimeWatchdogUSec() proxy.PropUint64
func (*MockInterfaceManager) SecurityFinishTimestamp ¶
func (v *MockInterfaceManager) SecurityFinishTimestamp() proxy.PropUint64
func (*MockInterfaceManager) SecurityFinishTimestampMonotonic ¶
func (v *MockInterfaceManager) SecurityFinishTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) SecurityStartTimestamp ¶
func (v *MockInterfaceManager) SecurityStartTimestamp() proxy.PropUint64
func (*MockInterfaceManager) SecurityStartTimestampMonotonic ¶
func (v *MockInterfaceManager) SecurityStartTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) ServiceWatchdogs ¶
func (v *MockInterfaceManager) ServiceWatchdogs() proxy.PropBool
func (*MockInterfaceManager) SetDefaultTarget ¶
func (v *MockInterfaceManager) SetDefaultTarget(flags dbus.Flags, name string, force bool) ([]UnitFileChange, error)
func (*MockInterfaceManager) SetEnvironment ¶
func (v *MockInterfaceManager) SetEnvironment(flags dbus.Flags, names []string) error
func (*MockInterfaceManager) SetExitCode ¶
func (v *MockInterfaceManager) SetExitCode(flags dbus.Flags, exitCode uint8) error
func (*MockInterfaceManager) SetUnitProperties ¶
func (v *MockInterfaceManager) SetUnitProperties(flags dbus.Flags, name string, runtime bool, properties []Property) error
func (*MockInterfaceManager) ShowStatus ¶
func (v *MockInterfaceManager) ShowStatus() proxy.PropBool
func (*MockInterfaceManager) ShutdownWatchdogUSec ¶
func (v *MockInterfaceManager) ShutdownWatchdogUSec() proxy.PropUint64
func (*MockInterfaceManager) StartTransientUnit ¶
func (v *MockInterfaceManager) StartTransientUnit(flags dbus.Flags, name string, mode string, properties []Property, aux []PropertyCollection) (dbus.ObjectPath, error)
func (*MockInterfaceManager) StartUnit ¶
func (v *MockInterfaceManager) StartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) StartUnitReplace ¶
func (v *MockInterfaceManager) StartUnitReplace(flags dbus.Flags, oldUnit string, newUnit string, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) StopUnit ¶
func (v *MockInterfaceManager) StopUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) Subscribe ¶
func (v *MockInterfaceManager) Subscribe(flags dbus.Flags) error
func (*MockInterfaceManager) SwitchRoot ¶
func (v *MockInterfaceManager) SwitchRoot(flags dbus.Flags, newRoot string, init string) error
func (*MockInterfaceManager) SystemState ¶
func (v *MockInterfaceManager) SystemState() proxy.PropString
func (*MockInterfaceManager) Tainted ¶
func (v *MockInterfaceManager) Tainted() proxy.PropString
func (*MockInterfaceManager) TimerSlackNSec ¶
func (v *MockInterfaceManager) TimerSlackNSec() proxy.PropUint64
func (*MockInterfaceManager) TryRestartUnit ¶
func (v *MockInterfaceManager) TryRestartUnit(flags dbus.Flags, name string, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceManager) UnitPath ¶
func (v *MockInterfaceManager) UnitPath() proxy.PropStringArray
func (*MockInterfaceManager) UnitsLoadFinishTimestamp ¶
func (v *MockInterfaceManager) UnitsLoadFinishTimestamp() proxy.PropUint64
func (*MockInterfaceManager) UnitsLoadFinishTimestampMonotonic ¶
func (v *MockInterfaceManager) UnitsLoadFinishTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) UnitsLoadStartTimestamp ¶
func (v *MockInterfaceManager) UnitsLoadStartTimestamp() proxy.PropUint64
func (*MockInterfaceManager) UnitsLoadStartTimestampMonotonic ¶
func (v *MockInterfaceManager) UnitsLoadStartTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) UnmaskUnitFiles ¶
func (v *MockInterfaceManager) UnmaskUnitFiles(flags dbus.Flags, files []string, runtime bool) ([]UnitFileChange, error)
func (*MockInterfaceManager) UnrefUnit ¶
func (v *MockInterfaceManager) UnrefUnit(flags dbus.Flags, name string) error
func (*MockInterfaceManager) UnsetAndSetEnvironment ¶
func (v *MockInterfaceManager) UnsetAndSetEnvironment(flags dbus.Flags, unset []string, set []string) error
func (*MockInterfaceManager) UnsetEnvironment ¶
func (v *MockInterfaceManager) UnsetEnvironment(flags dbus.Flags, names []string) error
func (*MockInterfaceManager) Unsubscribe ¶
func (v *MockInterfaceManager) Unsubscribe(flags dbus.Flags) error
func (*MockInterfaceManager) UserspaceTimestamp ¶
func (v *MockInterfaceManager) UserspaceTimestamp() proxy.PropUint64
func (*MockInterfaceManager) UserspaceTimestampMonotonic ¶
func (v *MockInterfaceManager) UserspaceTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceManager) Version ¶
func (v *MockInterfaceManager) Version() proxy.PropString
func (*MockInterfaceManager) Virtualization ¶
func (v *MockInterfaceManager) Virtualization() proxy.PropString
type MockInterfaceService ¶
func (*MockInterfaceService) AmbientCapabilities ¶
func (v *MockInterfaceService) AmbientCapabilities() proxy.PropUint64
func (*MockInterfaceService) AppArmorProfile ¶
func (v *MockInterfaceService) AppArmorProfile() PropBS
func (*MockInterfaceService) AttachProcesses ¶
func (v *MockInterfaceService) AttachProcesses(flags dbus.Flags, arg0 string, arg1 []uint32) error
func (*MockInterfaceService) BindPaths ¶
func (v *MockInterfaceService) BindPaths() PropBindPaths
func (*MockInterfaceService) BindReadOnlyPaths ¶
func (v *MockInterfaceService) BindReadOnlyPaths() PropBindPaths
func (*MockInterfaceService) BlockIOAccounting ¶
func (v *MockInterfaceService) BlockIOAccounting() proxy.PropBool
func (*MockInterfaceService) BlockIODeviceWeight ¶
func (v *MockInterfaceService) BlockIODeviceWeight() PropIOParams
func (*MockInterfaceService) BlockIOReadBandwidth ¶
func (v *MockInterfaceService) BlockIOReadBandwidth() PropIOParams
func (*MockInterfaceService) BlockIOWeight ¶
func (v *MockInterfaceService) BlockIOWeight() proxy.PropUint64
func (*MockInterfaceService) BlockIOWriteBandwidth ¶
func (v *MockInterfaceService) BlockIOWriteBandwidth() PropIOParams
func (*MockInterfaceService) BusName ¶
func (v *MockInterfaceService) BusName() proxy.PropString
func (*MockInterfaceService) CPUAccounting ¶
func (v *MockInterfaceService) CPUAccounting() proxy.PropBool
func (*MockInterfaceService) CPUAffinity ¶
func (v *MockInterfaceService) CPUAffinity() proxy.PropByteArray
func (*MockInterfaceService) CPUQuotaPerSecUSec ¶
func (v *MockInterfaceService) CPUQuotaPerSecUSec() proxy.PropUint64
func (*MockInterfaceService) CPUSchedulingPolicy ¶
func (v *MockInterfaceService) CPUSchedulingPolicy() proxy.PropInt32
func (*MockInterfaceService) CPUSchedulingPriority ¶
func (v *MockInterfaceService) CPUSchedulingPriority() proxy.PropInt32
func (*MockInterfaceService) CPUSchedulingResetOnFork ¶
func (v *MockInterfaceService) CPUSchedulingResetOnFork() proxy.PropBool
func (*MockInterfaceService) CPUShares ¶
func (v *MockInterfaceService) CPUShares() proxy.PropUint64
func (*MockInterfaceService) CPUUsageNSec ¶
func (v *MockInterfaceService) CPUUsageNSec() proxy.PropUint64
func (*MockInterfaceService) CPUWeight ¶
func (v *MockInterfaceService) CPUWeight() proxy.PropUint64
func (*MockInterfaceService) CacheDirectory ¶
func (v *MockInterfaceService) CacheDirectory() proxy.PropStringArray
func (*MockInterfaceService) CacheDirectoryMode ¶
func (v *MockInterfaceService) CacheDirectoryMode() proxy.PropUint32
func (*MockInterfaceService) CapabilityBoundingSet ¶
func (v *MockInterfaceService) CapabilityBoundingSet() proxy.PropUint64
func (*MockInterfaceService) ConfigurationDirectory ¶
func (v *MockInterfaceService) ConfigurationDirectory() proxy.PropStringArray
func (*MockInterfaceService) ConfigurationDirectoryMode ¶
func (v *MockInterfaceService) ConfigurationDirectoryMode() proxy.PropUint32
func (*MockInterfaceService) ControlGroup ¶
func (v *MockInterfaceService) ControlGroup() proxy.PropString
func (*MockInterfaceService) ControlPID ¶
func (v *MockInterfaceService) ControlPID() proxy.PropUint32
func (*MockInterfaceService) Delegate ¶
func (v *MockInterfaceService) Delegate() proxy.PropBool
func (*MockInterfaceService) DelegateControllers ¶
func (v *MockInterfaceService) DelegateControllers() proxy.PropStringArray
func (*MockInterfaceService) DeviceAllow ¶
func (v *MockInterfaceService) DeviceAllow() PropServiceDeviceAllow
func (*MockInterfaceService) DevicePolicy ¶
func (v *MockInterfaceService) DevicePolicy() proxy.PropString
func (*MockInterfaceService) DisableControllers ¶
func (v *MockInterfaceService) DisableControllers() proxy.PropStringArray
func (*MockInterfaceService) DynamicUser ¶
func (v *MockInterfaceService) DynamicUser() proxy.PropBool
func (*MockInterfaceService) Environment ¶
func (v *MockInterfaceService) Environment() proxy.PropStringArray
func (*MockInterfaceService) EnvironmentFiles ¶
func (v *MockInterfaceService) EnvironmentFiles() PropEnvironmentFiles
func (*MockInterfaceService) ExecMainCode ¶
func (v *MockInterfaceService) ExecMainCode() proxy.PropInt32
func (*MockInterfaceService) ExecMainExitTimestamp ¶
func (v *MockInterfaceService) ExecMainExitTimestamp() proxy.PropUint64
func (*MockInterfaceService) ExecMainExitTimestampMonotonic ¶
func (v *MockInterfaceService) ExecMainExitTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceService) ExecMainPID ¶
func (v *MockInterfaceService) ExecMainPID() proxy.PropUint32
func (*MockInterfaceService) ExecMainStartTimestamp ¶
func (v *MockInterfaceService) ExecMainStartTimestamp() proxy.PropUint64
func (*MockInterfaceService) ExecMainStartTimestampMonotonic ¶
func (v *MockInterfaceService) ExecMainStartTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceService) ExecMainStatus ¶
func (v *MockInterfaceService) ExecMainStatus() proxy.PropInt32
func (*MockInterfaceService) ExecReload ¶
func (v *MockInterfaceService) ExecReload() PropExecInfos
func (*MockInterfaceService) ExecStart ¶
func (v *MockInterfaceService) ExecStart() PropExecInfos
func (*MockInterfaceService) ExecStartPost ¶
func (v *MockInterfaceService) ExecStartPost() PropExecInfos
func (*MockInterfaceService) ExecStartPre ¶
func (v *MockInterfaceService) ExecStartPre() PropExecInfos
func (*MockInterfaceService) ExecStop ¶
func (v *MockInterfaceService) ExecStop() PropExecInfos
func (*MockInterfaceService) ExecStopPost ¶
func (v *MockInterfaceService) ExecStopPost() PropExecInfos
func (*MockInterfaceService) FileDescriptorStoreMax ¶
func (v *MockInterfaceService) FileDescriptorStoreMax() proxy.PropUint32
func (*MockInterfaceService) FinalKillSignal ¶
func (v *MockInterfaceService) FinalKillSignal() proxy.PropInt32
func (*MockInterfaceService) GID ¶
func (v *MockInterfaceService) GID() proxy.PropUint32
func (*MockInterfaceService) GetProcesses ¶
func (v *MockInterfaceService) GetProcesses(flags dbus.Flags) ([]UnitProcess, error)
func (*MockInterfaceService) GoAttachProcesses ¶
func (v *MockInterfaceService) GoAttachProcesses(flags dbus.Flags, ch chan *dbus.Call, arg0 string, arg1 []uint32) *dbus.Call
func (*MockInterfaceService) GoGetProcesses ¶
func (v *MockInterfaceService) GoGetProcesses(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceService) Group ¶
func (v *MockInterfaceService) Group() proxy.PropString
func (*MockInterfaceService) GuessMainPID ¶
func (v *MockInterfaceService) GuessMainPID() proxy.PropBool
func (*MockInterfaceService) IOAccounting ¶
func (v *MockInterfaceService) IOAccounting() proxy.PropBool
func (*MockInterfaceService) IODeviceLatencyTargetUSec ¶
func (v *MockInterfaceService) IODeviceLatencyTargetUSec() PropIOParams
func (*MockInterfaceService) IODeviceWeight ¶
func (v *MockInterfaceService) IODeviceWeight() PropIOParams
func (*MockInterfaceService) IOReadBandwidthMax ¶
func (v *MockInterfaceService) IOReadBandwidthMax() PropIOParams
func (*MockInterfaceService) IOReadIOPSMax ¶
func (v *MockInterfaceService) IOReadIOPSMax() PropIOParams
func (*MockInterfaceService) IOSchedulingClass ¶
func (v *MockInterfaceService) IOSchedulingClass() proxy.PropInt32
func (*MockInterfaceService) IOSchedulingPriority ¶
func (v *MockInterfaceService) IOSchedulingPriority() proxy.PropInt32
func (*MockInterfaceService) IOWeight ¶
func (v *MockInterfaceService) IOWeight() proxy.PropUint64
func (*MockInterfaceService) IOWriteBandwidthMax ¶
func (v *MockInterfaceService) IOWriteBandwidthMax() PropIOParams
func (*MockInterfaceService) IOWriteIOPSMax ¶
func (v *MockInterfaceService) IOWriteIOPSMax() PropIOParams
func (*MockInterfaceService) IPAccounting ¶
func (v *MockInterfaceService) IPAccounting() proxy.PropBool
func (*MockInterfaceService) IPAddressAllow ¶
func (v *MockInterfaceService) IPAddressAllow() PropServiceIPAddressAllow
func (*MockInterfaceService) IPAddressDeny ¶
func (v *MockInterfaceService) IPAddressDeny() PropServiceIPAddressDeny
func (*MockInterfaceService) IPEgressBytes ¶
func (v *MockInterfaceService) IPEgressBytes() proxy.PropUint64
func (*MockInterfaceService) IPEgressPackets ¶
func (v *MockInterfaceService) IPEgressPackets() proxy.PropUint64
func (*MockInterfaceService) IPIngressBytes ¶
func (v *MockInterfaceService) IPIngressBytes() proxy.PropUint64
func (*MockInterfaceService) IPIngressPackets ¶
func (v *MockInterfaceService) IPIngressPackets() proxy.PropUint64
func (*MockInterfaceService) IgnoreSIGPIPE ¶
func (v *MockInterfaceService) IgnoreSIGPIPE() proxy.PropBool
func (*MockInterfaceService) InaccessiblePaths ¶
func (v *MockInterfaceService) InaccessiblePaths() proxy.PropStringArray
func (*MockInterfaceService) KeyringMode ¶
func (v *MockInterfaceService) KeyringMode() proxy.PropString
func (*MockInterfaceService) KillMode ¶
func (v *MockInterfaceService) KillMode() proxy.PropString
func (*MockInterfaceService) KillSignal ¶
func (v *MockInterfaceService) KillSignal() proxy.PropInt32
func (*MockInterfaceService) LimitAS ¶
func (v *MockInterfaceService) LimitAS() proxy.PropUint64
func (*MockInterfaceService) LimitASSoft ¶
func (v *MockInterfaceService) LimitASSoft() proxy.PropUint64
func (*MockInterfaceService) LimitCORE ¶
func (v *MockInterfaceService) LimitCORE() proxy.PropUint64
func (*MockInterfaceService) LimitCORESoft ¶
func (v *MockInterfaceService) LimitCORESoft() proxy.PropUint64
func (*MockInterfaceService) LimitCPU ¶
func (v *MockInterfaceService) LimitCPU() proxy.PropUint64
func (*MockInterfaceService) LimitCPUSoft ¶
func (v *MockInterfaceService) LimitCPUSoft() proxy.PropUint64
func (*MockInterfaceService) LimitDATA ¶
func (v *MockInterfaceService) LimitDATA() proxy.PropUint64
func (*MockInterfaceService) LimitDATASoft ¶
func (v *MockInterfaceService) LimitDATASoft() proxy.PropUint64
func (*MockInterfaceService) LimitFSIZE ¶
func (v *MockInterfaceService) LimitFSIZE() proxy.PropUint64
func (*MockInterfaceService) LimitFSIZESoft ¶
func (v *MockInterfaceService) LimitFSIZESoft() proxy.PropUint64
func (*MockInterfaceService) LimitLOCKS ¶
func (v *MockInterfaceService) LimitLOCKS() proxy.PropUint64
func (*MockInterfaceService) LimitLOCKSSoft ¶
func (v *MockInterfaceService) LimitLOCKSSoft() proxy.PropUint64
func (*MockInterfaceService) LimitMEMLOCK ¶
func (v *MockInterfaceService) LimitMEMLOCK() proxy.PropUint64
func (*MockInterfaceService) LimitMEMLOCKSoft ¶
func (v *MockInterfaceService) LimitMEMLOCKSoft() proxy.PropUint64
func (*MockInterfaceService) LimitMSGQUEUE ¶
func (v *MockInterfaceService) LimitMSGQUEUE() proxy.PropUint64
func (*MockInterfaceService) LimitMSGQUEUESoft ¶
func (v *MockInterfaceService) LimitMSGQUEUESoft() proxy.PropUint64
func (*MockInterfaceService) LimitNICE ¶
func (v *MockInterfaceService) LimitNICE() proxy.PropUint64
func (*MockInterfaceService) LimitNICESoft ¶
func (v *MockInterfaceService) LimitNICESoft() proxy.PropUint64
func (*MockInterfaceService) LimitNOFILE ¶
func (v *MockInterfaceService) LimitNOFILE() proxy.PropUint64
func (*MockInterfaceService) LimitNOFILESoft ¶
func (v *MockInterfaceService) LimitNOFILESoft() proxy.PropUint64
func (*MockInterfaceService) LimitNPROC ¶
func (v *MockInterfaceService) LimitNPROC() proxy.PropUint64
func (*MockInterfaceService) LimitNPROCSoft ¶
func (v *MockInterfaceService) LimitNPROCSoft() proxy.PropUint64
func (*MockInterfaceService) LimitRSS ¶
func (v *MockInterfaceService) LimitRSS() proxy.PropUint64
func (*MockInterfaceService) LimitRSSSoft ¶
func (v *MockInterfaceService) LimitRSSSoft() proxy.PropUint64
func (*MockInterfaceService) LimitRTPRIO ¶
func (v *MockInterfaceService) LimitRTPRIO() proxy.PropUint64
func (*MockInterfaceService) LimitRTPRIOSoft ¶
func (v *MockInterfaceService) LimitRTPRIOSoft() proxy.PropUint64
func (*MockInterfaceService) LimitRTTIME ¶
func (v *MockInterfaceService) LimitRTTIME() proxy.PropUint64
func (*MockInterfaceService) LimitRTTIMESoft ¶
func (v *MockInterfaceService) LimitRTTIMESoft() proxy.PropUint64
func (*MockInterfaceService) LimitSIGPENDING ¶
func (v *MockInterfaceService) LimitSIGPENDING() proxy.PropUint64
func (*MockInterfaceService) LimitSIGPENDINGSoft ¶
func (v *MockInterfaceService) LimitSIGPENDINGSoft() proxy.PropUint64
func (*MockInterfaceService) LimitSTACK ¶
func (v *MockInterfaceService) LimitSTACK() proxy.PropUint64
func (*MockInterfaceService) LimitSTACKSoft ¶
func (v *MockInterfaceService) LimitSTACKSoft() proxy.PropUint64
func (*MockInterfaceService) LockPersonality ¶
func (v *MockInterfaceService) LockPersonality() proxy.PropBool
func (*MockInterfaceService) LogExtraFields ¶
func (v *MockInterfaceService) LogExtraFields() PropServiceLogExtraFields
func (*MockInterfaceService) LogLevelMax ¶
func (v *MockInterfaceService) LogLevelMax() proxy.PropInt32
func (*MockInterfaceService) LogRateLimitBurst ¶
func (v *MockInterfaceService) LogRateLimitBurst() proxy.PropUint32
func (*MockInterfaceService) LogRateLimitIntervalUSec ¶
func (v *MockInterfaceService) LogRateLimitIntervalUSec() proxy.PropUint64
func (*MockInterfaceService) LogsDirectory ¶
func (v *MockInterfaceService) LogsDirectory() proxy.PropStringArray
func (*MockInterfaceService) LogsDirectoryMode ¶
func (v *MockInterfaceService) LogsDirectoryMode() proxy.PropUint32
func (*MockInterfaceService) MainPID ¶
func (v *MockInterfaceService) MainPID() proxy.PropUint32
func (*MockInterfaceService) MemoryAccounting ¶
func (v *MockInterfaceService) MemoryAccounting() proxy.PropBool
func (*MockInterfaceService) MemoryCurrent ¶
func (v *MockInterfaceService) MemoryCurrent() proxy.PropUint64
func (*MockInterfaceService) MemoryDenyWriteExecute ¶
func (v *MockInterfaceService) MemoryDenyWriteExecute() proxy.PropBool
func (*MockInterfaceService) MemoryHigh ¶
func (v *MockInterfaceService) MemoryHigh() proxy.PropUint64
func (*MockInterfaceService) MemoryLimit ¶
func (v *MockInterfaceService) MemoryLimit() proxy.PropUint64
func (*MockInterfaceService) MemoryLow ¶
func (v *MockInterfaceService) MemoryLow() proxy.PropUint64
func (*MockInterfaceService) MemoryMax ¶
func (v *MockInterfaceService) MemoryMax() proxy.PropUint64
func (*MockInterfaceService) MemoryMin ¶
func (v *MockInterfaceService) MemoryMin() proxy.PropUint64
func (*MockInterfaceService) MemorySwapMax ¶
func (v *MockInterfaceService) MemorySwapMax() proxy.PropUint64
func (*MockInterfaceService) MountAPIVFS ¶
func (v *MockInterfaceService) MountAPIVFS() proxy.PropBool
func (*MockInterfaceService) MountFlags ¶
func (v *MockInterfaceService) MountFlags() proxy.PropUint64
func (*MockInterfaceService) NFileDescriptorStore ¶
func (v *MockInterfaceService) NFileDescriptorStore() proxy.PropUint32
func (*MockInterfaceService) NRestarts ¶
func (v *MockInterfaceService) NRestarts() proxy.PropUint32
func (*MockInterfaceService) Nice ¶
func (v *MockInterfaceService) Nice() proxy.PropInt32
func (*MockInterfaceService) NoNewPrivileges ¶
func (v *MockInterfaceService) NoNewPrivileges() proxy.PropBool
func (*MockInterfaceService) NonBlocking ¶
func (v *MockInterfaceService) NonBlocking() proxy.PropBool
func (*MockInterfaceService) NotifyAccess ¶
func (v *MockInterfaceService) NotifyAccess() proxy.PropString
func (*MockInterfaceService) OOMScoreAdjust ¶
func (v *MockInterfaceService) OOMScoreAdjust() proxy.PropInt32
func (*MockInterfaceService) PAMName ¶
func (v *MockInterfaceService) PAMName() proxy.PropString
func (*MockInterfaceService) PIDFile ¶
func (v *MockInterfaceService) PIDFile() proxy.PropString
func (*MockInterfaceService) PassEnvironment ¶
func (v *MockInterfaceService) PassEnvironment() proxy.PropStringArray
func (*MockInterfaceService) Personality ¶
func (v *MockInterfaceService) Personality() proxy.PropString
func (*MockInterfaceService) PrivateDevices ¶
func (v *MockInterfaceService) PrivateDevices() proxy.PropBool
func (*MockInterfaceService) PrivateMounts ¶
func (v *MockInterfaceService) PrivateMounts() proxy.PropBool
func (*MockInterfaceService) PrivateNetwork ¶
func (v *MockInterfaceService) PrivateNetwork() proxy.PropBool
func (*MockInterfaceService) PrivateTmp ¶
func (v *MockInterfaceService) PrivateTmp() proxy.PropBool
func (*MockInterfaceService) PrivateUsers ¶
func (v *MockInterfaceService) PrivateUsers() proxy.PropBool
func (*MockInterfaceService) ProtectControlGroups ¶
func (v *MockInterfaceService) ProtectControlGroups() proxy.PropBool
func (*MockInterfaceService) ProtectHome ¶
func (v *MockInterfaceService) ProtectHome() proxy.PropString
func (*MockInterfaceService) ProtectKernelModules ¶
func (v *MockInterfaceService) ProtectKernelModules() proxy.PropBool
func (*MockInterfaceService) ProtectKernelTunables ¶
func (v *MockInterfaceService) ProtectKernelTunables() proxy.PropBool
func (*MockInterfaceService) ProtectSystem ¶
func (v *MockInterfaceService) ProtectSystem() proxy.PropString
func (*MockInterfaceService) ReadOnlyPaths ¶
func (v *MockInterfaceService) ReadOnlyPaths() proxy.PropStringArray
func (*MockInterfaceService) ReadWritePaths ¶
func (v *MockInterfaceService) ReadWritePaths() proxy.PropStringArray
func (*MockInterfaceService) RemainAfterExit ¶
func (v *MockInterfaceService) RemainAfterExit() proxy.PropBool
func (*MockInterfaceService) RemoveIPC ¶
func (v *MockInterfaceService) RemoveIPC() proxy.PropBool
func (*MockInterfaceService) Restart ¶
func (v *MockInterfaceService) Restart() proxy.PropString
func (*MockInterfaceService) RestartForceExitStatus ¶
func (v *MockInterfaceService) RestartForceExitStatus() PropExitStatus
func (*MockInterfaceService) RestartPreventExitStatus ¶
func (v *MockInterfaceService) RestartPreventExitStatus() PropExitStatus
func (*MockInterfaceService) RestartUSec ¶
func (v *MockInterfaceService) RestartUSec() proxy.PropUint64
func (*MockInterfaceService) RestrictAddressFamilies ¶
func (v *MockInterfaceService) RestrictAddressFamilies() PropServiceRestrictAddressFamilies
func (*MockInterfaceService) RestrictNamespaces ¶
func (v *MockInterfaceService) RestrictNamespaces() proxy.PropUint64
func (*MockInterfaceService) RestrictRealtime ¶
func (v *MockInterfaceService) RestrictRealtime() proxy.PropBool
func (*MockInterfaceService) Result ¶
func (v *MockInterfaceService) Result() proxy.PropString
func (*MockInterfaceService) RootDirectory ¶
func (v *MockInterfaceService) RootDirectory() proxy.PropString
func (*MockInterfaceService) RootDirectoryStartOnly ¶
func (v *MockInterfaceService) RootDirectoryStartOnly() proxy.PropBool
func (*MockInterfaceService) RootImage ¶
func (v *MockInterfaceService) RootImage() proxy.PropString
func (*MockInterfaceService) RuntimeDirectory ¶
func (v *MockInterfaceService) RuntimeDirectory() proxy.PropStringArray
func (*MockInterfaceService) RuntimeDirectoryMode ¶
func (v *MockInterfaceService) RuntimeDirectoryMode() proxy.PropUint32
func (*MockInterfaceService) RuntimeDirectoryPreserve ¶
func (v *MockInterfaceService) RuntimeDirectoryPreserve() proxy.PropString
func (*MockInterfaceService) RuntimeMaxUSec ¶
func (v *MockInterfaceService) RuntimeMaxUSec() proxy.PropUint64
func (*MockInterfaceService) SELinuxContext ¶
func (v *MockInterfaceService) SELinuxContext() PropBS
func (*MockInterfaceService) SameProcessGroup ¶
func (v *MockInterfaceService) SameProcessGroup() proxy.PropBool
func (*MockInterfaceService) SecureBits ¶
func (v *MockInterfaceService) SecureBits() proxy.PropInt32
func (*MockInterfaceService) SendSIGHUP ¶
func (v *MockInterfaceService) SendSIGHUP() proxy.PropBool
func (*MockInterfaceService) SendSIGKILL ¶
func (v *MockInterfaceService) SendSIGKILL() proxy.PropBool
func (*MockInterfaceService) Slice ¶
func (v *MockInterfaceService) Slice() proxy.PropString
func (*MockInterfaceService) SmackProcessLabel ¶
func (v *MockInterfaceService) SmackProcessLabel() PropBS
func (*MockInterfaceService) StandardError ¶
func (v *MockInterfaceService) StandardError() proxy.PropString
func (*MockInterfaceService) StandardErrorFileDescriptorName ¶
func (v *MockInterfaceService) StandardErrorFileDescriptorName() proxy.PropString
func (*MockInterfaceService) StandardInput ¶
func (v *MockInterfaceService) StandardInput() proxy.PropString
func (*MockInterfaceService) StandardInputData ¶
func (v *MockInterfaceService) StandardInputData() proxy.PropByteArray
func (*MockInterfaceService) StandardInputFileDescriptorName ¶
func (v *MockInterfaceService) StandardInputFileDescriptorName() proxy.PropString
func (*MockInterfaceService) StandardOutput ¶
func (v *MockInterfaceService) StandardOutput() proxy.PropString
func (*MockInterfaceService) StandardOutputFileDescriptorName ¶
func (v *MockInterfaceService) StandardOutputFileDescriptorName() proxy.PropString
func (*MockInterfaceService) StartupBlockIOWeight ¶
func (v *MockInterfaceService) StartupBlockIOWeight() proxy.PropUint64
func (*MockInterfaceService) StartupCPUShares ¶
func (v *MockInterfaceService) StartupCPUShares() proxy.PropUint64
func (*MockInterfaceService) StartupCPUWeight ¶
func (v *MockInterfaceService) StartupCPUWeight() proxy.PropUint64
func (*MockInterfaceService) StartupIOWeight ¶
func (v *MockInterfaceService) StartupIOWeight() proxy.PropUint64
func (*MockInterfaceService) StateDirectory ¶
func (v *MockInterfaceService) StateDirectory() proxy.PropStringArray
func (*MockInterfaceService) StateDirectoryMode ¶
func (v *MockInterfaceService) StateDirectoryMode() proxy.PropUint32
func (*MockInterfaceService) StatusErrno ¶
func (v *MockInterfaceService) StatusErrno() proxy.PropInt32
func (*MockInterfaceService) StatusText ¶
func (v *MockInterfaceService) StatusText() proxy.PropString
func (*MockInterfaceService) SuccessExitStatus ¶
func (v *MockInterfaceService) SuccessExitStatus() PropExitStatus
func (*MockInterfaceService) SupplementaryGroups ¶
func (v *MockInterfaceService) SupplementaryGroups() proxy.PropStringArray
func (*MockInterfaceService) SyslogFacility ¶
func (v *MockInterfaceService) SyslogFacility() proxy.PropInt32
func (*MockInterfaceService) SyslogIdentifier ¶
func (v *MockInterfaceService) SyslogIdentifier() proxy.PropString
func (*MockInterfaceService) SyslogLevel ¶
func (v *MockInterfaceService) SyslogLevel() proxy.PropInt32
func (*MockInterfaceService) SyslogLevelPrefix ¶
func (v *MockInterfaceService) SyslogLevelPrefix() proxy.PropBool
func (*MockInterfaceService) SyslogPriority ¶
func (v *MockInterfaceService) SyslogPriority() proxy.PropInt32
func (*MockInterfaceService) SystemCallArchitectures ¶
func (v *MockInterfaceService) SystemCallArchitectures() proxy.PropStringArray
func (*MockInterfaceService) SystemCallErrorNumber ¶
func (v *MockInterfaceService) SystemCallErrorNumber() proxy.PropInt32
func (*MockInterfaceService) SystemCallFilter ¶
func (v *MockInterfaceService) SystemCallFilter() PropServiceSystemCallFilter
func (*MockInterfaceService) TTYPath ¶
func (v *MockInterfaceService) TTYPath() proxy.PropString
func (*MockInterfaceService) TTYReset ¶
func (v *MockInterfaceService) TTYReset() proxy.PropBool
func (*MockInterfaceService) TTYVHangup ¶
func (v *MockInterfaceService) TTYVHangup() proxy.PropBool
func (*MockInterfaceService) TTYVTDisallocate ¶
func (v *MockInterfaceService) TTYVTDisallocate() proxy.PropBool
func (*MockInterfaceService) TasksAccounting ¶
func (v *MockInterfaceService) TasksAccounting() proxy.PropBool
func (*MockInterfaceService) TasksCurrent ¶
func (v *MockInterfaceService) TasksCurrent() proxy.PropUint64
func (*MockInterfaceService) TasksMax ¶
func (v *MockInterfaceService) TasksMax() proxy.PropUint64
func (*MockInterfaceService) TemporaryFileSystem ¶
func (v *MockInterfaceService) TemporaryFileSystem() PropServiceTemporaryFileSystem
func (*MockInterfaceService) TimeoutStartUSec ¶
func (v *MockInterfaceService) TimeoutStartUSec() proxy.PropUint64
func (*MockInterfaceService) TimeoutStopUSec ¶
func (v *MockInterfaceService) TimeoutStopUSec() proxy.PropUint64
func (*MockInterfaceService) TimerSlackNSec ¶
func (v *MockInterfaceService) TimerSlackNSec() proxy.PropUint64
func (*MockInterfaceService) Type ¶
func (v *MockInterfaceService) Type() proxy.PropString
func (*MockInterfaceService) UID ¶
func (v *MockInterfaceService) UID() proxy.PropUint32
func (*MockInterfaceService) UMask ¶
func (v *MockInterfaceService) UMask() proxy.PropUint32
func (*MockInterfaceService) USBFunctionDescriptors ¶
func (v *MockInterfaceService) USBFunctionDescriptors() proxy.PropString
func (*MockInterfaceService) USBFunctionStrings ¶
func (v *MockInterfaceService) USBFunctionStrings() proxy.PropString
func (*MockInterfaceService) UnsetEnvironment ¶
func (v *MockInterfaceService) UnsetEnvironment() proxy.PropStringArray
func (*MockInterfaceService) User ¶
func (v *MockInterfaceService) User() proxy.PropString
func (*MockInterfaceService) UtmpIdentifier ¶
func (v *MockInterfaceService) UtmpIdentifier() proxy.PropString
func (*MockInterfaceService) UtmpMode ¶
func (v *MockInterfaceService) UtmpMode() proxy.PropString
func (*MockInterfaceService) WatchdogSignal ¶
func (v *MockInterfaceService) WatchdogSignal() proxy.PropInt32
func (*MockInterfaceService) WatchdogTimestamp ¶
func (v *MockInterfaceService) WatchdogTimestamp() proxy.PropUint64
func (*MockInterfaceService) WatchdogTimestampMonotonic ¶
func (v *MockInterfaceService) WatchdogTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceService) WatchdogUSec ¶
func (v *MockInterfaceService) WatchdogUSec() proxy.PropUint64
func (*MockInterfaceService) WorkingDirectory ¶
func (v *MockInterfaceService) WorkingDirectory() proxy.PropString
type MockInterfaceUnit ¶
func (*MockInterfaceUnit) ActiveEnterTimestamp ¶
func (v *MockInterfaceUnit) ActiveEnterTimestamp() proxy.PropUint64
func (*MockInterfaceUnit) ActiveEnterTimestampMonotonic ¶
func (v *MockInterfaceUnit) ActiveEnterTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceUnit) ActiveExitTimestamp ¶
func (v *MockInterfaceUnit) ActiveExitTimestamp() proxy.PropUint64
func (*MockInterfaceUnit) ActiveExitTimestampMonotonic ¶
func (v *MockInterfaceUnit) ActiveExitTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceUnit) ActiveState ¶
func (v *MockInterfaceUnit) ActiveState() proxy.PropString
func (*MockInterfaceUnit) After ¶
func (v *MockInterfaceUnit) After() proxy.PropStringArray
func (*MockInterfaceUnit) AllowIsolate ¶
func (v *MockInterfaceUnit) AllowIsolate() proxy.PropBool
func (*MockInterfaceUnit) AssertResult ¶
func (v *MockInterfaceUnit) AssertResult() proxy.PropBool
func (*MockInterfaceUnit) AssertTimestamp ¶
func (v *MockInterfaceUnit) AssertTimestamp() proxy.PropUint64
func (*MockInterfaceUnit) AssertTimestampMonotonic ¶
func (v *MockInterfaceUnit) AssertTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceUnit) Asserts ¶
func (v *MockInterfaceUnit) Asserts() PropUnitAsserts
func (*MockInterfaceUnit) Before ¶
func (v *MockInterfaceUnit) Before() proxy.PropStringArray
func (*MockInterfaceUnit) BindsTo ¶
func (v *MockInterfaceUnit) BindsTo() proxy.PropStringArray
func (*MockInterfaceUnit) BoundBy ¶
func (v *MockInterfaceUnit) BoundBy() proxy.PropStringArray
func (*MockInterfaceUnit) CanIsolate ¶
func (v *MockInterfaceUnit) CanIsolate() proxy.PropBool
func (*MockInterfaceUnit) CanReload ¶
func (v *MockInterfaceUnit) CanReload() proxy.PropBool
func (*MockInterfaceUnit) CanStart ¶
func (v *MockInterfaceUnit) CanStart() proxy.PropBool
func (*MockInterfaceUnit) CanStop ¶
func (v *MockInterfaceUnit) CanStop() proxy.PropBool
func (*MockInterfaceUnit) CollectMode ¶
func (v *MockInterfaceUnit) CollectMode() proxy.PropString
func (*MockInterfaceUnit) ConditionResult ¶
func (v *MockInterfaceUnit) ConditionResult() proxy.PropBool
func (*MockInterfaceUnit) ConditionTimestamp ¶
func (v *MockInterfaceUnit) ConditionTimestamp() proxy.PropUint64
func (*MockInterfaceUnit) ConditionTimestampMonotonic ¶
func (v *MockInterfaceUnit) ConditionTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceUnit) Conditions ¶
func (v *MockInterfaceUnit) Conditions() PropUnitConditions
func (*MockInterfaceUnit) ConflictedBy ¶
func (v *MockInterfaceUnit) ConflictedBy() proxy.PropStringArray
func (*MockInterfaceUnit) Conflicts ¶
func (v *MockInterfaceUnit) Conflicts() proxy.PropStringArray
func (*MockInterfaceUnit) ConsistsOf ¶
func (v *MockInterfaceUnit) ConsistsOf() proxy.PropStringArray
func (*MockInterfaceUnit) DefaultDependencies ¶
func (v *MockInterfaceUnit) DefaultDependencies() proxy.PropBool
func (*MockInterfaceUnit) Description ¶
func (v *MockInterfaceUnit) Description() proxy.PropString
func (*MockInterfaceUnit) Documentation ¶
func (v *MockInterfaceUnit) Documentation() proxy.PropStringArray
func (*MockInterfaceUnit) DropInPaths ¶
func (v *MockInterfaceUnit) DropInPaths() proxy.PropStringArray
func (*MockInterfaceUnit) FailureAction ¶
func (v *MockInterfaceUnit) FailureAction() proxy.PropString
func (*MockInterfaceUnit) FailureActionExitStatus ¶
func (v *MockInterfaceUnit) FailureActionExitStatus() proxy.PropInt32
func (*MockInterfaceUnit) Following ¶
func (v *MockInterfaceUnit) Following() proxy.PropString
func (*MockInterfaceUnit) FragmentPath ¶
func (v *MockInterfaceUnit) FragmentPath() proxy.PropString
func (*MockInterfaceUnit) GoKill ¶
func (v *MockInterfaceUnit) GoKill(flags dbus.Flags, ch chan *dbus.Call, who string, signal int32) *dbus.Call
func (*MockInterfaceUnit) GoRef ¶
func (v *MockInterfaceUnit) GoRef(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceUnit) GoReload ¶
func (v *MockInterfaceUnit) GoReload(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
func (*MockInterfaceUnit) GoReloadOrRestart ¶
func (v *MockInterfaceUnit) GoReloadOrRestart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
func (*MockInterfaceUnit) GoReloadOrTryRestart ¶
func (v *MockInterfaceUnit) GoReloadOrTryRestart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
func (*MockInterfaceUnit) GoResetFailed ¶
func (v *MockInterfaceUnit) GoResetFailed(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceUnit) GoRestart ¶
func (v *MockInterfaceUnit) GoRestart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
func (*MockInterfaceUnit) GoSetProperties ¶
func (v *MockInterfaceUnit) GoSetProperties(flags dbus.Flags, ch chan *dbus.Call, runtime bool, properties []Property) *dbus.Call
func (*MockInterfaceUnit) GoStart ¶
func (v *MockInterfaceUnit) GoStart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
func (*MockInterfaceUnit) GoStop ¶
func (v *MockInterfaceUnit) GoStop(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
func (*MockInterfaceUnit) GoTryRestart ¶
func (v *MockInterfaceUnit) GoTryRestart(flags dbus.Flags, ch chan *dbus.Call, mode string) *dbus.Call
func (*MockInterfaceUnit) GoUnref ¶
func (v *MockInterfaceUnit) GoUnref(flags dbus.Flags, ch chan *dbus.Call) *dbus.Call
func (*MockInterfaceUnit) Id ¶
func (v *MockInterfaceUnit) Id() proxy.PropString
func (*MockInterfaceUnit) IgnoreOnIsolate ¶
func (v *MockInterfaceUnit) IgnoreOnIsolate() proxy.PropBool
func (*MockInterfaceUnit) InactiveEnterTimestamp ¶
func (v *MockInterfaceUnit) InactiveEnterTimestamp() proxy.PropUint64
func (*MockInterfaceUnit) InactiveEnterTimestampMonotonic ¶
func (v *MockInterfaceUnit) InactiveEnterTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceUnit) InactiveExitTimestamp ¶
func (v *MockInterfaceUnit) InactiveExitTimestamp() proxy.PropUint64
func (*MockInterfaceUnit) InactiveExitTimestampMonotonic ¶
func (v *MockInterfaceUnit) InactiveExitTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceUnit) InvocationID ¶
func (v *MockInterfaceUnit) InvocationID() proxy.PropByteArray
func (*MockInterfaceUnit) Job ¶
func (v *MockInterfaceUnit) Job() PropUnitJob
func (*MockInterfaceUnit) JobRunningTimeoutUSec ¶
func (v *MockInterfaceUnit) JobRunningTimeoutUSec() proxy.PropUint64
func (*MockInterfaceUnit) JobTimeoutAction ¶
func (v *MockInterfaceUnit) JobTimeoutAction() proxy.PropString
func (*MockInterfaceUnit) JobTimeoutRebootArgument ¶
func (v *MockInterfaceUnit) JobTimeoutRebootArgument() proxy.PropString
func (*MockInterfaceUnit) JobTimeoutUSec ¶
func (v *MockInterfaceUnit) JobTimeoutUSec() proxy.PropUint64
func (*MockInterfaceUnit) JoinsNamespaceOf ¶
func (v *MockInterfaceUnit) JoinsNamespaceOf() proxy.PropStringArray
func (*MockInterfaceUnit) Kill ¶
func (v *MockInterfaceUnit) Kill(flags dbus.Flags, who string, signal int32) error
func (*MockInterfaceUnit) LoadError ¶
func (v *MockInterfaceUnit) LoadError() PropUnitLoadError
func (*MockInterfaceUnit) LoadState ¶
func (v *MockInterfaceUnit) LoadState() proxy.PropString
func (*MockInterfaceUnit) Names ¶
func (v *MockInterfaceUnit) Names() proxy.PropStringArray
func (*MockInterfaceUnit) NeedDaemonReload ¶
func (v *MockInterfaceUnit) NeedDaemonReload() proxy.PropBool
func (*MockInterfaceUnit) OnFailure ¶
func (v *MockInterfaceUnit) OnFailure() proxy.PropStringArray
func (*MockInterfaceUnit) OnFailureJobMode ¶
func (v *MockInterfaceUnit) OnFailureJobMode() proxy.PropString
func (*MockInterfaceUnit) PartOf ¶
func (v *MockInterfaceUnit) PartOf() proxy.PropStringArray
func (*MockInterfaceUnit) Perpetual ¶
func (v *MockInterfaceUnit) Perpetual() proxy.PropBool
func (*MockInterfaceUnit) PropagatesReloadTo ¶
func (v *MockInterfaceUnit) PropagatesReloadTo() proxy.PropStringArray
func (*MockInterfaceUnit) RebootArgument ¶
func (v *MockInterfaceUnit) RebootArgument() proxy.PropString
func (*MockInterfaceUnit) Ref ¶
func (v *MockInterfaceUnit) Ref(flags dbus.Flags) error
func (*MockInterfaceUnit) Refs ¶
func (v *MockInterfaceUnit) Refs() proxy.PropStringArray
func (*MockInterfaceUnit) RefuseManualStart ¶
func (v *MockInterfaceUnit) RefuseManualStart() proxy.PropBool
func (*MockInterfaceUnit) RefuseManualStop ¶
func (v *MockInterfaceUnit) RefuseManualStop() proxy.PropBool
func (*MockInterfaceUnit) Reload ¶
func (v *MockInterfaceUnit) Reload(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceUnit) ReloadOrRestart ¶
func (v *MockInterfaceUnit) ReloadOrRestart(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceUnit) ReloadOrTryRestart ¶
func (v *MockInterfaceUnit) ReloadOrTryRestart(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceUnit) ReloadPropagatedFrom ¶
func (v *MockInterfaceUnit) ReloadPropagatedFrom() proxy.PropStringArray
func (*MockInterfaceUnit) RequiredBy ¶
func (v *MockInterfaceUnit) RequiredBy() proxy.PropStringArray
func (*MockInterfaceUnit) Requires ¶
func (v *MockInterfaceUnit) Requires() proxy.PropStringArray
func (*MockInterfaceUnit) RequiresMountsFor ¶
func (v *MockInterfaceUnit) RequiresMountsFor() proxy.PropStringArray
func (*MockInterfaceUnit) Requisite ¶
func (v *MockInterfaceUnit) Requisite() proxy.PropStringArray
func (*MockInterfaceUnit) RequisiteOf ¶
func (v *MockInterfaceUnit) RequisiteOf() proxy.PropStringArray
func (*MockInterfaceUnit) ResetFailed ¶
func (v *MockInterfaceUnit) ResetFailed(flags dbus.Flags) error
func (*MockInterfaceUnit) Restart ¶
func (v *MockInterfaceUnit) Restart(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceUnit) SetProperties ¶
func (v *MockInterfaceUnit) SetProperties(flags dbus.Flags, runtime bool, properties []Property) error
func (*MockInterfaceUnit) SourcePath ¶
func (v *MockInterfaceUnit) SourcePath() proxy.PropString
func (*MockInterfaceUnit) Start ¶
func (v *MockInterfaceUnit) Start(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceUnit) StartLimitAction ¶
func (v *MockInterfaceUnit) StartLimitAction() proxy.PropString
func (*MockInterfaceUnit) StartLimitBurst ¶
func (v *MockInterfaceUnit) StartLimitBurst() proxy.PropUint32
func (*MockInterfaceUnit) StartLimitIntervalUSec ¶
func (v *MockInterfaceUnit) StartLimitIntervalUSec() proxy.PropUint64
func (*MockInterfaceUnit) StateChangeTimestamp ¶
func (v *MockInterfaceUnit) StateChangeTimestamp() proxy.PropUint64
func (*MockInterfaceUnit) StateChangeTimestampMonotonic ¶
func (v *MockInterfaceUnit) StateChangeTimestampMonotonic() proxy.PropUint64
func (*MockInterfaceUnit) Stop ¶
func (v *MockInterfaceUnit) Stop(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceUnit) StopWhenUnneeded ¶
func (v *MockInterfaceUnit) StopWhenUnneeded() proxy.PropBool
func (*MockInterfaceUnit) SubState ¶
func (v *MockInterfaceUnit) SubState() proxy.PropString
func (*MockInterfaceUnit) SuccessAction ¶
func (v *MockInterfaceUnit) SuccessAction() proxy.PropString
func (*MockInterfaceUnit) SuccessActionExitStatus ¶
func (v *MockInterfaceUnit) SuccessActionExitStatus() proxy.PropInt32
func (*MockInterfaceUnit) Transient ¶
func (v *MockInterfaceUnit) Transient() proxy.PropBool
func (*MockInterfaceUnit) TriggeredBy ¶
func (v *MockInterfaceUnit) TriggeredBy() proxy.PropStringArray
func (*MockInterfaceUnit) Triggers ¶
func (v *MockInterfaceUnit) Triggers() proxy.PropStringArray
func (*MockInterfaceUnit) TryRestart ¶
func (v *MockInterfaceUnit) TryRestart(flags dbus.Flags, mode string) (dbus.ObjectPath, error)
func (*MockInterfaceUnit) UnitFilePreset ¶
func (v *MockInterfaceUnit) UnitFilePreset() proxy.PropString
func (*MockInterfaceUnit) UnitFileState ¶
func (v *MockInterfaceUnit) UnitFileState() proxy.PropString
func (*MockInterfaceUnit) Unref ¶
func (v *MockInterfaceUnit) Unref(flags dbus.Flags) error
func (*MockInterfaceUnit) WantedBy ¶
func (v *MockInterfaceUnit) WantedBy() proxy.PropStringArray
func (*MockInterfaceUnit) Wants ¶
func (v *MockInterfaceUnit) Wants() proxy.PropStringArray
type MockManager ¶
type MockManager struct { MockInterfaceManager // interface org.freedesktop.systemd1.Manager proxy.MockObject }
type MockPropBS ¶
func (MockPropBS) ConnectChanged ¶
func (p MockPropBS) ConnectChanged(cb func(hasValue bool, value BS)) error
func (MockPropBS) Get ¶
func (p MockPropBS) Get(flags dbus.Flags) (value BS, err error)
func (MockPropBS) Set ¶
func (p MockPropBS) Set(flags dbus.Flags, value BS) error
type MockPropBindPaths ¶
func (MockPropBindPaths) ConnectChanged ¶
func (p MockPropBindPaths) ConnectChanged(cb func(hasValue bool, value []BindPath)) error
func (MockPropBindPaths) Get ¶
func (p MockPropBindPaths) Get(flags dbus.Flags) (value []BindPath, err error)
func (MockPropBindPaths) Set ¶
func (p MockPropBindPaths) Set(flags dbus.Flags, value []BindPath) error
type MockPropEnvironmentFiles ¶
func (MockPropEnvironmentFiles) ConnectChanged ¶
func (p MockPropEnvironmentFiles) ConnectChanged(cb func(hasValue bool, value []EnvironmentFile)) error
func (MockPropEnvironmentFiles) Get ¶
func (p MockPropEnvironmentFiles) Get(flags dbus.Flags) (value []EnvironmentFile, err error)
func (MockPropEnvironmentFiles) Set ¶
func (p MockPropEnvironmentFiles) Set(flags dbus.Flags, value []EnvironmentFile) error
type MockPropExecInfos ¶
func (MockPropExecInfos) ConnectChanged ¶
func (p MockPropExecInfos) ConnectChanged(cb func(hasValue bool, value []ExecInfo)) error
func (MockPropExecInfos) Get ¶
func (p MockPropExecInfos) Get(flags dbus.Flags) (value []ExecInfo, err error)
func (MockPropExecInfos) Set ¶
func (p MockPropExecInfos) Set(flags dbus.Flags, value []ExecInfo) error
type MockPropExitStatus ¶
func (MockPropExitStatus) ConnectChanged ¶
func (p MockPropExitStatus) ConnectChanged(cb func(hasValue bool, value ExitStatus)) error
func (MockPropExitStatus) Get ¶
func (p MockPropExitStatus) Get(flags dbus.Flags) (value ExitStatus, err error)
func (MockPropExitStatus) Set ¶
func (p MockPropExitStatus) Set(flags dbus.Flags, value ExitStatus) error
type MockPropIOParams ¶
func (MockPropIOParams) ConnectChanged ¶
func (p MockPropIOParams) ConnectChanged(cb func(hasValue bool, value []IOParam)) error
func (MockPropIOParams) Get ¶
func (p MockPropIOParams) Get(flags dbus.Flags) (value []IOParam, err error)
func (MockPropIOParams) Set ¶
func (p MockPropIOParams) Set(flags dbus.Flags, value []IOParam) error
type MockPropServiceDeviceAllow ¶
func (MockPropServiceDeviceAllow) ConnectChanged ¶
func (p MockPropServiceDeviceAllow) ConnectChanged(cb func(hasValue bool, value []DeviceAllowItem)) error
func (MockPropServiceDeviceAllow) Get ¶
func (p MockPropServiceDeviceAllow) Get(flags dbus.Flags) (value []DeviceAllowItem, err error)
func (MockPropServiceDeviceAllow) Set ¶
func (p MockPropServiceDeviceAllow) Set(flags dbus.Flags, value []DeviceAllowItem) error
type MockPropServiceIPAddressAllow ¶
func (MockPropServiceIPAddressAllow) ConnectChanged ¶
func (p MockPropServiceIPAddressAllow) ConnectChanged(cb func(hasValue bool, value []IPAddressAllowItem)) error
func (MockPropServiceIPAddressAllow) Get ¶
func (p MockPropServiceIPAddressAllow) Get(flags dbus.Flags) (value []IPAddressAllowItem, err error)
func (MockPropServiceIPAddressAllow) Set ¶
func (p MockPropServiceIPAddressAllow) Set(flags dbus.Flags, value []IPAddressAllowItem) error
type MockPropServiceIPAddressDeny ¶
func (MockPropServiceIPAddressDeny) ConnectChanged ¶
func (p MockPropServiceIPAddressDeny) ConnectChanged(cb func(hasValue bool, value []IPAddressDenyItem)) error
func (MockPropServiceIPAddressDeny) Get ¶
func (p MockPropServiceIPAddressDeny) Get(flags dbus.Flags) (value []IPAddressDenyItem, err error)
func (MockPropServiceIPAddressDeny) Set ¶
func (p MockPropServiceIPAddressDeny) Set(flags dbus.Flags, value []IPAddressDenyItem) error
type MockPropServiceLogExtraFields ¶
func (MockPropServiceLogExtraFields) ConnectChanged ¶
func (p MockPropServiceLogExtraFields) ConnectChanged(cb func(hasValue bool, value [][]byte)) error
func (MockPropServiceLogExtraFields) Get ¶
func (p MockPropServiceLogExtraFields) Get(flags dbus.Flags) (value [][]byte, err error)
func (MockPropServiceLogExtraFields) Set ¶
func (p MockPropServiceLogExtraFields) Set(flags dbus.Flags, value [][]byte) error
type MockPropServiceRestrictAddressFamilies ¶
func (MockPropServiceRestrictAddressFamilies) ConnectChanged ¶
func (p MockPropServiceRestrictAddressFamilies) ConnectChanged(cb func(hasValue bool, value RestrictAddressFamilies)) error
func (MockPropServiceRestrictAddressFamilies) Get ¶
func (p MockPropServiceRestrictAddressFamilies) Get(flags dbus.Flags) (value RestrictAddressFamilies, err error)
func (MockPropServiceRestrictAddressFamilies) Set ¶
func (p MockPropServiceRestrictAddressFamilies) Set(flags dbus.Flags, value RestrictAddressFamilies) error
type MockPropServiceSystemCallFilter ¶
func (MockPropServiceSystemCallFilter) ConnectChanged ¶
func (p MockPropServiceSystemCallFilter) ConnectChanged(cb func(hasValue bool, value SystemCallFilter)) error
func (MockPropServiceSystemCallFilter) Get ¶
func (p MockPropServiceSystemCallFilter) Get(flags dbus.Flags) (value SystemCallFilter, err error)
func (MockPropServiceSystemCallFilter) Set ¶
func (p MockPropServiceSystemCallFilter) Set(flags dbus.Flags, value SystemCallFilter) error
type MockPropServiceTemporaryFileSystem ¶
func (MockPropServiceTemporaryFileSystem) ConnectChanged ¶
func (p MockPropServiceTemporaryFileSystem) ConnectChanged(cb func(hasValue bool, value []TemporaryFileSystemItem)) error
func (MockPropServiceTemporaryFileSystem) Get ¶
func (p MockPropServiceTemporaryFileSystem) Get(flags dbus.Flags) (value []TemporaryFileSystemItem, err error)
func (MockPropServiceTemporaryFileSystem) Set ¶
func (p MockPropServiceTemporaryFileSystem) Set(flags dbus.Flags, value []TemporaryFileSystemItem) error
type MockPropUnitAsserts ¶
func (MockPropUnitAsserts) ConnectChanged ¶
func (p MockPropUnitAsserts) ConnectChanged(cb func(hasValue bool, value []Assert)) error
func (MockPropUnitAsserts) Get ¶
func (p MockPropUnitAsserts) Get(flags dbus.Flags) (value []Assert, err error)
func (MockPropUnitAsserts) Set ¶
func (p MockPropUnitAsserts) Set(flags dbus.Flags, value []Assert) error
type MockPropUnitConditions ¶
func (MockPropUnitConditions) ConnectChanged ¶
func (p MockPropUnitConditions) ConnectChanged(cb func(hasValue bool, value []Condition)) error
func (MockPropUnitConditions) Get ¶
func (p MockPropUnitConditions) Get(flags dbus.Flags) (value []Condition, err error)
func (MockPropUnitConditions) Set ¶
func (p MockPropUnitConditions) Set(flags dbus.Flags, value []Condition) error
type MockPropUnitJob ¶
func (MockPropUnitJob) ConnectChanged ¶
func (p MockPropUnitJob) ConnectChanged(cb func(hasValue bool, value JobIdPath)) error
func (MockPropUnitJob) Get ¶
func (p MockPropUnitJob) Get(flags dbus.Flags) (value JobIdPath, err error)
func (MockPropUnitJob) Set ¶
func (p MockPropUnitJob) Set(flags dbus.Flags, value JobIdPath) error
type MockPropUnitLoadError ¶
func (MockPropUnitLoadError) ConnectChanged ¶
func (p MockPropUnitLoadError) ConnectChanged(cb func(hasValue bool, value LoadError)) error
func (MockPropUnitLoadError) Get ¶
func (p MockPropUnitLoadError) Get(flags dbus.Flags) (value LoadError, err error)
func (MockPropUnitLoadError) Set ¶
func (p MockPropUnitLoadError) Set(flags dbus.Flags, value LoadError) error
type MockUnit ¶
type MockUnit struct { MockInterfaceUnit // interface org.freedesktop.systemd1.Unit MockInterfaceService // interface org.freedesktop.systemd1.Service proxy.MockObject }
type PropBindPaths ¶
type PropEnvironmentFiles ¶
type PropEnvironmentFiles interface { Get(flags dbus.Flags) (value []EnvironmentFile, err error) Set(flags dbus.Flags, value []EnvironmentFile) error ConnectChanged(cb func(hasValue bool, value []EnvironmentFile)) error }
type PropExecInfos ¶
type PropExitStatus ¶
type PropExitStatus interface { Get(flags dbus.Flags) (value ExitStatus, err error) Set(flags dbus.Flags, value ExitStatus) error ConnectChanged(cb func(hasValue bool, value ExitStatus)) error }
type PropIOParams ¶
type PropServiceDeviceAllow ¶
type PropServiceDeviceAllow interface { Get(flags dbus.Flags) (value []DeviceAllowItem, err error) Set(flags dbus.Flags, value []DeviceAllowItem) error ConnectChanged(cb func(hasValue bool, value []DeviceAllowItem)) error }
type PropServiceIPAddressAllow ¶
type PropServiceIPAddressAllow interface { Get(flags dbus.Flags) (value []IPAddressAllowItem, err error) Set(flags dbus.Flags, value []IPAddressAllowItem) error ConnectChanged(cb func(hasValue bool, value []IPAddressAllowItem)) error }
type PropServiceIPAddressDeny ¶
type PropServiceIPAddressDeny interface { Get(flags dbus.Flags) (value []IPAddressDenyItem, err error) Set(flags dbus.Flags, value []IPAddressDenyItem) error ConnectChanged(cb func(hasValue bool, value []IPAddressDenyItem)) error }
type PropServiceRestrictAddressFamilies ¶
type PropServiceRestrictAddressFamilies interface { Get(flags dbus.Flags) (value RestrictAddressFamilies, err error) Set(flags dbus.Flags, value RestrictAddressFamilies) error ConnectChanged(cb func(hasValue bool, value RestrictAddressFamilies)) error }
type PropServiceSystemCallFilter ¶
type PropServiceSystemCallFilter interface { Get(flags dbus.Flags) (value SystemCallFilter, err error) Set(flags dbus.Flags, value SystemCallFilter) error ConnectChanged(cb func(hasValue bool, value SystemCallFilter)) error }
type PropServiceTemporaryFileSystem ¶
type PropServiceTemporaryFileSystem interface { Get(flags dbus.Flags) (value []TemporaryFileSystemItem, err error) Set(flags dbus.Flags, value []TemporaryFileSystemItem) error ConnectChanged(cb func(hasValue bool, value []TemporaryFileSystemItem)) error }
type PropUnitAsserts ¶
type PropUnitConditions ¶
type PropUnitJob ¶
type PropUnitLoadError ¶
type PropertyCollection ¶
type RestrictAddressFamilies ¶
type SystemCallFilter ¶
type TemporaryFileSystemItem ¶
type Unit ¶
type UnitFileChange ¶
type UnitInfo ¶
type UnitInfo struct { Name string Description string LoadState string // i.e. whether the unit file has been loaded successfully ActiveState string // i.e. whether the unit is currently started or not SubState string // a more fine-grained version of the active state that is specific to the unit type, which the active state is not FollowUnit string // A unit that is being followed in its state by this unit, if there is any, otherwise the empty string. Path dbus.ObjectPath JobID uint32 // If there is a job queued for the job unit the numeric job id, 0 otherwise JobType string JobPath dbus.ObjectPath }
type UnitProcess ¶
Click to show internal directories.
Click to hide internal directories.