Searched refs:MSG_CONNECT_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_manager.c | 44 MSG_CONNECT_TIMEOUT, enumerator 381 …status = ConnPostMsgToLooper(&g_brManagerAsyncHandler, MSG_CONNECT_TIMEOUT, connection->connection… in ConnectDeviceDirectly() 667 ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_CONNECT_TIMEOUT, connectionId, 0, NULL); in ClientConnected() 745 ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_CONNECT_TIMEOUT, connectionId, 0, NULL); in ClientConnectFailed() 985 …ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_CONNECT_TIMEOUT, connection->connectionId, 0… in Reset() 1201 {MSG_CONNECT_TIMEOUT, ClientConnectTimeoutFunc}, 1236 case MSG_CONNECT_TIMEOUT: { in BrCompareManagerLooperEventFunc()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_connection_test.cpp | 981 msg.what = MSG_CONNECT_TIMEOUT; 1020 msg.what = MSG_CONNECT_TIMEOUT; 1025 args.what = MSG_CONNECT_TIMEOUT;
|