Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp279 std::lock_guard<std::mutex> mutexLock(deviceSecurityLevelMutex_); in SaveDeviceSecurityLevel()
296 std::lock_guard<std::mutex> mutexLock(deviceSecurityLevelMutex_); in DeleteDeviceSecurityLevel()
304 std::lock_guard<std::mutex> mutexLock(deviceSecurityLevelMutex_); in GetSecurityDeviceLevel()
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h59 std::mutex deviceSecurityLevelMutex_; variable