Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c47 MSG_DATA_RECEIVED, enumerator
1204 {MSG_DATA_RECEIVED, DataReceivedFunc},
1215 …if (msg->what != MSG_DATA_RECEIVED && msg->what != MSG_NEXT_CMD && msg->what != MSG_CONNECT_REQUES… in BrManagerMsgHandler()
1300 int32_t status = ConnPostMsgToLooper(&g_brManagerAsyncHandler, MSG_DATA_RECEIVED, 0, 0, ctx, 0); in OnDataReceived()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp990 msg.what = MSG_DATA_RECEIVED;