Home
last modified time | relevance | path

Searched refs:OnInterfaceLinkStateChanged (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp180 int32_t result = OnInterfaceLinkStateChanged(ifName, isUp); in CmdInterfaceLinkStateChanged()
219 int32_t NetInterfaceStateCallbackStub::OnInterfaceLinkStateChanged(const std::string &ifName, bool … in OnInterfaceLinkStateChanged() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackStub
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp41 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
114 int32_t NetlinkNativeNotifyCallBack::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() function in OHOS::nmd::NetlinkNativeNotifyCallBack
H A Dwrapper_distributor_test.cpp86 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override in OnInterfaceLinkStateChanged() function in OHOS::nmd::__anona99dd92c0110::NotifyCallbackImp
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp50 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
79 int32_t LnnNetManagerListener::OnInterfaceLinkStateChanged(const std::string &ifName, bool isUp) in OnInterfaceLinkStateChanged() function in OHOS::LnnNetManager::LnnNetManagerListener
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp62 int32_t TestNotifyCallback::OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged() function in OHOS::NetsysNative::TestNotifyCallback
H A Dtest_notify_callback.h32 int32_t OnInterfaceLinkStateChanged(const std::string &, bool) override;
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_interface_callback.h39 virtual int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) = 0;
H A Dnet_interface_callback_stub.h41 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dnet_interface_callback.h36 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_netsys_controller_callback_test.h48 virtual int32_t OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged() function
H A Dcommon_notify_callback_test.h52 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override in OnInterfaceLinkStateChanged() function
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H A Dnet_interface_callback_proxy.h38 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_notify_callback.h41 virtual int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) = 0;
H A Dnotify_callback_proxy.h34 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h42 virtual int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) = 0;
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp75 int32_t NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() function in OHOS::NetManagerStandard::NetInterfaceStateCallback
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp97 int32_t ret = notifyProxy->OnInterfaceLinkStateChanged(ifName, isUp);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h54 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
H A Dethernet_service.h54 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override; in DECLARE_SYSTEM_ABILITY()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_interface_callback_proxy.cpp209 int32_t NetInterfaceStateCallbackProxy::OnInterfaceLinkStateChanged(const std::string &ifName, bool… in OnInterfaceLinkStateChanged() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackProxy
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_traffic.h129 int32_t OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged() function
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnotify_callback_stub.cpp143 int32_t result = OnInterfaceLinkStateChanged(ifName, up); in CmdOnInterfaceLinkStateChanged()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnotify_callback_proxy.cpp213 int32_t NotifyCallbackProxy::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged() function in OHOS::NetsysNative::NotifyCallbackProxy
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_tracker.h63 int32_t OnInterfaceLinkStateChanged(const std::string &, bool) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp223 callback->OnInterfaceLinkStateChanged(ifName, up); in NotifyInterfaceLinkStateChange()

12