Searched refs:GROUP_TYPE_COMPATIBLE (Results 1 – 2 of 2) sorted by relevance
31 #define GROUP_TYPE_COMPATIBLE (1 << 3) macro
634 type |= CheckDeviceInGroupByType(udid, uuid, AUTH_GROUP_COMPATIBLE) ? GROUP_TYPE_COMPATIBLE : 0; in AuthGetGroupType()