| /developtools/integration_verification/tools/fotff/tester/ |
| D | tester.go | 37 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/ |
| D | mock.go | 34 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/ |
| D | exec.go | 29 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
|
| D | hdc.go | 23 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
|
| D | ssh.go | 41 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/ |
| D | manual.go | 48 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/ |
| D | pkg_available.go | 46 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/ |
| D | common.go | 49 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/ |
| D | fotff_test.go | 68 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 {
|
| D | fotff.go | 32 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
|
| D | flashandtest.go | 21 func FlashAndTest(ctx context.Context, opt *FlashAndTestOptions) error { argument
|
| /developtools/integration_verification/tools/fotff/tester/smoke/ |
| D | smoke.go | 57 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/ |
| D | xdevice.go | 67 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/ |
| D | pkg.go | 26 Flash(device string, pkg string, ctx context.Context) error argument
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | build.go | 35 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
|
| D | common.go | 96 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error {
|
| /developtools/integration_verification/tools/fotff/pkg/mock/ |
| D | mock.go | 57 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error {
|
| /developtools/integration_verification/tools/fotff/pkg/dayu200/ |
| D | flash.go | 35 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
|
| D | dayu200.go | 90 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error {
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_build/ |
| D | gitee_build.go | 53 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error {
|
| /developtools/profiler/hidebug/interfaces/js/kits/napi/ |
| D | napi_hidebug.cpp | 240 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/ |
| D | des_tables.md | 807 - Context:日志内容
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | des_tables.md | 807 - Context:日志内容
|
| /developtools/profiler/host/smartperf/trace_streamer/doc/ |
| D | des_tables.md | 807 - Context:日志内容
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | des_tables.md | 940 - Context:日志内容
|