Home
last modified time | relevance | path

Searched refs:Flash (Results 1 – 9 of 9) sorted by relevance

/developtools/integration_verification/tools/fotff/pkg/
Dpkg.go26 Flash(device string, pkg string, ctx context.Context) error methodSpec
/developtools/integration_verification/tools/fotff/pkg/mock/
Dmock.go57 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error { func
/developtools/integration_verification/tools/fotff/pkg/gitee_build/
Dgitee_build.go53 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error { func
/developtools/integration_verification/tools/fotff/rec/
Dflashandtest.go23 if err := opt.M.Flash(opt.Device, opt.Version, ctx); err != nil {
Dfotff.go148 if err := m.Flash(device, pkg, ctx); err != nil && !errors.Is(err, context.Canceled) {
Dfotff_test.go113 func (f *FotffMocker) Flash(device string, pkg string, ctx context.Context) error { func
/developtools/integration_verification/tools/fotff/
Dmain.go95 return m.Flash(device, flashPkg, context.TODO())
155 if err := m.Flash(device, curPkg, context.TODO()); err != nil {
/developtools/integration_verification/tools/fotff/pkg/dayu200/
Ddayu200.go90 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error { func
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dcommon.go96 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error { func