Searched refs:SHORT_UDID_LEN (Results 1 – 2 of 2) sorted by relevance
190 const int SHORT_UDID_LEN = 8; in QueryDeviceTable() local204 if (selfId.length() > SHORT_UDID_LEN) { in QueryDeviceTable()205 std::string shortUdid = selfId.substr(0, SHORT_UDID_LEN); in QueryDeviceTable()206 std::string randNumber = selfId.substr(SHORT_UDID_LEN); in QueryDeviceTable()
88 static constexpr int SHORT_UDID_LEN = 8;