Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 25 of 25) sorted by relevance

/developtools/integration_verification/tools/fotff/tester/
Dtester.go37 Prepare(pkgDir string, device string, ctx context.Context) error argument
39 DoTestTask(device string, ctx context.Context) ([]Result, error) argument
41 DoTestCase(device string, testCase string, ctx context.Context) (Result, error) argument
43 DoTestCases(device string, testcases []string, ctx context.Context) ([]Result, error) argument
/developtools/integration_verification/tools/fotff/tester/mock/
Dmock.go34 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {
38 func (t *Tester) DoTestTask(device string, ctx context.Context) ([]tester.Result, error) {
49 func (t *Tester) DoTestCase(device string, testCase string, ctx context.Context) (tester.Result, er…
54 func (t *Tester) DoTestCases(device string, testcases []string, ctx context.Context) ([]tester.Resu…
/developtools/integration_verification/tools/fotff/utils/
Dexec.go29 func ExecContext(ctx context.Context, name string, args ...string) error { argument
42 func execContext(ctx context.Context, name string, args ...string) error { argument
63 func ExecCombinedOutputContext(ctx context.Context, name string, args ...string) ([]byte, error) { argument
77 func execCombinedOutputContext(ctx context.Context, name string, args ...string) ([]byte, error) { argument
85 func SleepContext(duration time.Duration, ctx context.Context) { argument
Dhdc.go23 func WaitHDC(device string, ctx context.Context) bool { argument
58 func TryRebootToLoader(device string, ctx context.Context) error { argument
75 func HdcShell(cmd, device string, ctx context.Context) error { argument
Dssh.go41 func RunCmdViaSSHContext(ctx context.Context, addr string, user string, passwd string, cmd string) … argument
54 func RunCmdViaSSHContextNoRetry(ctx context.Context, addr string, user string, passwd string, cmd s… argument
/developtools/integration_verification/tools/fotff/tester/manual/
Dmanual.go48 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {
52 func (t *Tester) DoTestTask(deviceSN string, ctx context.Context) (ret []tester.Result, err error) {
56 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err…
79 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste…
/developtools/integration_verification/tools/fotff/tester/pkg_available/
Dpkg_available.go46 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {
51 func (t *Tester) DoTestTask(deviceSN string, ctx context.Context) (ret []tester.Result, err error) {
55 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err…
72 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste…
/developtools/integration_verification/tools/fotff/tester/common/
Dcommon.go49 func (t *Tester) Prepare(version string, device string, ctx context.Context) error {
54 func (t *Tester) DoTestTask(device string, ctx context.Context) ([]tester.Result, error) {
73 func (t *Tester) DoTestCase(device string, testCase string, ctx context.Context) (tester.Result, er…
106 func (t *Tester) DoTestCases(device string, testCases []string, ctx context.Context) ([]tester.Resu…
/developtools/integration_verification/tools/fotff/rec/
Dfotff_test.go68 func (f *FotffMocker) Prepare(pkgDir string, device string, ctx context.Context) error {
72 func (f *FotffMocker) DoTestTask(device string, ctx context.Context) ([]tester.Result, error) {
82 func (f *FotffMocker) DoTestCase(device string, testcase string, ctx context.Context) (tester.Resul…
101 func (f *FotffMocker) DoTestCases(device string, testcases []string, ctx context.Context) ([]tester…
113 func (f *FotffMocker) Flash(device string, pkg string, ctx context.Context) error {
Dfotff.go32 ctx context.Context
104 go func(index int, ctx context.Context) {
131 func flashAndTest(m pkg.Manager, t tester.Tester, pkg string, testcase string, ctx context.Context,… argument
Dflashandtest.go21 func FlashAndTest(ctx context.Context, opt *FlashAndTestOptions) error { argument
/developtools/integration_verification/tools/fotff/tester/smoke/
Dsmoke.go57 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {
61 func (t *Tester) DoTestTask(deviceSN string, ctx context.Context) (ret []tester.Result, err error) {
80 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err…
107 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste…
/developtools/integration_verification/tools/fotff/tester/xdevice/
Dxdevice.go67 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) (err error) {
82 func (t *Tester) DoTestTask(deviceSN string, ctx context.Context) (ret []tester.Result, err error) {
98 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err…
122 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste…
/developtools/integration_verification/tools/fotff/pkg/
Dpkg.go26 Flash(device string, pkg string, ctx context.Context) error argument
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dbuild.go35 func (m *Manager) Build(config BuildConfig, ctx context.Context) error { argument
67 func (m *Manager) BuildNoRetry(config BuildConfig, rm bool, ctx context.Context) error { argument
Dcommon.go96 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error {
/developtools/integration_verification/tools/fotff/pkg/mock/
Dmock.go57 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error {
/developtools/integration_verification/tools/fotff/pkg/dayu200/
Dflash.go35 func (m *Manager) flashDevice(device string, pkg string, ctx context.Context) error { argument
52 func (m *Manager) flashImages(device string, pkg string, ctx context.Context) error { argument
Ddayu200.go90 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error {
/developtools/integration_verification/tools/fotff/pkg/gitee_build/
Dgitee_build.go53 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error {
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp240 auto context = OHOS::AbilityRuntime::Context::GetApplicationContext(); in StartProfiling()
269 auto context = OHOS::AbilityRuntime::Context::GetApplicationContext(); in StartJsCpuProfiling()
306 auto context = OHOS::AbilityRuntime::Context::GetApplicationContext(); in DumpHeapData()
335 auto context = OHOS::AbilityRuntime::Context::GetApplicationContext(); in DumpJsHeapData()
/developtools/smartperf_host/ide/src/doc/md/
Ddes_tables.md807 - Context:日志内容
/developtools/profiler/host/smartperf/ide/src/doc/md/
Ddes_tables.md807 - Context:日志内容
/developtools/profiler/host/smartperf/trace_streamer/doc/
Ddes_tables.md807 - Context:日志内容
/developtools/smartperf_host/trace_streamer/doc/
Ddes_tables.md940 - Context:日志内容