Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h61 std::mutex deviceSecurityLevelMutex_; member in OHOS::DistributedHardware::SoftbusCache
/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp286 std::lock_guard<std::mutex> mutexLock(deviceSecurityLevelMutex_); in SaveDeviceSecurityLevel()
303 std::lock_guard<std::mutex> mutexLock(deviceSecurityLevelMutex_); in DeleteDeviceSecurityLevel()
311 std::lock_guard<std::mutex> mutexLock(deviceSecurityLevelMutex_); in GetSecurityDeviceLevel()

Completed in 1 milliseconds