Home
last modified time | relevance | path

Searched refs:CONN_LOW (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h140 CONN_LOW, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp279 queueNode.flag = CONN_LOW;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c308 …ret = TransProxyTransSendMsg(info->connId, dataInfo.outData, dataInfo.outLen, CONN_LOW, info->appI… in TransProxyResetPeer()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp739 queueNode.flag = CONN_LOW;
757 queueNode.flag = CONN_LOW;
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c411 .flag = delta >= 0 ? CONN_HIGH : CONN_LOW, in NotifyUpdateConnectionRc()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c308 int32_t flag = CONN_LOW; in ConnPackCtlMsgRcSendDeltaData()