Home
last modified time | relevance | path

Searched refs:uuid (Results 1 - 25 of 30) sorted by relevance

12

/test/testfwk/xdevice/src/xdevice/_core/report/
H A Drepeater_helper.py41 uuid = "{}#{}".format(module_name, name_in_suite)
45 if uuid not in modules.keys():
46 modules[uuid] = suite
48 self._update_suite(modules, suite, uuid)
74 def _update_suite(self, modules, suite, uuid):
82 matched_case = modules[uuid].find(pattern)
84 modules[uuid].append(testcase)
86 modules[uuid].attrib.get(ReportConstant.tests, 0)) + 1
87 modules[uuid].attrib[ReportConstant.tests] = str(tests)
90 value = int(modules[uuid]
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Drequest.py45 def __init__(self, uuid=None, name=None, source=None, container=False, error=None):
46 self.unique_id = uuid
79 import uuid namespace
84 Variables.task_id = uuid.uuid4().hex
206 def __init__(self, uuid=None, root=None, listeners=None, config=None):
207 self.uuid = uuid
H A Dbean.py19 import uuid namespace
105 self.current_suite.index = uuid.uuid4().hex
111 self.current_suites.index = uuid.uuid4().hex
120 self.current_test.index = uuid.uuid4().hex
H A Dabs.py22 import uuid namespace
135 rid = uuid.uuid4().hex if test_result.index == "" else \
147 rid = uuid.uuid4().hex if test_result.index == "" else \
H A Dsource.py328 desc = Descriptor(uuid=uid, name=filename,
407 desc = Descriptor(uuid=uid, name=filename,
412 desc = Descriptor(uuid=uid, name=filename,
H A Dscheduler.py524 root = Descriptor(uuid=uid, name="component",
534 root = Descriptor(uuid=uid, name="testdict",
548 root = Descriptor(uuid=uid, name=fname,
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/
H A Dbean.py19 import uuid namespace
42 suite.index = uuid.uuid4().hex
52 self.current_test.index = uuid.uuid4().hex
H A Dlistener.py18 import uuid namespace
125 rid = uuid.uuid4().hex if test_result.index == "" else \
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_cfg.cpp140 std::string uuid = GetValueInString(valueOfUuids, devNo); in GetDeviceUuid() local
141 if (!uuid.compare("")) { in GetDeviceUuid()
142 printf("device:%zu uuid is null \n", devNo); in GetDeviceUuid()
148 HiLog::Info(DistributedCfg::LABEL, "get %zu device's uuid : %s", devNo, uuid.c_str()); in GetDeviceUuid()
149 return uuid; in GetDeviceUuid()
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dhello.cpp413 char *uuid = nullptr; in Test_KeySystemSupported() local
416 uuid = new char[uuidLen + 1]; in Test_KeySystemSupported()
417 napi_get_value_string_utf8(env, args[0], uuid, uuidLen + 1, &uuidLen); in Test_KeySystemSupported()
420 if(strcmp(uuid," ") != 0){ in Test_KeySystemSupported()
421 uuid_ptr = uuid; in Test_KeySystemSupported()
433 char *uuid = nullptr; in Test_KeySystemSupported2() local
439 uuid = new char[uuidLen + 1]; in Test_KeySystemSupported2()
440 napi_get_value_string_utf8(env, args[0], uuid, uuidLen + 1, &uuidLen); in Test_KeySystemSupported2()
446 if(strcmp(uuid," ") != 0){ in Test_KeySystemSupported2()
447 uuid_ptr = uuid; in Test_KeySystemSupported2()
463 char *uuid = nullptr; Test_KeySystemSupported3() local
496 char *uuid = nullptr; Test_MediaKeySystem_Create() local
[all...]
/test/xts/dcts/distributedhardware/distributedaudionewtest/
H A Ddistributedaudiotest.cpp779 unsigned char uuid[UUID_BUF_LEN] = {0}; in PrintNodeProperty() local
780 if (GetNodeKeyInfo(PKG_NAME, nodeInfo->networkId, key, uuid, UUID_BUF_LEN) != 0) { in PrintNodeProperty()
783 std::cout << "uuid = " << reinterpret_cast<char *>(uuid) << std::endl; in PrintNodeProperty()
806 unsigned char uuid[UUID_BUF_LEN] = {0}; in PrintNodeProperty() local
807 if (GetNodeKeyInfo(PKG_NAME, nodeInfo->networkId, key, uuid, UUID_BUF_LEN) != 0) { in PrintNodeProperty()
810 std::cout << "uuid = " << reinterpret_cast<char *>(uuid) << std::endl; in PrintNodeProperty()
/test/xts/device_attest/services/core/dfx/
H A Dattest_dfx.c99 if (tokenInfo->uuid == NULL) { in PrintDeviceTokenInfo()
100 ATTEST_LOG_WARN("uuid = null;"); in PrintDeviceTokenInfo()
102 ATTEST_LOG_INFO_ANONY("uuid = %s;", tokenInfo->uuid); in PrintDeviceTokenInfo()
/test/xts/device_attest_lite/services/core/dfx/
H A Dattest_dfx.c99 if (tokenInfo->uuid == NULL) { in PrintDeviceTokenInfo()
100 ATTEST_LOG_WARN("uuid = null;"); in PrintDeviceTokenInfo()
102 ATTEST_LOG_INFO_ANONY("uuid = %s;", tokenInfo->uuid); in PrintDeviceTokenInfo()
/test/xts/dcts/distributedhardware/distributedscreentest/
H A Dtest.cpp259 unsigned char uuid[UUID_BUF_LEN] = {0}; in PrintNodeProperty() local
260 if (GetNodeKeyInfo(DSOFTBUS_TOOL_PKG_NAME, nodeInfo->networkId, key, uuid, UUID_BUF_LEN) != 0) { in PrintNodeProperty()
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dimpl.py21 import uuid namespace
121 task_id = str(uuid.uuid1()).split("-")[0]
/test/xts/device_attest/services/core/attest/
H A Dattest_service_active.c67 devicePacket->tokenInfo.uuid = AttestStrdup((char*)tokenId); in GenActiveMsg()
H A Dattest_service_reset.c54 devicePacket->tokenInfo.uuid = AttestStrdup((char*)tokenId); in GenResetMsg()
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service_active.c67 devicePacket->tokenInfo.uuid = AttestStrdup((char*)tokenId); in GenActiveMsg()
H A Dattest_service_reset.c54 devicePacket->tokenInfo.uuid = AttestStrdup((char*)tokenId); in GenResetMsg()
/test/xts/device_attest/services/core/include/
H A Dattest_type.h149 char *uuid; member
169 char *randomUuid; // uuid的长度
/test/xts/device_attest_lite/services/core/include/
H A Dattest_type.h135 char *uuid; member
155 char *randomUuid; // uuid的长度
/test/xts/device_attest_lite/services/core/network/
H A Dattest_network.c89 devicePacket->tokenInfo.uuid = NULL; in CreateDevicePacket()
116 ATTEST_MEM_FREE(devicePacket->tokenInfo.uuid); in DestroyDevicePacket()
386 if (cJSON_AddStringToObject(postObj, "uuid", postValue->tokenInfo.uuid) == NULL || in BuildCoapResetBody()
389 ATTEST_LOG_ERROR("[BuildCoapResetBody] postObj add uuid or token fail"); in BuildCoapResetBody()
470 if (cJSON_AddStringToObject(tokenInfo, "uuid", postValue->tokenInfo.uuid) == NULL || in BuildCoapAuthBody()
473 ATTEST_LOG_ERROR("[BuildCoapAuthBody] tokenInfo Add uuid or token fail"); in BuildCoapAuthBody()
522 if (cJSON_AddStringToObject(postObj, "uuid", postValue->tokenInfo.uuid) in BuildCoapActiveBody()
[all...]
/test/xts/acts/communication_lite/dsoftbus_hal/src/
H A Dsoftbus_bus_center_test.c315 char uuid[UUID_BUF_LEN] = {0}; variable
322 TEST_ASSERT_TRUE(strlen(uuid) != (UUID_BUF_LEN - 1));
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/
H A Dhello.cpp131 printf("%.2x", mediaKeySystemInfo->psshInfo[i].uuid[j]); in testMediaKeySystemInfo()
238 printf("psshinfo.uuid = %x\n", getInfo.psshInfo[0].uuid[i]); in Test_AVPlayer_GetMediaKeySystemInfo()
635 OH_LOG_ERROR(LOG_APP, "GetMediaKeySystemInfo print uuid %x \n", in TestAVDemuxer_GetMediaKeySystemInfo()
636 mediaKeySystemInfo.psshInfo[i].uuid[index]); in TestAVDemuxer_GetMediaKeySystemInfo()
/test/xts/device_attest/services/core/network/
H A Dattest_network.c86 devicePacket->tokenInfo.uuid = NULL; in CreateDevicePacket()
113 ATTEST_MEM_FREE(devicePacket->tokenInfo.uuid); in DestroyDevicePacket()
554 if (cJSON_AddStringToObject(tokenInfo, "uuid", postValue->tokenInfo.uuid) == NULL || in BuildTokenInfo()
556 ATTEST_LOG_ERROR("[BuildTokenInfo] tokenInfo Add uuid or token fail"); in BuildTokenInfo()

Completed in 19 milliseconds

12