Home
last modified time | relevance | path

Searched refs:g_notTrustedDevices (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp45 static std::set<std::string> g_notTrustedDevices; variable
52 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()