Home
last modified time | relevance | path

Searched defs:sessionLock (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/sensors/sensor/services/src/
H A Dstream_server.cpp37 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in ~StreamServer() local
47 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in GetClientFd() local
54 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in GetClientPid() local
61 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in GetSession() local
142 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in AddSession() local
155 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in DelSession() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp118 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in ConnectDevice() local
231 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in CreateSessionRecord() local
252 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in DisconnectDevice() local
284 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in GetSessionIdByDeviceId() local
306 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in OnShutdown() local
340 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in ReleaseChannel() local
365 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in SendData() local
392 std::lock_guard<std::mutex> sessionLock(sessionMutex_); in OnBytes() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp164 std::unique_lock<std::mutex> sessionLock(operationMutex_); in Release() local
189 std::unique_lock<std::mutex> sessionLock(operationMutex_); in CheckDeviceSessionState() local
199 std::unique_lock<std::mutex> sessionLock(operationMutex_); in GetDevIdBySessionId() local
281 std::unique_lock<std::mutex> sessionLock(operationMutex_); in StopAllSession() local
296 std::unique_lock<std::mutex> sessionLock(operationMutex_); in StopSession() local
389 std::unique_lock<std::mutex> sessionLock(operationMutex_); in OnSessionOpened() local
412 std::unique_lock<std::mutex> sessionLock(operationMutex_); in OnSessionClosed() local
550 std::unique_lock<std::mutex> sessionLock(operationMutex_); in GetSessionIdByDevId() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp402 std::unique_lock<std::mutex> sessionLock(operationMutex_); in NotifyOriginPrepareResult() local
423 std::unique_lock<std::mutex> sessionLock(operationMutex_); in NotifyOriginUnprepareResult() local
445 std::unique_lock<std::mutex> sessionLock(operationMutex_); in NotifyOriginStartDhidResult() local
468 std::unique_lock<std::mutex> sessionLock(operationMutex_); in NotifyOriginStopDhidResult() local
491 std::unique_lock<std::mutex> sessionLock(operationMutex_); in NotifyOriginStartTypeResult() local
514 std::unique_lock<std::mutex> sessionLock(operationMutex_); in NotifyOriginStopTypeResult() local
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_inner.h89 pthread_mutex_t sessionLock; member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c163 ProxyFileMutexLock *sessionLock = NULL; in GetSessionFileLock() local
194 static void DelSessionFileLock(ProxyFileMutexLock *sessionLock) in DelSessionFileLock()
1003 ProxyFileMutexLock *sessionLock = GetSessionFileLock(channelId); in ProxyChannelSendFile() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp310 std::lock_guard<std::mutex> sessionLock(idMapMutex_); in OnSoftbusSessionOpened() local
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp417 ProxyFileMutexLock *sessionLock = GetSessionFileLock(channelId); variable
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp158 std::shared_mutex sessionLock; member