/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/testcases/ |
H A D | test_camera.py | 17 device.save_snapshot_to_local('{}_camera_step1.jpeg'.format(device.sn)) 22 device.save_snapshot_to_local('{}_camera_step2.jpeg'.format(device.sn)) 27 device.save_snapshot_to_local('{}_camera_step3.jpeg'.format(device.sn)) 32 device.save_snapshot_to_local('{}_camera_step4.jpeg'.format(device.sn)) 37 device.save_snapshot_to_local('{}_camera_step5.jpeg'.format(device.sn)) 42 device.save_snapshot_to_local('{}_camera_step6.jpeg'.format(device.sn))
|
H A D | test_settings_wifi.py | 21 settings_page_pic = device.save_snapshot_to_local('{}_settings.jpeg'.format(device.sn)) 29 device.save_snapshot_to_local('{}_before_click.jpeg'.format(device.sn)) 35 device.save_snapshot_to_local('{}_after_click.jpeg'.format(device.sn))
|
H A D | test_distributed_musicplayer.py | 17 device.save_snapshot_to_local('{}_music_step1.jpeg'.format(device.sn)) 22 music_page_pic = device.save_snapshot_to_local('{}_distributedmusicplayer.jpeg'.format(device.sn))
|
H A D | test_note.py | 17 device.save_snapshot_to_local('{}_note_mainpage.jpeg'.format(device.sn)) 31 note_pic = device.save_snapshot_to_local('{}_note.jpeg'.format(device.sn))
|
H A D | test_launcher.py | 17 launcher_pic = device.save_snapshot_to_local('{}_launcher.jpeg'.format(device.sn))
|
H A D | test_controller_center.py | 19 controller_page_pic = device.save_snapshot_to_local('{}_controller_center.jpeg'.format(device.sn))
|
H A D | test_contacts.py | 20 contacts_page_pic = device.save_snapshot_to_local('{}_contacts.jpeg'.format(device.sn))
|
H A D | test_mms.py | 20 mms_page_pic = device.save_snapshot_to_local('{}_mms.jpeg'.format(device.sn))
|
H A D | test_photos.py | 20 photos_page_pic = device.save_snapshot_to_local('{}_photos.jpeg'.format(device.sn))
|
/developtools/integration_verification/tools/fotff/res/ |
H A D | res.go | 49 for _, sn := range snList { 50 res.devicePool <- sn 67 for _, sn := range snList { 68 res.devicePool <- sn 71 for _, sn := range snList { 72 res.serverPool <- sn
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/ |
H A D | main.py | 34 sn = args.device_num variable 35 save_path = os.path.join(args.save_path, sn) 40 run_params = ['-vs', '--sn={}'.format(sn)] 45 report = os.path.join(args.save_path, '{}_report.html'.format(sn))
|
H A D | conftest.py | 13 parser.addoption('--sn', default='') 18 sn = request.config.option.sn 19 return Device(sn)
|
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/ |
H A D | liteOsUpgrade_RK3568_app.py | 38 self.param_List = ["upgrade_upgradeLocation", "sn"] 94 global local_image_path, loader_tool_path, sn, LocationID, test_num, system_type 109 sn = self.params_dict.get("sn") 187 # if not start_cmd(sn): 203 # os.system("hdc -t %s shell reboot" % sn) 205 # os.system("hdc -t %s shell set persist.usb.setting.gadget_conn_prompt false" % sn) 209 # os.system("hdc_std -t %s shell hilog -w start" % sn) 210 # os.system("hdc_std -t %s shell hilog -w start -t kmsg" % sn) 233 if exec_cmd(mini_path, sn, save_pat [all...] |
H A D | liteOsUpgrade_L2_app.py | 210 sn = self.params_dict.get('sn') 307 self.hdc_set_time(sn) 370 def hdc_set_time(self,sn): 374 cmd = 'hdc_std -t %s shell date -u "%sT%s"'% (sn,y_m_d,h_m_s)
|
/developtools/hdc/hdc_rust/src/host/ |
H A D | server.rs | 85 for sn in str.split(' ') { 86 if sn.is_empty() { 89 hdc::info!("start_usb_server sn:{}", sn); 90 task::start_usb_device_loop(ptr, sn.to_string()).await;
|
/developtools/hdc/src/host/ |
H A D | host_usb.h | 52 bool DetectMyNeed(libusb_device *device, string &sn);
|
H A D | host_usb.cpp | 137 bool HdcHostUSB::DetectMyNeed(libusb_device *device, string &sn) in DetectMyNeed() argument 163 WRITE_LOG(LOG_FATAL, "malloc usb session failed sn:%s", Hdc::MaskString(sn).c_str()); in DetectMyNeed() 177 mapIgnoreDevice[sn] = HOST_USB_REGISTER; in DetectMyNeed() 238 string sn = szTmpKey; in WatchUsbNodeChange() local 239 if (thisClass->HasValidDevice(dev) && !thisClass->DetectMyNeed(dev, sn)) { in WatchUsbNodeChange()
|
/developtools/hdc/hdc_rust/src/cffi/host/ |
H A D | host_usb.cpp | 111 std::string sn = szTmpKey;
in WatchUsbNodeChange() local 112 if (thisClass->HasValidDevice(dev) && !thisClass->DetectMyNeed(dev, sn)) {
in WatchUsbNodeChange() 166 bool HostUsb::DetectMyNeed(libusb_device *device, string &sn)
in DetectMyNeed() argument 180 mapIgnoreDevice[sn] = HOST_USB_REGISTER;
in DetectMyNeed()
|
H A D | host_usb.h | 137 bool DetectMyNeed(libusb_device *device, string &sn);
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
H A D | rom_analyzer.py | 180 cn, sn = GnCommonTool.find_part_subsystem( 184 cn, sn = GnCommonTool.find_part_subsystem( 186 subsystem_name = sn
|
H A D | ram_analyzer.py | 213 for sn in subsystem_name_list: 214 sub_val_dict = rom_result_dict.get(sn) 227 return True, os.path.split(k)[-1], sn, cn, v
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/ |
H A D | device.py | 25 def __init__(self, sn): 26 self.sn = sn 38 shell_cmd = f'hdc -l0 -t {self.sn} shell "{cmd}"' 48 return self._execute_cmd(f'hdc -l0 -t {self.sn} {cmd}')
|
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | sp_utils.cpp | 307 std::string sn = GetSplitOne(DEVICE_CMD_MAP.at(DeviceCmd::SN)); in GetDeviceInfo() local 315 resultMap["sn"] = sn; in GetDeviceInfo()
|