Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp43 static inline std::mutex g_generateKeyMutex{}; variable
85 std::lock_guard<std::mutex> lck(g_generateKeyMutex); in GenerateKey()