Home
last modified time | relevance | path

Searched refs:ConnBrDequeueBlock (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_send_queue.h40 int32_t ConnBrDequeueBlock(void **msg);
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_mock.cpp117 int32_t ConnBrDequeueBlock(void **msg) in ConnBrDequeueBlock() function
119 return GetConnectionBrInterface()->ConnBrDequeueBlock(msg); in ConnBrDequeueBlock()
H A Dbr_mock.h54 virtual int32_t ConnBrDequeueBlock(void **msg) = 0;
83 MOCK_METHOD1(ConnBrDequeueBlock, int32_t(void **));
H A Dconnection_br_test.cpp762 ret = ConnBrDequeueBlock(&msg); in HWTEST_F()
765 ret = ConnBrDequeueBlock(NULL); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_send_queue.c139 int32_t ConnBrDequeueBlock(void **msg) in ConnBrDequeueBlock() function
H A Dsoftbus_conn_br_trans.c439 int32_t status = ConnBrDequeueBlock((void **)(&sendNode)); in SendHandlerLoop()

Completed in 4 milliseconds