Searched refs:softbusDistributedDataLock_ (Results 1 – 2 of 2) sorted by relevance
33 std::lock_guard lockGuard(softbusDistributedDataLock_); in Init()86 std::lock_guard lockGuard(softbusDistributedDataLock_); in InitSessionServer()98 std::lock_guard lockGuard(softbusDistributedDataLock_); in CreateServer()106 std::lock_guard lockGuard(softbusDistributedDataLock_); in DestroySessionServer()120 std::lock_guard lockGuard(softbusDistributedDataLock_); in ReleaseServer()139 std::lock_guard lockGuard(softbusDistributedDataLock_); in OnSessionServerClosed()151 std::lock_guard lockGuard(softbusDistributedDataLock_); in OnMessageHandleReceived()167 std::lock_guard lockGuard(softbusDistributedDataLock_); in OnBytesServerReceived()
97 std::recursive_mutex softbusDistributedDataLock_; variable