hermesconst

package
v0.0.0-...-683b059 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package hermesconst defines the constants for Hermes https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/hermes/README.md This package is defined under common/ as they might be used in both local and remote tests.

Index

Constants

View Source
const (
	HermesOnly  = "hermes_only"
	HermesAndMM = "hermes_and_mm"
)

Choose test type

View Source
const (
	DBusHermesManagerPath      = "/org/chromium/Hermes/Manager"
	DBusHermesService          = "org.chromium.Hermes"
	DBusHermesManagerInterface = "org.chromium.Hermes.Manager"
	DBusHermesEuiccInterface   = "org.chromium.Hermes.Euicc"
	DBusHermesProfileInterface = "org.chromium.Hermes.Profile"
)

Hermes D-Bus constants.

View Source
const (
	EuiccMethodRefreshInstalledProfiles         = "RefreshInstalledProfiles"
	EuiccMethodInstallProfileFromActivationCode = "InstallProfileFromActivationCode"
	EuiccMethodUninstallProfile                 = "UninstallProfile"
	EuiccMethodResetMemory                      = "ResetMemory"
)

Hermes.Euicc methods

View Source
const (
	ProfileMethodEnable  = "Enable"
	ProfileMethodDisable = "Disable"
	ProfileMethodRename  = "Rename"
)

Hermes.Profile methods

View Source
const (
	ProfilePropertyState    = "State"
	ProfilePropertyClass    = "ProfileClass"
	ProfilePropertyIccid    = "Iccid"
	ProfilePropertyNickname = "Nickname"
)

Hermes.Profile properties

View Source
const (
	ProfileStatePending  = 0
	ProfileStateDisabled = 1
	ProfileStateEnabled  = 2
)

States that a Hermes profile can be in

View Source
const (
	ProfileClassTest         = 0
	ProfileClassProvisioning = 1
	ProfileClassOperational  = 2
)

Types of eSIM profiles

View Source
const (
	ManagerPropertyAvailableEuiccs = "AvailableEuiccs"
)

Hermes.Euicc properties

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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