Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm.h101 int32_t LnnSendDisconnectMsgToConnFsm(LnnConnectionFsm *connFsm);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp443 int32_t LnnSendDisconnectMsgToConnFsm(LnnConnectionFsm *connFsm) in LnnSendDisconnectMsgToConnFsm() function
445 return GetNetBuilderDepsInterface()->LnnSendDisconnectMsgToConnFsm(connFsm); in LnnSendDisconnectMsgToConnFsm()
H A Dlnn_connection_fsm_test.cpp219 int32_t ret = LnnSendDisconnectMsgToConnFsm(connFsm);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder_deps_mock.h145 virtual int32_t LnnSendDisconnectMsgToConnFsm(LnnConnectionFsm *connFsm);
281 MOCK_METHOD1(LnnSendDisconnectMsgToConnFsm, int32_t (LnnConnectionFsm *));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_process.c397 if (LnnSendDisconnectMsgToConnFsm(connFsm) != SOFTBUS_OK) { in ProcessDeviceDisconnect()
H A Dlnn_connection_fsm.c1841 int32_t LnnSendDisconnectMsgToConnFsm(LnnConnectionFsm *connFsm) in LnnSendDisconnectMsgToConnFsm() function