Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_send_queue.h33 void (*onPostBytesFinished)(uint32_t connectionId, int32_t error); member
H A Dsoftbus_conn_ble_trans.h80 void (*onPostBytesFinished)( member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c378 node->onPostBytesFinished = postBytesFinishAction; in ConnBlePostBytesInner()
638 … g_transEventListener.onPostBytesFinished(sendNode->connectionId, sendNode->dataLen, sendNode->pid, in BleSendTask()
640 if (sendNode->onPostBytesFinished != NULL) { in BleSendTask()
641 sendNode->onPostBytesFinished(sendNode->connectionId, status); in BleSendTask()
653 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onPostBytesFinished != NULL, SOFTBUS_INVALID_PARAM, CONN_… in ConnBleInitTransModule()
H A Dsoftbus_conn_ble_manager.c1990 static void onPostBytesFinished( in onPostBytesFinished() function
2333 .onPostBytesFinished = onPostBytesFinished, in ConnInitBle()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp77 g_transEventListener.onPostBytesFinished = OnPostBytesFinished; in SetUpTestCase()
H A Dconnection_ble_manager_test.cpp200 g_transEventListener.onPostBytesFinished(connectionId, len, pid, flag, module, seq, error);
209 …g_transEventListener.onPostBytesFinished(connection->connectionId, len, pid, flag, module, seq, er…