Home
last modified time | relevance | path

Searched refs:SendDeviceStateToMlps (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock.cpp59 void SendDeviceStateToMlps(void *para) in SendDeviceStateToMlps() function
61 return GetLnnConnInterface()->SendDeviceStateToMlps(para); in SendDeviceStateToMlps()
H A Dlnn_connection_fsm_test.cpp617 ON_CALL(lnnConnMock, SendDeviceStateToMlps).WillByDefault(Return());
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm_mock.h46 virtual void SendDeviceStateToMlps(void *para) = 0;
77 MOCK_METHOD1(SendDeviceStateToMlps, void (void *));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_ble_lpdevice.h40 void SendDeviceStateToMlps(void *para);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_ble_lpdevice_virtual.c25 void SendDeviceStateToMlps(void *para) in SendDeviceStateToMlps() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c404 if (LnnAsyncCallbackDelayHelper(looper, SendDeviceStateToMlps, (void *)info, 0) != SOFTBUS_OK) { in DeviceStateChangeProcess()