Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/src/
H A Daccesstoken_manager_client.h121 std::mutex tokenSyncCallbackMutex_; variable
H A Daccesstoken_manager_client.cpp599 std::lock_guard<std::mutex> lock(tokenSyncCallbackMutex_); in RegisterTokenSyncCallback()
615 std::lock_guard<std::mutex> lock(tokenSyncCallbackMutex_); in UnRegisterTokenSyncCallback()