Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h200 SETTING_NEGOTIATING = 0, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c665 peerInfo->state = SETTING_NEGOTIATING; in AllocPeerInfo()
694 DFileSessionSetPeerInfo(peerInfo, SETTING_NEGOTIATING, &hostSettingFrame); in DFileSessionHandleServerSetting()
756 peerInfo->state = SETTING_NEGOTIATING; in HandleWithoutSettingError()
864 …nfo->session->sessionType == DFILE_SESSION_TYPE_SERVER && peerInfo->state == SETTING_NEGOTIATING) { in DFileSessionHandleFrame()
H A Dnstackx_dfile.c1311 peerInfo->state = SETTING_NEGOTIATING; in SendSettingToServer()