Home
last modified time | relevance | path

Searched defs:peerInfo (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_retransmission.c26 PeerInfo *peerInfo = (PeerInfo *)(dFileTrans->context); in SendBackPressureFrame() local
H A Dnstackx_dfile_control.c27 static void SendSessionFileTransferDoneAckFrame(PeerInfo *peerInfo, uint16_t transId) in SendSessionFileTransferDoneAckFrame() argument
48 PeerInfo *peerInfo = NULL; in DFileSendTransferDoneAck() local
H A Dnstackx_dfile_mp.c72 PeerInfo *peerInfo = (PeerInfo *)ListGetFront(&session->peerInfoChain); in TransSelectPeerInfo() local
79 PeerInfo *peerInfo = (PeerInfo *)ListGetFront(&session->peerInfoChain); in ClientGetPeerInfoByTransId() local
86 PeerInfo *peerInfo = NULL; in ClientGetPeerInfoBySocketIndex() local
H A Dnstackx_dfile_send.c85 static int32_t TcpSendFileDataFrame(Socket *socket, PeerInfo *peerInfo, List *p, BlockFrame *block, uint16_t len) in TcpSendFileDataFrame() argument
114 static void UdpSendFileDataSuccess(DFileSession *session, PeerInfo *peerInfo, List *p, FileDataFrameZS *f, in UdpSendFileDataSuccess() argument
125 static int32_t SendFileDataFrame(DFileSession *session, PeerInfo *peerInfo, Lis argument
169 SendFileDataFrameEx(DFileSession *session, PeerInfo *peerInfo, List *head, uint32_t tid) SendFileDataFrameEx() argument
200 PeerInfo *peerInfo = ClientGetPeerInfoBySocketIndex(socketIndex, session); DoSendDataFrame() local
254 PeerInfo *peerInfo = ClientGetPeerInfoBySocketIndex(socketIndex, session); CheckSendByBackPress() local
297 PeerInfo *peerInfo = ClientGetPeerInfoBySocketIndex(socketIndex, session); SendDataFrame() local
[all...]
H A Dnstackx_dfile.c985 PeerInfo *peerInfo = NULL; in DFileSessionClean() local
1240 PeerInfo *peerInfo = CreatePeerInfo(session, &socket->dstAddr, 0, *connType, socketIndex); in DFileSenderInitWithTargetDev() local
1266 PeerInfo *peerInfo = (PeerInfo *)pos; DFileSenderDestory() local
1308 PeerInfo *peerInfo = NULL; SendSettingToServer() local
[all...]
H A Dnstackx_dfile_transfer.c844 PeerInfo *peerInfo = dFileTrans->context; in ReceiveFileDataPrepare() local
H A Dnstackx_dfile_session.c339 PeerInfo *peerInfo = dFileTrans->context; in DTransMsgReceiver() local
380 PeerInfo *peerInfo = data; in ServerSettingTimeoutHandle() local
390 PeerInfo *peerInfo = data; in ClientSettingTimeoutHandle() local
434 PeerInfo *peerInfo = NULL; SearchPeerInfoNode() local
445 DFileSessionSendSetting(PeerInfo *peerInfo) DFileSessionSendSetting() argument
496 SetDFileSessionConfig(DFileSession *session, DFileConfig *dFileConfig, uint16_t connType, PeerInfo *peerInfo) SetDFileSessionConfig() argument
533 DFileSessionSetPeerInfo(PeerInfo *peerInfo, SettingState state, SettingFrame *settingFrame) DFileSessionSetPeerInfo() argument
553 PeerInfo *peerInfo = SearchPeerInfoNode(session, peerAddr); DFileSessionHandleClientSetting() local
608 PeerInfo *peerInfo = calloc(1, sizeof(PeerInfo)); CreatePeerInfo() local
656 PeerInfo *peerInfo = NULL; AllocPeerInfo() local
687 PeerInfo *peerInfo = SearchPeerInfoNode(session, peerAddr); DFileSessionHandleServerSetting() local
732 PeerInfo *peerInfo = SearchPeerInfoNode(session, peerAddr); HandleWithoutSettingError() local
814 PeerInfo *peerInfo = SearchPeerInfoNode(session, peerAddr); DFileSessionHandleBackPressure() local
833 CreateTrans(uint16_t transId, DFileSession *session, PeerInfo *peerInfo, uint8_t isSender) CreateTrans() argument
857 PeerInfo *peerInfo = SearchPeerInfoNode(session, peerAddr); DFileSessionHandleFrame() local
907 PeerInfo *peerInfo = context; DFileWriteHandle() local
1041 AmendPeerInfoSendRate(PeerInfo *peerInfo) AmendPeerInfoSendRate() argument
1048 DFileSendCalculateRate(DFileSession *session, PeerInfo *peerInfo) DFileSendCalculateRate() argument
1100 UpdateAllTransRetryCount(DFileSession *session, PeerInfo *peerInfo) UpdateAllTransRetryCount() argument
1123 PeerInfo *peerInfo = SearchPeerInfoNode(session, peerAddr); DFileRecvCalculateRate() local
1198 PeerInfo *peerInfo = ClientGetPeerInfoBySocketIndex(socketIndex, session); DFileSenderUpdateMeasureTime() local
1361 UpdatePeerinfoQdiscInfo(PeerInfo *peerInfo, uint32_t qDiscLeft) UpdatePeerinfoQdiscInfo() argument
1375 UpdatePeerinfoAmendSendrateByQdisc(PeerInfo *peerInfo) UpdatePeerinfoAmendSendrateByQdisc() argument
1399 UpdateInfoAfterSend(DFileSession *session, PeerInfo *peerInfo, int32_t curAmendSendRate, struct timespec *before, uint8_t socketIndex) UpdateInfoAfterSend() argument
1437 PeerInfo *peerInfo = ClientGetPeerInfoBySocketIndex(socketIndex, session); DFileSessionSendFrame() local
1888 PeerInfo *peerInfo = TransSelectPeerInfo(session); DFileStartTransInner() local
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_p2p_interface_test.cpp316 P2pDeviceInfo peerInfo; in HWTEST_F() local
324 int peerInfo = 1; in HWTEST_F() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_p2p.c806 P2pDeviceInfo peerInfo; in RpcP2pGetPeer() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_p2p_iface.c973 WifiErrorNo P2pGetPeer(const char *deviceAddress, P2pDeviceInfo *peerInfo) in P2pGetPeer() argument
[all...]
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_p2p_hal/
H A Dwifi_p2p_hal.c1129 WpaP2pCliCmdP2pGetPeer( WifiWpaP2pInterface *this, const char *bssid, P2pDeviceInfo *peerInfo) WpaP2pCliCmdP2pGetPeer() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h69 PeerInfo *peerInfo; member
H A Dnstackx_dfile_transfer.h271 static inline void ClearPeerinfoStats(PeerInfo *peerInfo) in ClearPeerinfoStats() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dmock_wifi_hal_service.c732 WifiErrorNo P2pGetPeer(const char *bssid, P2pDeviceInfo *peerInfo) in P2pGetPeer() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp1326 HdiP2pDeviceInfo peerInfo; in ReqGetP2pPeer() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp1699 P2pDeviceInfo peerInfo; in ReqGetP2pPeer() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp4189 unique_ptr<PeerInfo> peerInfo = make_unique<PeerInfo>(); in JSGetActivePeersCompleteCallback() local
4239 unique_ptr<PeerInfo> peerInfo = make_unique<PeerInfo>(); in JSGetAllPeersCompleteCallback() local
[all...]

Completed in 35 milliseconds