Searched refs:kOfflineLicense (Results 1 – 1 of 1) sorted by relevance
34 const std::string kOfflineLicense("\"type\":\"persistent-license\""); variable213 if (requestString.find(kOfflineLicense) != std::string::npos) { in getKeyRequestCommon()356 bool isOfflineLicense = responseString.find(kOfflineLicense) != std::string::npos; in provideKeyResponse()