Searched refs:keyIdValueBase64Pair (Results 1 – 2 of 2) sorted by relevance
195 for (auto &keyIdValueBase64Pair : offlineKeyIdAndKeyValueBase64_) { in GetOfflineMediaKeyIds() local196 std::string keyIdString = Decode(keyIdValueBase64Pair.first); in GetOfflineMediaKeyIds()361 for (auto &keyIdValueBase64Pair : offlineKeyIdAndKeyValueBase64_) { in SetOfflineKeyToFile() local362 …fprintf(offlineKeyFile, "%s %s\n", keyIdValueBase64Pair.first.c_str(), keyIdValueBase64Pair.second… in SetOfflineKeyToFile()
406 for (auto &keyIdValueBase64Pair : offlineKeyIdAndKeyValueBase64_) { in SetOfflineKeyToFile() local407 …fprintf(offlineKeyFile, "%s %s\n", keyIdValueBase64Pair.first.c_str(), keyIdValueBase64Pair.second… in SetOfflineKeyToFile()