Home
last modified time | relevance | path

Searched refs:sn (Results 1 – 22 of 22) sorted by relevance

/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/
Dacl_check.py51 def main(sn): argument
55 hdc_command(GENERATING_TOKEN_INFO_COMMAND.format(sn, TOKEN_INFO_URL.format(sn)))
56 …_command(DOWNLOAD_TOKEN_INFO_COMMAND.format(sn, TOKEN_INFO_URL.format(sn), DOWNLOAD_TOKEN_INFO_URL…
57 hdc_command(CLEAR_TOKEN_INFO_FILE.format(sn, TOKEN_INFO_URL.format(sn)))
58 file = read_txt(DOWNLOAD_TOKEN_INFO_URL.format(sn))
74 sn = sys.argv[1] variable
75 main(sn)
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/acls_check/
Dacl_check.py52 def acl_check_main(sn): argument
56 hdc_command(GENERATING_TOKEN_INFO_COMMAND.format(sn, TOKEN_INFO_URL.format(sn)))
57 …_command(DOWNLOAD_TOKEN_INFO_COMMAND.format(sn, TOKEN_INFO_URL.format(sn), DOWNLOAD_TOKEN_INFO_URL…
58 hdc_command(CLEAR_TOKEN_INFO_FILE.format(sn, TOKEN_INFO_URL.format(sn)))
59 file = read_txt(DOWNLOAD_TOKEN_INFO_URL.format(sn))
75 sn = '' variable
76 acl_check_main(sn)
/developtools/integration_verification/tools/fotff/res/
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/APL_compare_03/
Dcompare.py136 def sql_thread(sn, sn2): argument
138 print(DOWNLOAD_DB.format(sn)+' ' + SQL_SRC + ' ' + SQL_DES)
141 sql_file = download_from_device(DOWNLOAD_DB.format(sn), SQL_SRC, SQL_DES)
161 def apl_check_main(sn): argument
166 sql_thr = AplCompareThread(sql_thread, (sn, sn))
192 sn = sys.argv[1] variable
199 sn = sn_list[0] variable
200 apl_check_main(sn)
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/
Dcompare.py136 def sql_thread(sn, sn2): argument
139 print(DOWNLOAD_DB.format(sn)+' ' + SQL_SRC + ' ' + SQL_DES)
141 sql_file = download_from_device(DOWNLOAD_DB.format(sn), SQL_SRC, SQL_DES)
161 def apl_check_main(sn): argument
166 sql_thr = AplCompareThread(sql_thread, (sn, sn))
193 sn = sys.argv[1] variable
200 sn = sn_list[0] variable
201 apl_check_main(sn)
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_RK3568_app.py92 global local_image_path, loader_tool_path, sn, LocationID ,test_num
95 sn = self.params_dict.get("sn")
162 if not start_cmd(sn):
178 os.system("hdc_std -t %s shell hilog -w start" % sn)
179 os.system("hdc_std -t %s shell hilog -w start -t kmsg" % sn)
200 if exec_cmd(mini_path, sn, save_path, archive_path) == 98:
208 …est_return = cmd_test(resource_path, py_path, new_report_path, resource_path, sn, test_num, pr_url)
262 os.system("hdc -t %s shell reboot loader" % sn)
421 def start_cmd(sn): argument
424 power_cmd = "hdc -t %s shell \"power-shell setmode 602\"" % sn
[all …]
DliteOsUpgrade_L2_app.py210 sn = self.params_dict.get('sn')
307 self.hdc_set_time(sn)
370 def hdc_set_time(self,sn): argument
374 cmd = 'hdc_std -t %s shell date -u "%sT%s"'% (sn,y_m_d,h_m_s)
/developtools/integration_verification/cases/smoke/basic/screenshot32/resource/
Ddistributedtest.py54 def enter_shell_cmd(shellcmd, waittime, sn): argument
59 cmd = "hdc_std -t {} shell \"{}\"".format(sn, shellcmd)
63 def file_from_dev(src, dst, sn): argument
64 cmd = "hdc_std -t {} file recv \"{}\" \"{}\"".format(sn, src, dst)
/developtools/ace_ets2bundle/compiler/src/
Dmanage_workers.ts68 let sn: number = i + 1; variable
69 let workerFileName: string = `filesInfo_${sn}.txt`;
Dgen_abc_plugin.ts1330 let sn: number = i + 1;
1331 let workerFileName: string = `filesInfo_${sn}.txt`;
/developtools/integration_verification/DeployDevice/src/
DL0task1.properties2 sn=XXXXX key
/developtools/hdc/src/host/
Dhost_usb.h52 bool DetectMyNeed(libusb_device *device, string &sn);
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", sn.c_str()); in DetectMyNeed()
177 mapIgnoreDevice[sn] = HOST_USB_REGISTER; in DetectMyNeed()
237 string sn = szTmpKey; in WatchUsbNodeChange() local
238 if (thisClass->HasValidDevice(dev) && !thisClass->DetectMyNeed(dev, sn)) { in WatchUsbNodeChange()
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Drom_analyzer.py116 cn, sn = GnCommonTool.find_part_subsystem(
120 cn, sn = GnCommonTool.find_part_subsystem(
122 subsystem_name = sn
Dram_analyzer.py386 for sn in subsystem_name_list:
387 sub_val_dict = rom_result_dict.get(sn)
400 return True, os.path.split(k)[-1], sn, cn, v
/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp255 std::string sn = GetSplitOne("param get ohos.boot.sn"); in GetDeviceInfo() local
259 resultMap["sn"] = sn; in GetDeviceInfo()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DDatabaseEntity.ets95 //设备sn
96 public sn: String
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts182 let sn = resultSet.getString(resultSet.getColumnIndex("sn")) variable
191 tGeneralInfo.sn = sn
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts560 const sn: number = i + 1; constant
561 const workerFileName: string = `${FILESINFO}_${sn}${EXTNAME_TXT}`;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/
DProfilerTask.ets169 tGeneralInfo.sn = deviceInfo.serial
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15sn(e){return"number"==typeof e?e:ls(e)?y:+e}function pn(e){if("string"==typeof e)return e;if($i(e)… function
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DshowcaseCovid19.ets2989 … "name": "Senegal", "continent": "Africa", "alpha2": "sn", "population": 16743930, "months": [