Home
last modified time | relevance | path

Searched refs:clientSocketMutex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp82 std::lock_guard<std::mutex> lockGuard(clientSocketMutex_); in ClientOnShutdown()
140 std::lock_guard<std::mutex> lockGuard(clientSocketMutex_); in CreateClientSocket()
172 std::lock_guard<std::mutex> lockGuard(clientSocketMutex_); in CreateClientSocket()
229 std::lock_guard<std::mutex> lockGuard(clientSocketMutex_); in StopListener()
329 std::lock_guard<std::mutex> lockGuard(clientSocketMutex_); in ShutdownSocket()
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_manager.h150 std::mutex clientSocketMutex_; variable
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_manager.cpp387 std::lock_guard<std::mutex> guard(clientSocketMutex_); in BindService()
433 std::lock_guard<std::mutex> guard(clientSocketMutex_); in CloseSocket()
446 std::lock_guard<std::mutex> guard(clientSocketMutex_); in GetNetworkIdBySocket()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_remote_listener.h77 static inline std::mutex clientSocketMutex_; variable