Home
last modified time | relevance | path

Searched full:bundle_name (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/toolchain/test/autotest/aw/
Dapplication.py27 def stop(cls, bundle_name): argument
28 stop_cmd = ['hdc', 'shell', 'aa', 'force-stop', bundle_name]
35 def uninstall(cls, bundle_name): argument
36 uninstall_cmd = ['hdc', 'uninstall', bundle_name]
51 def start(cls, bundle_name, start_mode=None): argument
52 start_cmd = (['hdc', 'shell', 'aa', 'start', '-a', 'EntryAbility', '-b', bundle_name] +
60 def get_pid(cls, bundle_name): argument
65 if bundle_name in line:
66 logging.info(f'pid of {bundle_name}: ' + line)
71 def launch_application(cls, bundle_name, hap_path, start_mode=None): argument
[all …]
Dfport.py26 def fport_connect_server(cls, port, pid, bundle_name): argument
27 cmd = ['hdc', 'fport', f'tcp:{port}', f'ark:{pid}@{bundle_name}']
/arkcompiler/toolchain/test/autotest/scenario_test/
Dconftest.py35 bundle_name = 'com.example.worker'
40 'bundle_name': bundle_name,
43 pid = Application.launch_application(config['bundle_name'], config['hap_path'], start_mode='-D')
48 Fport.fport_connect_server(config['connect_server_port'], config['pid'], config['bundle_name'])
Dtest_debug_01.py68 Application.uninstall(self.config['bundle_name'])
/arkcompiler/ets_runtime/
Dhisysevent.yaml18 BUNDLE_NAME: {type: STRING, desc: application bundle name}
37 BUNDLE_NAME: {type: STRING, desc: application bundle name}
47 BUNDLE_NAME: {type: STRING, desc: Application bundle name}
61 BUNDLE_NAME: {type: STRING, desc: Application bundle name}
/arkcompiler/toolchain/test/autotest/
DREADME.md125 bundle_name = 'com.example.worker'
130 'bundle_name': bundle_name,
134 pid = Application.launch_application(config['bundle_name'], config['hap_path'], start_mode='-D')
140 Fport.fport_connect_server(config['connect_server_port'], config['pid'], config['bundle_name'])
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml81 bundle_name: com.example.idestagedemoemptyability
95 bundle_name: com.example.idefademoemptyability
109 bundle_name: com.example.idecompatible8demoemptyability
123 bundle_name: com.example.idejsdemoemptyability
Dutils.py109 …run_cmd(['hdc', 'shell', 'aa', 'start', '-a', f'{task.ability_name}', '-b', f'{task.bundle_name}'])
117 run_cmd(['hdc', 'shell', 'aa', 'force-stop', f'{task.bundle_name}'])
118 run_cmd(['hdc', 'shell', 'bm', 'uninstall', '-n', f'{task.bundle_name}'])
Doptions.py77 self.bundle_name = ''
169 task.bundle_name = hap['bundle_name']
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_stats.cpp47 "BUNDLE_NAME", GetBundleName(), in SendSysEvent()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp175 "BUNDLE_NAME", ConvertToStdString(GetBundleName()), in SendJitStatsEvent()
215 "BUNDLE_NAME", ConvertToStdString(GetBundleName()), in SendJitBlockUIEvent()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_key_stats.cpp93 "BUNDLE_NAME", PGOProfilerManager::GetInstance()->GetBundleName(), in SendSysEvent()
/arkcompiler/ets_runtime/test/
Druntest.py508 bundle_name = get_bundle_name(sign_dir)
527 data_load['bundle-info']['bundle-name'] = bundle_name