Home
last modified time | relevance | path

Searched full:ability_name (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml53 # -ability_name: the ability name of the project
108 ability_name: EntryAbility
137 ability_name: com.example.idefademoemptyability.MainAbility
166 ability_name: com.example.idecompatible8demoemptyability.MainAbility
195 ability_name: com.example.idejsdemoemptyability.MainAbility
226 ability_name: EntryAbility
Doptions.py103 self.ability_name = ''
202 task.ability_name = hap['ability_name']
Dutils.py189 …run_cmd(['hdc', 'shell', 'aa', 'start', '-a', f'{task.ability_name}', '-b', f'{task.bundle_name}'])
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/platforms/
Dhap.py157 ability_name = f'{bu.name}_Ability'
167 cmd=f'aa start -a {ability_name} -b {self.app_name}',