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