Searched refs:LnnNotifyPhysicalSubnetStatusChanged (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_bt_network_impl_mock.cpp | 97 void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, void *stat… in LnnNotifyPhysicalSubnetStatusChanged() function 99 …return GetLnnBtNetworkImplInterface()->LnnNotifyPhysicalSubnetStatusChanged(ifName, protocolType, … in LnnNotifyPhysicalSubnetStatusChanged()
|
H A D | lnn_bt_network_impl_mock.h | 43 …virtual void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, v… 59 MOCK_METHOD3(LnnNotifyPhysicalSubnetStatusChanged, void (const char *, ProtocolType, void *));
|
H A D | lnn_ip_network_impl_mock.cpp | 150 void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, void *stat… in LnnNotifyPhysicalSubnetStatusChanged() function 152 …return GetLnnIpNetworkImplInterface()->LnnNotifyPhysicalSubnetStatusChanged(ifName, protocolType, … in LnnNotifyPhysicalSubnetStatusChanged()
|
H A D | lnn_ip_network_impl_mock.h | 55 …virtual void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, v… 83 MOCK_METHOD3(LnnNotifyPhysicalSubnetStatusChanged, void (const char *, ProtocolType, void *));
|
H A D | lnn_bt_network_impl_test.cpp | 117 EXPECT_CALL(btMock, LnnNotifyPhysicalSubnetStatusChanged).WillRepeatedly(Return());
|
H A D | lnn_ip_network_impl_test.cpp | 127 EXPECT_CALL(ipMock, LnnNotifyPhysicalSubnetStatusChanged).WillRepeatedly(Return());
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/ |
H A D | lnn_physical_subnet_manager.h | 57 void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType type, void *status);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_bt_network_impl.c | 248 …LnnNotifyPhysicalSubnetStatusChanged(netifManager->ifName, LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE, dat… in NotifyBtStatusChanged() 252 …LnnNotifyPhysicalSubnetStatusChanged(netifManager->ifName, LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE, dat… in NotifyBtStatusChanged()
|
H A D | lnn_physical_subnet_manager.c | 151 void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, void *stat… in LnnNotifyPhysicalSubnetStatusChanged() function
|
H A D | lnn_ip_network_impl.c | 108 LnnNotifyPhysicalSubnetStatusChanged(netifManager->ifName, LNN_PROTOCOL_IP, data); in NotifyWlanAddressChanged() 597 LnnNotifyPhysicalSubnetStatusChanged(event->ifName, LNN_PROTOCOL_IP, NULL); in IpAddrChangeEventHandler()
|