Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h104 void NetconnSetOpersiteRate(struct FtNetconn *conn, FILLP_UINT32 rate);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c67 void NetconnSetOpersiteRate(struct FtNetconn *conn, FILLP_UINT32 rate) in NetconnSetOpersiteRate() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_stack_app_config_in.c442 NetconnSetOpersiteRate(sock->netconn, configValue); in FtAppConfigSetOppositeSetRate()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c552 NetconnSetOpersiteRate(conn, sock->resConf.flowControl.oppositeSetRate); in FillpInitNewconnBySock()