Home
last modified time | relevance | path

Searched refs:CONN_HIGH (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c142 CONN_HIGH, info->appInfo.myData.pid); in TransProxyHandshake()
196 CONN_HIGH, chan->appInfo.myData.pid); in TransProxyAckHandshake()
232 CONN_HIGH, info->appInfo.myData.pid) != SOFTBUS_OK) { in TransProxyKeepalive()
268 …ret = TransProxyTransSendMsg(info->connId, dataInfo.outData, dataInfo.outLen, CONN_HIGH, info->app… in TransProxyAckKeepalive()
H A Dsoftbus_proxychannel_session.c97 return CONN_HIGH; in ProxyTypeToConnPri()
H A Dsoftbus_proxychannel_pipeline.c246 …t32_t ret = TransSendNetworkingMessage(channelId, sendData, dataLen + sizeof(uint32_t), CONN_HIGH); in TransProxyPipelineSendMessage()
H A Dsoftbus_proxychannel_transceiver.c855 ret = TransProxyTransSendMsg(msg->connId, dataInfo.outData, dataInfo.outLen, CONN_HIGH, 0); in TransProxySendBadKeyMessage()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_send_queue.c72 case CONN_HIGH: in GetPriority()
H A Dsoftbus_conn_ble_connection.c310 flag = CONN_HIGH; in ConnPackCtlMsgRcSendDeltaData()
556 header->flag = CONN_HIGH; in ConnBlePackCtrlMsgHeader()
636 …status = ConnBlePostBytesInner(connection->connectionId, buf, bufLen, 0, CONN_HIGH, MODULE_BLE_NET… in SendBasicInfo()
H A Dsoftbus_conn_ble_trans.c451 header->flag = CONN_HIGH; in ConnBlePackCtrlMsgHeader()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_send_queue.c72 case CONN_HIGH: in GetPriority()
H A Dsoftbus_conn_br_pending_packet.c209 int32_t flag = CONN_HIGH; in ConnBrOnAckRequest()
H A Dsoftbus_conn_br_connection.c411 .flag = delta >= 0 ? CONN_HIGH : CONN_LOW, in NotifyUpdateConnectionRc()
493 int32_t flag = CONN_HIGH; in BrPostReplyMessage()
H A Dsoftbus_conn_br_trans.c356 int32_t flag = CONN_HIGH; in SendAckUnsafe()
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h142 CONN_HIGH enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_listener_test.cpp332 …t = TransSendNetworkingMessage(TEST_NUMBER_25, sendData, PROXY_CHANNEL_BT_IDLE_TIMEOUT, CONN_HIGH);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp270 queueNode.flag = CONN_HIGH;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c186 …if (TransSendNetworkingMessage(clientChannelId, (char *)msg->data, msg->dataLen, CONN_HIGH) != SOF… in SendSyncInfoMsgOnly()
198 …tworkingMessage(info->clientChannelId, (char *)msg->data, msg->dataLen, CONN_HIGH) != SOFTBUS_OK) { in SendSyncInfoMsg()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c576 .flag = CONN_HIGH, in PostCommData()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp727 queueNode.flag = CONN_HIGH;