Home
last modified time | relevance | path

Searched refs:sn (Results 1 - 23 of 23) sorted by relevance

/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/testcases/
H A Dtest_camera.py17 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 Dtest_settings_wifi.py21 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 Dtest_distributed_musicplayer.py17 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 Dtest_note.py17 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 Dtest_launcher.py17 launcher_pic = device.save_snapshot_to_local('{}_launcher.jpeg'.format(device.sn))
H A Dtest_controller_center.py19 controller_page_pic = device.save_snapshot_to_local('{}_controller_center.jpeg'.format(device.sn))
H A Dtest_contacts.py20 contacts_page_pic = device.save_snapshot_to_local('{}_contacts.jpeg'.format(device.sn))
H A Dtest_mms.py20 mms_page_pic = device.save_snapshot_to_local('{}_mms.jpeg'.format(device.sn))
H A Dtest_photos.py20 photos_page_pic = device.save_snapshot_to_local('{}_photos.jpeg'.format(device.sn))
/developtools/integration_verification/tools/fotff/res/
H A Dres.go49 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 Dmain.py34 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 Dconftest.py13 parser.addoption('--sn', default='')
18 sn = request.config.option.sn
19 return Device(sn)
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
H A DliteOsUpgrade_RK3568_app.py38 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 DliteOsUpgrade_L2_app.py210 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 Dserver.rs85 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 Dhost_usb.h52 bool DetectMyNeed(libusb_device *device, string &sn);
H A Dhost_usb.cpp137 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 Dhost_usb.cpp111 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 Dhost_usb.h137 bool DetectMyNeed(libusb_device *device, string &sn);
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Drom_analyzer.py180 cn, sn = GnCommonTool.find_part_subsystem(
184 cn, sn = GnCommonTool.find_part_subsystem(
186 subsystem_name = sn
H A Dram_analyzer.py213 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 Ddevice.py25 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 Dsp_utils.cpp307 std::string sn = GetSplitOne(DEVICE_CMD_MAP.at(DeviceCmd::SN)); in GetDeviceInfo() local
315 resultMap["sn"] = sn; in GetDeviceInfo()

Completed in 11 milliseconds