Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp56 std::mutex SoftbusConnector::pkgNameVecMutex_; member in OHOS::DistributedHardware::SoftbusConnector
657 std::lock_guard<std::mutex> lock(pkgNameVecMutex_); in SetPkgName()
664 std::lock_guard<std::mutex> lock(pkgNameVecMutex_); in SetPkgNameVec()
671 std::lock_guard<std::mutex> lock(pkgNameVecMutex_); in GetPkgName()
678 std::lock_guard<std::mutex> lock(pkgNameVecMutex_); in ClearPkgName()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h184 static std::mutex pkgNameVecMutex_; variable