Home
last modified time | relevance | path

Searched refs:ProxyFileMutexLock (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h94 } ProxyFileMutexLock; typedef
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c156 static ProxyFileMutexLock *GetSessionFileLock(int32_t channelId) in GetSessionFileLock()
162 ProxyFileMutexLock *item = NULL; in GetSessionFileLock()
163 ProxyFileMutexLock *sessionLock = NULL; in GetSessionFileLock()
164 LIST_FOR_EACH_ENTRY(item, &g_sessionFileLockList, ProxyFileMutexLock, node) { in GetSessionFileLock()
175 sessionLock = (ProxyFileMutexLock *)SoftBusCalloc(sizeof(ProxyFileMutexLock)); in GetSessionFileLock()
194 static void DelSessionFileLock(ProxyFileMutexLock *sessionLock) in DelSessionFileLock()
1003 ProxyFileMutexLock *sessionLock = GetSessionFileLock(channelId); in ProxyChannelSendFile()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp417 ProxyFileMutexLock *sessionLock = GetSessionFileLock(channelId);