Home
last modified time | relevance | path

Searched refs:serial (Results 1 - 25 of 32) sorted by relevance

12

/test/xts/hats/telephony/ril/hdi_v1.1_additional/
H A Dhdf_ril_hdiService_test_3rd.cpp179 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is -1
187 msg.serial = -1; in HWTEST_F()
197 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is 0
205 msg.serial = 0; in HWTEST_F()
215 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is 1
223 msg.serial = 1; in HWTEST_F()
233 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is 2
241 msg.serial = 2; in HWTEST_F()
251 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is 3
259 msg.serial in HWTEST_F()
[all...]
H A Dhdf_ril_hdiService_test_7th.cpp940 uniInfo.serial = serialId; in HWTEST_F()
962 uniInfo.serial = serialId; in HWTEST_F()
984 uniInfo.serial = serialId; in HWTEST_F()
1004 uniInfo.serial = serialId; in HWTEST_F()
1031 dataProfileInfo.serial = serialId; in HWTEST_F()
1058 dataProfileInfo.serial = serialId; in HWTEST_F()
1435 dataCallInfo.serial = serialId; in HWTEST_F()
1465 dataCallInfo.serial = serialId; in HWTEST_F()
1495 dataCallInfo.serial = serialId; in HWTEST_F()
1525 dataCallInfo.serial in HWTEST_F()
[all...]
H A Dhdf_ril_hdiService_test_2nd.cpp543 * @tc.desc : Call function SetCdmaCBConfig with the broadcastInfoList.serial as SLOTID_1.
551 broadcastInfoList.serial = SLOTID_1; in HWTEST_F()
560 * @tc.desc : Call function SetCdmaCBConfig with the broadcastInfoList.serial as 1000000001.
568 broadcastInfoList.serial = 1000000001; in HWTEST_F()
577 * @tc.desc : Call function SetCdmaCBConfig with the broadcastInfoList.serial as -1.
585 broadcastInfoList.serial = -1; in HWTEST_F()
594 * @tc.desc : Call function SetCdmaCBConfig with the broadcastInfoList.serial as 255.
602 broadcastInfoList.serial = 255; in HWTEST_F()
611 * @tc.desc : Call function SetCdmaCBConfig with the broadcastInfoList.serial as 255.
619 broadcastInfoList.serial in HWTEST_F()
[all...]
H A Dhdf_ril_hdiService_test_5th.cpp2308 dataProfilesInfo.serial = serialId; in HWTEST_F()
2319 dataProfileInfo.serial = serialId; in HWTEST_F()
2338 dataProfilesInfo.serial = serialId; in HWTEST_F()
2349 dataProfileInfo.serial = serialId; in HWTEST_F()
2368 dataProfilesInfo.serial = serialId; in HWTEST_F()
2379 dataProfileInfo.serial = serialId; in HWTEST_F()
2398 dataProfilesInfo.serial = serialId; in HWTEST_F()
2409 dataProfileInfo.serial = serialId; in HWTEST_F()
2428 dataProfilesInfo.serial = serialId; in HWTEST_F()
2439 dataProfileInfo.serial in HWTEST_F()
[all...]
H A Dhdf_ril_hdiService_test_6th.cpp1406 reqInfo.serial = 0; in HWTEST_F()
1432 reqInfo.serial = 0; in HWTEST_F()
1458 reqInfo.serial = 0; in HWTEST_F()
1484 reqInfo.serial = 0; in HWTEST_F()
1510 reqInfo.serial = 0; in HWTEST_F()
1536 reqInfo.serial = 0; in HWTEST_F()
1562 reqInfo.serial = 0; in HWTEST_F()
1588 reqInfo.serial = 0; in HWTEST_F()
H A Dhdf_ril_hdiService_test_4th.cpp69 broadcastInfoList.serial = 1; in HWTEST_F()
106 msg.serial = 1; in HWTEST_F()
128 data.serial = 1; in HWTEST_F()
3742 * @tc.desc: Call function V1 AddSimMessage, slotId is 0, serial is -1
3750 msgIoInfo.serial = -1; in HWTEST_F()
3767 * @tc.desc: Call function V1 AddSimMessage, slotId is 0, serial is 0
3775 msgIoInfo.serial = 0; in HWTEST_F()
3792 * @tc.desc: Call function V1 AddSimMessage, slotId is 1, serial is 1
3800 msgIoInfo.serial = 1; in HWTEST_F()
3817 * @tc.desc: Call function V1 AddSimMessage, slotId is 1, serial i
[all...]
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py393 def get_device_log_file(report_path, serial=None, log_name="device_log",
403 serial = serial or time.time_ns()
405 serial = "%s_%s" % (device_name, serial)
406 device_file_name = "{}_{}.log".format(log_name, str(serial).replace(
500 def convert_serial(serial):
501 if serial.startswith("remote_"):
502 return "remote_{}_{}".format(convert_ip(serial.split("_")[1]),
503 convert_port(serial
[all...]
/test/testfwk/developer_test/src/core/
H A Dutils.py66 def get_device_log_file(report_path, serial=None, log_name="device_log"):
70 serial = serial or time.time_ns()
71 device_file_name = "{}_{}.log".format(log_name, serial)
/test/xts/tools/others/query/src/
H A DQueryMainStandard.cpp159 const char *serial = GetSerial(); in main() local
160 if (serial != nullptr) { in main()
161 printf("serial = %s\n", serial); in main()
163 printf("serial = nullptr\n"); in main()
/test/xts/tools/lite/others/query/src/
H A DQueryMainSmall.cpp164 const char *serial = GetSerial(); in main() local
165 if (serial != nullptr) { in main()
166 printf("serial = %s\n", serial); in main()
168 printf("serial = nullptr\n"); in main()
/test/testfwk/xdevice/plugins/ohos/src/ohos/config/
H A Dconfig_manager.py43 if sub.text is not None and sub.tag != "serial":
53 for serial in node.findall("serial"):
55 for sub in serial:
/test/xts/tools/lite/hctest/src/
H A Dhctest.c351 const char *serial = GetSerial(); in ObtainSystemParams() local
352 if (serial != NULL) { in ObtainSystemParams()
353 printf("serial = %s\n", serial); in ObtainSystemParams()
355 printf("serial = NULL\n"); in ObtainSystemParams()
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H A Dmanager_lite.py192 self.get_root_node().append(self.create_node("serial"))
217 for serial in self.get_root_node().iter("serial"):
224 serial.append(ele)
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py123 def get_device_log_file(report_path, serial=None, log_name="device_log"):
128 serial = serial or time.time_ns()
129 device_file_name = "{}_{}.log".format(log_name, serial)
591 serial = "{}_{}".format(str(request.config.device.__get_serial__()), time.time_ns())
592 log_tar_file_name = "{}_{}".format(request.get_module_name(), str(serial).replace(
1213 serial = "{}_{}".format(str(request.config.device.__get_serial__()),
1216 request.get_module_name(), str(serial).replace(":", "_"))
H A Dopenharmony.py494 serial = "{}_{}".format(str(self.config.device.__get_serial__()), time.time_ns())
495 log_tar_file_name = "{}".format(str(serial).replace(":", "_"))
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py125 Execute reset command on the device by cmd serial port and then upload
513 # get serial from device and then join new file name
515 serial = "_%s" % device.__get_serial__()
518 serial,
521 hash_file_name = "".join((self.hash_file_name, serial))
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_yara_driver.py122 serial = "{}_{}".format(str(request.config.device.__get_serial__()), time.time_ns())
124 request.get_module_name(), str(serial).replace(":", "_"))
H A Djsunit_driver.py342 serial = "{}_{}".format(str(self.config.device.__get_serial__()),
344 log_tar_file_name = "{}".format(str(serial).replace(":", "_"))
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py383 serial
471 Open serial.
477 Close serial.
484 Execute command on the serial and read all the output from the serial.
500 Init serial.
513 Open serial.
517 import serial namespace
518 self.com = serial.Serial(self.serial_port,
530 Close serial
[all...]
/test/xts/hats/telephony/ril/hdi_v1.0/
H A Dhdf_ril_hdiService_test.cpp546 if (resultInfo_.serial != currentSerialId) { in NotifyAll()
548 HDF_LOGI("NotifyAll currentSerialId : %{public}d, serial: %{public}d not equal", currentSerialId, in NotifyAll()
549 resultInfo_.serial); in NotifyAll()
2123 "RilCallback::GetLinkBandwidthInfoResponse serial:%{public}d cid:%{public}d qi:%{public}d dlGfbr:%{public}d " in GetLinkBandwidthInfoResponse()
2126 dataLinkBandwidthInfo.serial, dataLinkBandwidthInfo.cid, dataLinkBandwidthInfo.qi, dataLinkBandwidthInfo.dlGfbr, in GetLinkBandwidthInfoResponse()
3917 dataCallInfo.serial = serialId; in HWTEST_F()
3943 dataCallInfo.serial = serialId; in HWTEST_F()
3961 uniInfo.serial = serialId; in HWTEST_F()
3977 uniInfo.serial = serialId; in HWTEST_F()
3993 uniInfo.serial in HWTEST_F()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/camera/router/
H A Dindex.js159 serial: 0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/chart/router/
H A Dindex.js159 serial: 0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/camera/router/
H A Dindex.js159 serial: 0,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/camera/router/
H A Dindex.js159 serial: 0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/chart/router/
H A Dindex.js159 serial: 0,

Completed in 46 milliseconds

12