Home
last modified time | relevance | path

Searched refs:localRc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c72 int32_t localRc; member
317 .referenceNumber = rcMsgPara->localRc, in ConnPackCtlMsgRcSendDeltaData()
331 return rcMsgPara->localRc <= 0 ? in ConnPackCtlMsgRcSendDeltaData()
379 int32_t localRc = connection->connectionRc; in ConnBleUpdateConnectionRc() local
380 if (localRc <= 0) { in ConnBleUpdateConnectionRc()
390 .connRc = localRc, in ConnBleUpdateConnectionRc()
401 if (localRc <= 0) { in ConnBleUpdateConnectionRc()
414 .localRc = localRc, in ConnBleUpdateConnectionRc()
436 int32_t localRc = connection->connectionRc; in BleOnReferenceRequest() local
450 if (localRc <= 0) { in BleOnReferenceRequest()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c491 static int32_t BrPostReplyMessage(uint32_t connectionId, int32_t localRc) in BrPostReplyMessage() argument
499 .referenceNumber = localRc, in BrPostReplyMessage()
524 int32_t localRc = connection->connectionRc; in NotifyReferenceRequest() local
526 delta, peerRc, localRc); in NotifyReferenceRequest()
528 if (localRc == 0) { in NotifyReferenceRequest()
542 if (localRc <= 0) { in NotifyReferenceRequest()
551 return BrPostReplyMessage(connectionId, localRc); in NotifyReferenceRequest()