Home
last modified time | relevance | path

Searched refs:g_sendCond (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_send_queue.c32 static SoftBusCond g_sendCond; variable
127 (void)SoftBusCondBroadcast(&g_sendCond); in ConnBleEnqueueNonBlock()
168 int32_t ret = SoftBusCondWait(&g_sendCond, &g_bleQueueLock, &waitTime); in ConnBleDequeueBlock()
200 if (SoftBusCondInit(&g_sendCond) != SOFTBUS_OK) { in ConnBleInitSendQueue()
210 (void)SoftBusCondDestroy(&g_sendCond); in ConnBleInitSendQueue()
220 (void)SoftBusCondDestroy(&g_sendCond); in ConnBleDeinitSendQueue()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_send_queue.c33 static SoftBusCond g_sendCond; variable
133 (void)SoftBusCondBroadcast(&g_sendCond); in ConnBrEnqueueNonBlock()
175 int32_t ret = SoftBusCondWait(&g_sendCond, &g_brQueueLock, &waitTime); in ConnBrDequeueBlock()
204 if (SoftBusCondInit(&g_sendCond) != SOFTBUS_OK) { in ConnBrInnerQueueInit()
214 (void)SoftBusCondDestroy(&g_sendCond); in ConnBrInnerQueueInit()
224 (void)SoftBusCondDestroy(&g_sendCond); in ConnBrInnerQueueDeinit()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h110 SoftBusCond g_sendCond; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c98 (void)SoftBusCondBroadcast(&g_clientSendSignal.g_sendCond); in GattcWriteCharacteristicCallback()
437 …int32_t ret = SoftBusCondWait(&g_clientSendSignal.g_sendCond, &g_clientSendSignal.g_sendCondLock, … in SoftbusGattcWriteCharacteristic()
517 if (SoftBusCondInit(&g_clientSendSignal.g_sendCond) != SOFTBUS_OK) { in InitSoftbusAdapterClient()
H A Dsoftbus_adapter_ble_gatt_server.c266 …int32_t ret = SoftBusCondWait(&g_serverSendSignal.g_sendCond, &g_serverSendSignal.g_sendCondLock, … in SoftBusGattsSendNotify()
593 (void)SoftBusCondBroadcast(&g_serverSendSignal.g_sendCond); in BleIndicationSentCallback()
836 if (SoftBusCondInit(&g_serverSendSignal.g_sendCond) != SOFTBUS_OK) { in InitSoftbusAdapterServer()