Searched refs:kKeyIdsTag (Results 1 – 1 of 1) sorted by relevance
23 const char kKeyIdsTag[] = "kids"; variable198 request->Set(kKeyIdsTag, list.release()); in CreateLicenseRequest()235 if (!dictionary->GetList(kKeyIdsTag, &list_val)) { in ExtractFirstKeyIdFromLicenseRequest()236 DVLOG(1) << "Missing '" << kKeyIdsTag << "' parameter or not a list"; in ExtractFirstKeyIdFromLicenseRequest()242 DVLOG(1) << "Empty '" << kKeyIdsTag << "' list"; in ExtractFirstKeyIdFromLicenseRequest()248 DVLOG(1) << "First entry in '" << kKeyIdsTag << "' not a string"; in ExtractFirstKeyIdFromLicenseRequest()254 DVLOG(1) << "Invalid '" << kKeyIdsTag << "' value: " << encoded_key; in ExtractFirstKeyIdFromLicenseRequest()