Home
last modified time | relevance | path

Searched defs:udid (Results 1 – 11 of 11) sorted by relevance

/test/xts/acts/communication_lite/dsoftbus_hal/src/
Dsoftbus_bus_center_test.c316 char udid[UDID_BUF_LEN] = {0}; variable
451 char udid[] = "0123456789987654321001234567899876543210012345678998765432100123"; variable
482 char udid[] = "0123456789987654321001234567899876543210012345678998765432100123"; variable
/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter_os.c59 char udid[UDID_STRING_LEN + 1] = {0}; in OsGetUdid() local
Dattest_adapter_mock.c146 char *udid = NULL; in OsGetUnencryptedUdidStub() local
194 char *udid = NULL; in OsGetUdidStub() local
/test/xts/device_attest/services/core/adapter/
Dattest_adapter_os.c64 char udid[UDID_STRING_LEN + 1] = {0}; in OsGetUdid() local
Dattest_adapter_mock.c146 char *udid = NULL; in OsGetUnencryptedUdidStub() local
194 char *udid = NULL; in OsGetUdidStub() local
/test/xts/dcts/distributedhardware/distributedscreentest/
Dtest.cpp250 unsigned char udid[UDID_BUF_LEN] = {0}; in PrintNodeProperty() local
/test/xts/device_attest/services/core/network/
Dattest_network.c132 static int32_t Sha256Udid(char *udid, char *outStr) in Sha256Udid()
160 static int32_t SetSocketCliented(char* udid, char **outClientId) in SetSocketCliented()
/test/xts/dcts/communication/softbus_standard/transmission/reliability/
Dtrans_reliability_test.cpp1216 char udid[UDID_BUF_LEN] = {0}; variable
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h139 char *udid; member
/test/xts/device_attest/services/core/include/
Dattest_type.h157 char *udid; member
/test/xts/device_attest_lite/services/core/network/
Dattest_network.c673 static int32_t GenUdidSHA256HEX(char* udid, char** udidSHA256Hex) in GenUdidSHA256HEX()