Searched refs:g_notTrustedDevices (Results 1 – 1 of 1) sorted by relevance
45 static std::set<std::string> g_notTrustedDevices; variable52 if (g_notTrustedDevices.find(deviceIdHash) != g_notTrustedDevices.end()) { in IsNotTrustDevice()61 g_notTrustedDevices.insert(deviceIdHash); in InsertNotTrustDevice()81 if (g_notTrustedDevices.find(hashStr) != g_notTrustedDevices.end()) { in DelNotTrustDevice()83 g_notTrustedDevices.erase(hashStr); in DelNotTrustDevice()