Home
last modified time | relevance | path

Searched refs:UDIDSIZE_LEN (Results 1 - 3 of 3) sorted by relevance

/test/xts/tools/others/query/src/
H A DQueryMainStandard.cpp23 const int UDIDSIZE_LEN = 64; variable
137 char udid[UDIDSIZE_LEN + 1] = {0}; in main()
138 int ret = GetDevUdid(udid, UDIDSIZE_LEN + 1); in main()
/test/xts/tools/lite/others/query/src/
H A DQueryMainSmall.cpp23 const int UDIDSIZE_LEN = 64; variable
142 char udid[UDIDSIZE_LEN + 1] = {0}; in main()
143 int retUdid = GetDevUdid(udid, UDIDSIZE_LEN + 1); in main()
/test/xts/tools/lite/hctest/src/
H A Dhctest.c31 #define UDIDSIZE_LEN 64 macro
329 char udid[UDIDSIZE_LEN + 1] = {0}; in ObtainSystemParams()
330 int retUdid = GetDevUdid(udid, UDIDSIZE_LEN + 1); in ObtainSystemParams()

Completed in 2 milliseconds