Home
last modified time | relevance | path

Searched refs:messagePosted (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c336 g_startBrSendLPInfo.messagePosted = true; in ConnBrPostBytes()
444 if (g_startBrSendLPInfo.messagePosted) { in SendHandlerLoop()
446 g_startBrSendLPInfo.messagePosted = false; in SendHandlerLoop()
462 g_startBrSendLPInfo.messagePosted = false; in SendHandlerLoop()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_trans.h51 bool messagePosted; member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_trans.h38 bool messagePosted; member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c398 g_startBleSendLPInfo.messagePosted = true; in ConnBlePostBytesInner()
590 if (g_startBleSendLPInfo.messagePosted) { in BleSendTask()
592 g_startBleSendLPInfo.messagePosted = false; in BleSendTask()
608 g_startBleSendLPInfo.messagePosted = false; in BleSendTask()