Home
last modified time | relevance | path

Searched refs:QueueTryEnqueue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dqueue.h64 bool QueueTryEnqueue(Queue *queue, void *data);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dqueue.c105 bool QueueTryEnqueue(Queue *queue, void *data) in QueueTryEnqueue() function