Searched refs:ConnBleKeepAlive (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_mock.cpp | 157 int32_t ConnBleKeepAlive(uint32_t connectionId, uint32_t requestId, uint32_t time)
in ConnBleKeepAlive() function 159 return GetConnectionBrInterface()->ConnBleKeepAlive(connectionId, requestId, time);
in ConnBleKeepAlive()
|
H A D | br_mock.h | 62 virtual int32_t ConnBleKeepAlive(uint32_t connectionId, uint32_t requestId, uint32_t time) = 0;
91 MOCK_METHOD3(ConnBleKeepAlive, int32_t(uint32_t, uint32_t, uint32_t));
|
/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_manager.h | 126 int32_t ConnBleKeepAlive(uint32_t connectionId, uint32_t requestId, uint32_t time);
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_manager.c | 337 int32_t status = ConnBleKeepAlive( in KeepAliveBleIfSameAddress()
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 1437 int32_t ConnBleKeepAlive(uint32_t connectionId, uint32_t requestId, uint32_t time) in ConnBleKeepAlive() function
|
Completed in 13 milliseconds