Home
last modified time | relevance | path

Searched refs:ConnRemoveMsgFromLooper (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c166ConnRemoveMsgFromLooper(&g_bleGattServerAsyncHandler, MSG_SERVER_WAIT_START_SERVER_TIMEOUT, 0, 0, … in ResetServerState()
295ConnRemoveMsgFromLooper(&g_bleGattServerAsyncHandler, MSG_SERVER_WAIT_START_SERVER_TIMEOUT, 0, 0, … in BleServiceAddMsgHandler()
407ConnRemoveMsgFromLooper(&g_bleGattServerAsyncHandler, MSG_SERVER_WAIT_START_SERVER_TIMEOUT, 0, 0, … in BleCharacteristicAddMsgHandler()
469ConnRemoveMsgFromLooper(&g_bleGattServerAsyncHandler, MSG_SERVER_WAIT_START_SERVER_TIMEOUT, 0, 0, … in BleDescriptorAddMsgHandler()
591ConnRemoveMsgFromLooper(&g_bleGattServerAsyncHandler, MSG_SERVER_WAIT_START_SERVER_TIMEOUT, 0, 0, … in BleServiceStartMsgHandler()
672 ConnRemoveMsgFromLooper( in BleMtuChangeCallback()
741ConnRemoveMsgFromLooper(&g_bleGattServerAsyncHandler, MSG_SERVER_WAIT_START_SERVER_TIMEOUT, 0, 0, … in ConnGattServerStopService()
808ConnRemoveMsgFromLooper(&g_bleGattServerAsyncHandler, MSG_SERVER_WAIT_STOP_SERVER_TIMEOUT, 0, 0, N… in BleServiceStopMsgHandler()
866ConnRemoveMsgFromLooper(&g_bleGattServerAsyncHandler, MSG_SERVER_WAIT_STOP_SERVER_TIMEOUT, 0, 0, N… in BleServiceDeleteMsgHandler()
1012ConnRemoveMsgFromLooper(&g_bleGattServerAsyncHandler, MSG_SERVER_WAIT_MTU_TIMEOUT, connectionId, 0… in BleDisconnectServerCallback()
[all …]
H A Dsoftbus_conn_ble_connection.c284 ConnRemoveMsgFromLooper( in ConnBleDisconnectNow()
383ConnRemoveMsgFromLooper(&g_bleConnectionAsyncHandler, MSG_CONNECTION_WAIT_NEGOTIATION_CLOSING_TIME… in ConnBleUpdateConnectionRc()
441ConnRemoveMsgFromLooper(&g_bleConnectionAsyncHandler, MSG_CONNECTION_WAIT_NEGOTIATION_CLOSING_TIME… in BleOnReferenceRequest()
524 ConnRemoveMsgFromLooper( in ConnBleRefreshIdleTimeout()
836 ConnRemoveMsgFromLooper( in HandleBasicInfo()
907 ConnRemoveMsgFromLooper( in BleOnConnectionClosed()
1003 ConnRemoveMsgFromLooper( in ConnBleOccupy()
H A Dsoftbus_conn_ble_manager.c687ConnRemoveMsgFromLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_CONNECT_TIMEOUT, connectionId, 0, NU… in BleClientConnected()
746ConnRemoveMsgFromLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_CONNECT_TIMEOUT, connectionId, 0, NU… in BleClientConnectFailed()
1123 ConnRemoveMsgFromLooper( in BleReset()
1147ConnRemoveMsgFromLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_PREVENT_TIMEOUT, 0, 0, preventIt->ud… in BleReset()
1462 ConnRemoveMsgFromLooper( in ConnBleRemoveKeepAlive()
2168ConnRemoveMsgFromLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_PREVENT_TIMEOUT, 0, 0, copyUdid); in ConflictOccupy()
2222ConnRemoveMsgFromLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_PREVENT_TIMEOUT, 0, 0, (char *)udid); in ConflictCancelOccupy()
H A Dsoftbus_conn_ble_client.c206 ConnRemoveMsgFromLooper( in BleGattcConnStateCallback()
698ConnRemoveMsgFromLooper(&g_bleGattClientAsyncHandler, MSG_CLIENT_WAIT_DISCONNECT_TIMEOUT, connecti… in DisconnectedMsgHandler()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/include/
H A Dsoftbus_conn_common.h72 void ConnRemoveMsgFromLooper(
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c606 ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_UNPEND, 0, 0, connection->addr); in ServerAccepted()
667 ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_CONNECT_TIMEOUT, connectionId, 0, NULL); in ClientConnected()
745 ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_CONNECT_TIMEOUT, connectionId, 0, NULL); in ClientConnectFailed()
949 ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_UNPEND, 0, 0, (char *)addr); in UnpendConnection()
985ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_CONNECT_TIMEOUT, connection->connectionId, 0… in Reset()
1009 ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_UNPEND, 0, 0, pendingIt->addr); in Reset()
1670 ConnRemoveMsgFromLooper(&g_brManagerAsyncHandler, MSG_UNPEND, 0, 0, copyAddr); in BrPendConnection()
H A Dsoftbus_conn_br_connection.c341 ConnRemoveMsgFromLooper( in ConnBrOccupy()
533 ConnRemoveMsgFromLooper( in NotifyReferenceRequest()
645ConnRemoveMsgFromLooper(&g_brConnectionAsyncHandler, MSG_CONNECTION_WAIT_NEGOTIATION_CLOSING_TIMEO… in ConnBrOnReferenceResponse()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c113 void ConnRemoveMsgFromLooper( in ConnRemoveMsgFromLooper() function