Searched refs:DEVICE_ID_MIN_LEN (Results 1 – 3 of 3) sorted by relevance
119 constexpr uint32_t DEVICE_ID_MIN_LEN = 10; variable
40 const uint32_t half = DEVICE_ID_MIN_LEN / 2; in GetAnonymousDeviceId()41 if (deviceId.empty() || deviceId.length() < DEVICE_ID_MIN_LEN) { in GetAnonymousDeviceId()
844 if (deviceId.empty() || deviceId.length() < DEVICE_ID_MIN_LEN) { in GetAnonymousDeviceId()847 const uint32_t half = DEVICE_ID_MIN_LEN / 2; in GetAnonymousDeviceId()