Home
last modified time | relevance | path

Searched refs:ConnBleKeepAlive (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_mock.cpp157 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 Dbr_mock.h62 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 Dsoftbus_conn_ble_manager.h126 int32_t ConnBleKeepAlive(uint32_t connectionId, uint32_t requestId, uint32_t time);
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c337 int32_t status = ConnBleKeepAlive( in KeepAliveBleIfSameAddress()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1437 int32_t ConnBleKeepAlive(uint32_t connectionId, uint32_t requestId, uint32_t time) in ConnBleKeepAlive() function

Completed in 9 milliseconds