Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 9 of 9) sorted by relevance

/developtools/integration_verification/tools/fotff/utils/
Dexec.go29 func ExecContext(ctx context.Context, name string, args ...string) error {
42 func execContext(ctx context.Context, name string, args ...string) error {
63 func ExecCombinedOutputContext(ctx context.Context, name string, args ...string) ([]byte, error) {
77 func execCombinedOutputContext(ctx context.Context, name string, args ...string) ([]byte, error) {
85 func SleepContext(duration time.Duration, ctx context.Context) {
Dhdc.go23 func WaitHDC(device string, ctx context.Context) bool {
58 func TryRebootToLoader(device string, ctx context.Context) error {
75 func HdcShell(cmd, device string, ctx context.Context) error {
Dssh.go41 func RunCmdViaSSHContext(ctx context.Context, addr string, user string, passwd string, cmd string) …
54 func RunCmdViaSSHContextNoRetry(ctx context.Context, addr string, user string, passwd string, cmd s…
/developtools/integration_verification/tools/fotff/tester/
Dtester.go37 Prepare(pkgDir string, device string, ctx context.Context) error
39 DoTestTask(device string, ctx context.Context) ([]Result, error)
41 DoTestCase(device string, testCase string, ctx context.Context) (Result, error)
43 DoTestCases(device string, testcases []string, ctx context.Context) ([]Result, error)
/developtools/integration_verification/tools/fotff/pkg/dayu200/
Dflash.go35 func (m *Manager) flashDevice(device string, pkg string, ctx context.Context) error {
52 func (m *Manager) flashImages(device string, pkg string, ctx context.Context) error {
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dbuild.go35 func (m *Manager) Build(config BuildConfig, ctx context.Context) error {
67 func (m *Manager) BuildNoRetry(config BuildConfig, rm bool, ctx context.Context) error {
/developtools/integration_verification/tools/fotff/rec/
Dflashandtest.go21 func FlashAndTest(ctx context.Context, opt *FlashAndTestOptions) error {
Dfotff.go131 func flashAndTest(m pkg.Manager, t tester.Tester, pkg string, testcase string, ctx context.Context,…
/developtools/integration_verification/tools/fotff/pkg/
Dpkg.go26 Flash(device string, pkg string, ctx context.Context) error