Home
last modified time | relevance | path

Searched refs:ConnBlePostBytesInner (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp195 int32_t ret = ConnBlePostBytesInner(connectionId, data, 0, pid, flag, module, seq, NULL);
199 … ret = ConnBlePostBytesInner(connectionId, value, MAX_DATA_LEN + 1, pid, flag, module, seq, NULL);
205 ret = ConnBlePostBytesInner(connectionId, value1, dataLen, pid, flag, module, seq, NULL);
213 … ret = ConnBlePostBytesInner(connectionId, value2, dataLen, pid, flag, MODULE_AUTH_MSG, seq, NULL);
222 … ret = ConnBlePostBytesInner(connectionId, value3, dataLen, pid, flag, MODULE_AUTH_MSG, seq, NULL);
H A Dconnection_ble_manager_test.cpp242 EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillOnce(Return(SOFTBUS_OK));
246 EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillOnce(Return(SOFTBUS_INVALID_PARAM));
283 EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillOnce(Return(SOFTBUS_OK));
292 EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillOnce(Return(SOFTBUS_INVALID_PARAM));
346 EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillRepeatedly(Return(SOFTBUS_OK));
754 EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillRepeatedly(Return(SOFTBUS_OK));
887 EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillOnce(Return(SOFTBUS_OK));
943 EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillRepeatedly(Return(SOFTBUS_OK));
H A Dconnection_ble_client_test.cpp746 EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillOnce(Return(SOFTBUS_OK));
758 …EXPECT_CALL(bleMock, ConnBlePostBytesInner).WillOnce(Return(SOFTBUS_CONN_BLE_UNDERLAY_CLIENT_CONNE…
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_client_mock.h49 virtual int32_t ConnBlePostBytesInner(
74 MOCK_METHOD(int32_t, ConnBlePostBytesInner, (uint32_t connectionId, uint8_t *data,
H A Dconnection_ble_manager_mock.cpp72 int ConnBlePostBytesInner(uint32_t connectionId, uint8_t *data, uint32_t dataLen, int32_t pid, int3… in ConnBlePostBytesInner() function
75 return GetConnectionBleInterface()->ConnBlePostBytesInner( in ConnBlePostBytesInner()
H A Dconnection_ble_client_mock.cpp170 int32_t ConnBlePostBytesInner(uint32_t connectionId, uint8_t *data, uint32_t len, in ConnBlePostBytesInner() function
173 return GetConnectionBleClientInterface()->ConnBlePostBytesInner(connectionId, in ConnBlePostBytesInner()
H A Dconnection_ble_manager_mock.h41 …virtual int32_t ConnBlePostBytesInner(uint32_t connectionId, uint8_t *data, uint32_t dataLen, int3…
92 MOCK_METHOD(int32_t, ConnBlePostBytesInner,
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_trans.h85 int32_t ConnBlePostBytesInner(
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c332 ConnBlePostBytesInner(rcMsgPara->connId, data, dataLen, 0, flag, MODULE_CONNECTION, seq, in ConnPackCtlMsgRcSendDeltaData()
334ConnBlePostBytesInner(rcMsgPara->connId, data, dataLen, 0, flag, MODULE_CONNECTION, seq, NULL); in ConnPackCtlMsgRcSendDeltaData()
636 …status = ConnBlePostBytesInner(connection->connectionId, buf, bufLen, 0, CONN_HIGH, MODULE_BLE_NET… in SendBasicInfo()
H A Dsoftbus_conn_ble_trans.c312 int32_t ConnBlePostBytesInner(uint32_t connectionId, uint8_t *data, uint32_t dataLen, int32_t pid, … in ConnBlePostBytesInner() function
H A Dsoftbus_conn_ble_manager.c1816 return ConnBlePostBytesInner(connectionId, data, dataLen, pid, flag, module, seq, NULL); in ConnBlePostBytes()
2112 …return ConnBlePostBytesInner(connectionId, payload, payloadLen, 0, 0, MODULE_OLD_NEARBY, seq, NULL… in ConflictPostBytes()