Home
last modified time | relevance | path

Searched refs:g_sendCondLock (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c96 SoftBusMutexLock(&g_clientSendSignal.g_sendCondLock) == SOFTBUS_OK, CONN_BLE, "lock fail!"); in GattcWriteCharacteristicCallback()
99 (void)SoftBusMutexUnlock(&g_clientSendSignal.g_sendCondLock); in GattcWriteCharacteristicCallback()
433 …SoftBusMutexLock(&g_clientSendSignal.g_sendCondLock) == SOFTBUS_OK, SOFTBUS_LOCK_ERR, CONN_BLE, "l… in SoftbusGattcWriteCharacteristic()
437 …t = SoftBusCondWait(&g_clientSendSignal.g_sendCond, &g_clientSendSignal.g_sendCondLock, &waitTime); in SoftbusGattcWriteCharacteristic()
445 (void)SoftBusMutexUnlock(&g_clientSendSignal.g_sendCondLock); in SoftbusGattcWriteCharacteristic()
456 … CONN_CHECK_AND_RETURN_RET_LOGE(SoftBusMutexLock(&g_clientSendSignal.g_sendCondLock) == SOFTBUS_OK, in SoftbusGattcWriteCharacteristic()
459 (void)SoftBusMutexUnlock(&g_clientSendSignal.g_sendCondLock); in SoftbusGattcWriteCharacteristic()
511 if (SoftBusMutexInit(&g_clientSendSignal.g_sendCondLock, NULL) != SOFTBUS_OK) { in InitSoftbusAdapterClient()
520 (void)SoftBusMutexDestroy(&g_clientSendSignal.g_sendCondLock); in InitSoftbusAdapterClient()
H A Dsoftbus_adapter_ble_gatt_server.c262 …SoftBusMutexLock(&g_serverSendSignal.g_sendCondLock) == SOFTBUS_OK, SOFTBUS_LOCK_ERR, CONN_BLE, "l… in SoftBusGattsSendNotify()
266 …t = SoftBusCondWait(&g_serverSendSignal.g_sendCond, &g_serverSendSignal.g_sendCondLock, &waitTime); in SoftBusGattsSendNotify()
274 (void)SoftBusMutexUnlock(&g_serverSendSignal.g_sendCondLock); in SoftBusGattsSendNotify()
279 … CONN_CHECK_AND_RETURN_RET_LOGE(SoftBusMutexLock(&g_serverSendSignal.g_sendCondLock) == SOFTBUS_OK, in SoftBusGattsSendNotify()
282 (void)SoftBusMutexUnlock(&g_serverSendSignal.g_sendCondLock); in SoftBusGattsSendNotify()
591 SoftBusMutexLock(&g_serverSendSignal.g_sendCondLock) == SOFTBUS_OK, CONN_BLE, "lock fail!"); in BleIndicationSentCallback()
594 (void)SoftBusMutexUnlock(&g_serverSendSignal.g_sendCondLock); in BleIndicationSentCallback()
830 if (SoftBusMutexInit(&g_serverSendSignal.g_sendCondLock, NULL) != SOFTBUS_OK) { in InitSoftbusAdapterServer()
839 (void)SoftBusMutexDestroy(&g_serverSendSignal.g_sendCondLock); in InitSoftbusAdapterServer()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h111 SoftBusMutex g_sendCondLock; member