Searched refs:ConnBleGetConnectionById (Results 1 – 9 of 9) sorted by relevance
40 ConnBleConnection *ConnBleGetConnectionById(uint32_t connectionId) in ConnBleGetConnectionById() function42 return GetConnectionBleTransInterface()->ConnBleGetConnectionById(connectionId); in ConnBleGetConnectionById()
29 virtual ConnBleConnection *ConnBleGetConnectionById(uint32_t connectionId) = 0;43 MOCK_METHOD(ConnBleConnection *, ConnBleGetConnectionById, (uint32_t), (override));
203 EXPECT_CALL(bleMock, ConnBleGetConnectionById).WillOnce(Return(nullptr));211 EXPECT_CALL(bleMock, ConnBleGetConnectionById).WillOnce(Return(connection));218 EXPECT_CALL(bleMock, ConnBleGetConnectionById).WillRepeatedly(Return(bleConnectionconnection));
644 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleClientConnectTimeoutOnConnectingState()671 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleClientConnected()725 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleClientConnectFailed()814 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleServerAccepted()875 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleConnectionClosed()909 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleConnectionResume()931 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleDisconnectRequest()1058 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in ConflictOnConnectSuccessed()1170 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleKeepAliveTimeout()1357 ConnBleConnection *ConnBleGetConnectionById(uint32_t connectionId) in ConnBleGetConnectionById() function[all …]
761 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleOnClientConnected()795 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleOnClientFailed()863 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleOnDataReceived()948 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleOnServerAccepted()1047 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BasicInfoExchangeTimeoutHandler()1065 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in WaitNegotiationClosingTimeoutHandler()1086 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in ConnectionIdleDisconnectTimeoutHandler()1099 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleOnOccupyRelease()1115 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleRetryUpdateConnectionRc()
329 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in ConnBlePostBytesInner()615 ConnBleConnection *connection = ConnBleGetConnectionById(sendNode->connectionId); in BleSendTask()
277 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in ClientWaitFastConnectTimeoutMsgHandler()723 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in ClientWaitDiconnetTimeoutMsgHandler()
693 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleServerWaitMtuTimeoutHandler()1021 ConnBleConnection *connection = ConnBleGetConnectionById(connectionId); in BleServerWaitDisconnectTimeoutHandler()
118 ConnBleConnection *ConnBleGetConnectionById(uint32_t connectionId);