Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Ddh_context.h134 std::mutex devMutex_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_context.cpp109 std::lock_guard<std::mutex> lock(devMutex_); in GetDeviceInfo()