Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_perm_manager.cpp182 std::lock_guard<std::mutex> lock(grantMtx_); in GrantAppPermission()
195 std::lock_guard<std::mutex> lock(grantMtx_); in RevokeAppPermission()
231 std::lock_guard<std::mutex> lock(grantMtx_); in RevokeAppPermisionsImmediately()
H A Dsec_comp_perm_manager.h66 std::mutex grantMtx_; variable