Searched refs:g_sendCond (Results 1 – 5 of 5) sorted by relevance
32 static SoftBusCond g_sendCond; variable127 (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()
33 static SoftBusCond g_sendCond; variable133 (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()
110 SoftBusCond g_sendCond; member
98 (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()
266 …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()