Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/src/
H A Dprivacy_kit.cpp32 std::mutex g_lockCache; variable
46 std::lock_guard<std::mutex> lock(g_lockCache); in FindAndInsertRecord()
/ohos5.0/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp35 std::mutex g_lockCache; variable
189 std::lock_guard<std::mutex> lock(g_lockCache); in VerifyAccessTokenSync()
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_atmanager.cpp30 std::mutex g_lockCache; variable
566 std::lock_guard<std::mutex> lock(g_lockCache); in UpdatePermissionCache()