Home
last modified time | relevance | path

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 Dlnn_bt_network_impl_mock.cpp97 void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, void *stat… in LnnNotifyPhysicalSubnetStatusChanged() function
99 …return GetLnnBtNetworkImplInterface()->LnnNotifyPhysicalSubnetStatusChanged(ifName, protocolType, … in LnnNotifyPhysicalSubnetStatusChanged()
H A Dlnn_bt_network_impl_mock.h43 …virtual void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, v…
59 MOCK_METHOD3(LnnNotifyPhysicalSubnetStatusChanged, void (const char *, ProtocolType, void *));
H A Dlnn_ip_network_impl_mock.cpp150 void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, void *stat… in LnnNotifyPhysicalSubnetStatusChanged() function
152 …return GetLnnIpNetworkImplInterface()->LnnNotifyPhysicalSubnetStatusChanged(ifName, protocolType, … in LnnNotifyPhysicalSubnetStatusChanged()
H A Dlnn_ip_network_impl_mock.h55 …virtual void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, v…
83 MOCK_METHOD3(LnnNotifyPhysicalSubnetStatusChanged, void (const char *, ProtocolType, void *));
H A Dlnn_bt_network_impl_test.cpp117 EXPECT_CALL(btMock, LnnNotifyPhysicalSubnetStatusChanged).WillRepeatedly(Return());
H A Dlnn_ip_network_impl_test.cpp127 EXPECT_CALL(ipMock, LnnNotifyPhysicalSubnetStatusChanged).WillRepeatedly(Return());
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_physical_subnet_manager.h57 void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType type, void *status);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c248LnnNotifyPhysicalSubnetStatusChanged(netifManager->ifName, LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE, dat… in NotifyBtStatusChanged()
252LnnNotifyPhysicalSubnetStatusChanged(netifManager->ifName, LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE, dat… in NotifyBtStatusChanged()
H A Dlnn_physical_subnet_manager.c151 void LnnNotifyPhysicalSubnetStatusChanged(const char *ifName, ProtocolType protocolType, void *stat… in LnnNotifyPhysicalSubnetStatusChanged() function
H A Dlnn_ip_network_impl.c108 LnnNotifyPhysicalSubnetStatusChanged(netifManager->ifName, LNN_PROTOCOL_IP, data); in NotifyWlanAddressChanged()
597 LnnNotifyPhysicalSubnetStatusChanged(event->ifName, LNN_PROTOCOL_IP, NULL); in IpAddrChangeEventHandler()