Searched refs:attach (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/test/scripts/utils/send_email/ |
H A D | send_email.py | 44 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 D | test_heap_profiler_01.py | 38 1. 拉起应用,attach 主线程
86 Application.attach(self.config['bundle_name'])
|
H A D | test_heap_profiler_02.py | 37 1. 拉起应用,attach 主线程
84 Application.attach(self.config['bundle_name'])
|
H A D | test_debug_04.py | 36 测试用例:多 task 实例 attach 调试
88 Application.attach(self.config['bundle_name'])
|
H A D | test_debug_02.py | 37 测试用例:多实例 attach 调试
39 1. 拉起应用,attach 主线程
92 Application.attach(self.config['bundle_name'])
|
/arkcompiler/toolchain/test/autotest/aw/ |
H A D | application.py | 83 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 D | json_stringifier_test.cpp | 340 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 D | jsnapi_first_tests.cpp | 496 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 D | serializer_test.cpp | 1400 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