Searched refs:onPostBytesFinished (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_send_queue.h | 33 void (*onPostBytesFinished)(uint32_t connectionId, int32_t error); member
|
H A D | softbus_conn_ble_trans.h | 80 void (*onPostBytesFinished)( member
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_trans.c | 378 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 D | softbus_conn_ble_manager.c | 1990 static void onPostBytesFinished( in onPostBytesFinished() function 2333 .onPostBytesFinished = onPostBytesFinished, in ConnInitBle()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_trans_test.cpp | 77 g_transEventListener.onPostBytesFinished = OnPostBytesFinished; in SetUpTestCase()
|
H A D | connection_ble_manager_test.cpp | 200 g_transEventListener.onPostBytesFinished(connectionId, len, pid, flag, module, seq, error); 209 …g_transEventListener.onPostBytesFinished(connection->connectionId, len, pid, flag, module, seq, er…
|