Searched refs:bundle_name (Results 1 - 9 of 9) sorted by relevance
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/testcases/ |
H A D | test_distributed_musicplayer.py | 11 bundle_name = 'ohos.samples.distributedmusicplayer' variable in Test 13 @pytest.mark.parametrize('setup_teardown', [bundle_name], indirect=True) 16 device.start_ability(self.bundle_name, self.ability_name)
|
H A D | test_contacts.py | 11 bundle_name = 'com.ohos.contacts' variable in Test 13 @pytest.mark.parametrize('setup_teardown', [bundle_name], indirect=True) 16 device.start_ability(self.bundle_name, self.ability_name)
|
H A D | test_mms.py | 11 bundle_name = 'com.ohos.mms' variable in Test 13 @pytest.mark.parametrize('setup_teardown', [bundle_name], indirect=True) 16 device.start_ability(self.bundle_name, self.ability_name)
|
H A D | test_note.py | 11 bundle_name = 'com.ohos.note' variable in Test 13 @pytest.mark.parametrize('setup_teardown', [bundle_name], indirect=True) 16 device.start_ability(self.bundle_name, self.ability_name)
|
H A D | test_photos.py | 11 bundle_name = 'com.ohos.photos' variable in Test 13 @pytest.mark.parametrize('setup_teardown', [bundle_name], indirect=True) 16 device.start_ability(self.bundle_name, self.ability_name)
|
H A D | test_settings_wifi.py | 12 bundle_name = 'com.ohos.settings' variable in Test 14 @pytest.mark.parametrize('setup_teardown', [bundle_name], indirect=True) 17 device.start_ability(self.bundle_name, self.ability_name)
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/ |
H A D | device.py | 95 def uninstall_hap(self, bundle_name): 97 logging.info(f'uninstall {bundle_name}') 98 # cmd = 'hdc app uninstall {}'.format(bundle_name) 99 return self.hdc(f'uninstall {bundle_name}') 101 def bm_uninstall(self, bundle_name): 102 logging.info(f'uninstall {bundle_name}') 103 return self.hdc_shell(f'bm uninstall -n {bundle_name}') 134 def start_ability(self, bundle_name, ability_name): 135 # logging.info(f'start {bundle_name} application') 136 rst = self.hdc_shell(f'aa start -b {bundle_name} [all...] |
/developtools/profiler/device/plugins/xpower_plugin/src/ |
H A D | xpower_plugin.cpp | 58 std::string bundleName = protoConfig_.bundle_name(); in Start()
|
/developtools/profiler/device/plugins/xpower_plugin/test/ |
H A D | xpower_decoder.cpp | 418 cJSON_AddStringToObject(optReport, "bundle_name", dataProto.bundle_name().c_str());
in DecodeXpowerMessage()
|
Completed in 3 milliseconds