Home
last modified time | relevance | path

Searched refs:attach (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/utils/send_email/
H A Dsend_email.py44 msg.attach(attachment)
53 msg.attach(img)
86 msg.attach(MIMEText(html, 'html', 'utf-8'))
88 msg.attach(MIMEText(html, 'html', 'utf-8'))
/arkcompiler/toolchain/test/autotest/scenario_test/
H A Dtest_heap_profiler_01.py38 1. 拉起应用,attach 主线程
86 Application.attach(self.config['bundle_name'])
H A Dtest_heap_profiler_02.py37 1. 拉起应用,attach 主线程
84 Application.attach(self.config['bundle_name'])
H A Dtest_debug_04.py36 测试用例:多 task 实例 attach 调试
88 Application.attach(self.config['bundle_name'])
H A Dtest_debug_02.py37 测试用例:多实例 attach 调试
39 1. 拉起应用,attach 主线程
92 Application.attach(self.config['bundle_name'])
/arkcompiler/toolchain/test/autotest/aw/
H A Dapplication.py83 def attach(cls, bundle_name): member in Application
84 attach_cmd = (['hdc', 'shell', 'aa', 'attach', '-b', bundle_name])
88 assert attach_result.stdout.decode('utf-8').strip() == 'attach app debug successfully.'
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Djson_stringifier_test.cpp340 GTEST_LOG_(INFO) << "attach is running"; in Attach()
344 static panda::JSNApi::NativeBindingInfo* CreateNativeBindingInfo(void* attach, void* detach) in CreateNativeBindingInfo() argument
348 info->attachFunc = attach; in CreateNativeBindingInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp496 GTEST_LOG_(INFO) << "attach is running"; in Attach()
499 static panda::JSNApi::NativeBindingInfo *CreateNativeBindingInfo(void *attach, void *detach) in CreateNativeBindingInfo() argument
503 info->attachData = attach; in CreateNativeBindingInfo()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp1400 GTEST_LOG_(INFO) << "attach is running"; in Attach()
1404 static panda::JSNApi::NativeBindingInfo* CreateNativeBindingInfo(void* attach, void* detach) in CreateNativeBindingInfo() argument
1408 info->attachFunc = attach; in CreateNativeBindingInfo()

Completed in 12 milliseconds