Home
last modified time | relevance | path

Searched refs:SetLpKeepAliveState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock.cpp125 void SetLpKeepAliveState(void *para) in SetLpKeepAliveState() function
127 return GetLnnConnInterface()->SetLpKeepAliveState(para); in SetLpKeepAliveState()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm_mock.h60 virtual void SetLpKeepAliveState(void *para) = 0;
91 MOCK_METHOD1(SetLpKeepAliveState, void (void *));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_ble_lpdevice.h49 void SetLpKeepAliveState(void *para);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_ble_lpdevice_virtual.c77 void SetLpKeepAliveState(void *para) in SetLpKeepAliveState() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c431 …if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), SetLpKeepAliveState, NULL, 0) != SOF… in SetLnnConnNodeInfo()