Searched refs:uuidAndApp (Results 1 – 1 of 1) sorted by relevance
821 uint8_t uuidAndApp[sizeof(uuid) + sizeof(appUserId)]; in getIdFromUuid() local822 memcpy(uuidAndApp, &uuid, sizeof(uuid)); in getIdFromUuid()823 memcpy(uuidAndApp + sizeof(uuid), &appUserId, sizeof(appUserId)); in getIdFromUuid()830 uuidAndApp, sizeof(uuidAndApp), in getIdFromUuid()