Home
last modified time | relevance | path

Searched refs:bundle_name (Results 1 - 9 of 9) sorted by relevance

/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/testcases/
H A Dtest_distributed_musicplayer.py11 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 Dtest_contacts.py11 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 Dtest_mms.py11 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 Dtest_note.py11 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 Dtest_photos.py11 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 Dtest_settings_wifi.py12 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 Ddevice.py95 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 Dxpower_plugin.cpp58 std::string bundleName = protoConfig_.bundle_name(); in Start()
/developtools/profiler/device/plugins/xpower_plugin/test/
H A Dxpower_decoder.cpp418 cJSON_AddStringToObject(optReport, "bundle_name", dataProto.bundle_name().c_str()); in DecodeXpowerMessage()

Completed in 3 milliseconds