Searched refs:DEVICE_ID_SIZE (Results 1 – 2 of 2) sorted by relevance
47 constexpr int32_t DEVICE_ID_SIZE = 65; variable385 char localDeviceId[DEVICE_ID_SIZE] = {0}; in GetLocalDeviceUdid()386 GetDevUdid(localDeviceId, DEVICE_ID_SIZE); in GetLocalDeviceUdid()
39 constexpr int32_t DEVICE_ID_SIZE = 64; variable62 if (profileKey->udid.size() != DEVICE_ID_SIZE) { in Parse()