Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml82 ability_name: EntryAbility
96 ability_name: com.example.idefademoemptyability.MainAbility
110 ability_name: com.example.idecompatible8demoemptyability.MainAbility
124 ability_name: com.example.idejsdemoemptyability.MainAbility
Doptions.py78 self.ability_name = ''
170 task.ability_name = hap['ability_name']
Dutils.py109 …run_cmd(['hdc', 'shell', 'aa', 'start', '-a', f'{task.ability_name}', '-b', f'{task.bundle_name}'])