/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_interface_callback_stub.cpp | 180 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 D | netsys_wrapper_test.cpp | 41 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 D | wrapper_distributor_test.cpp | 86 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 D | lnn_netmanager_listener.cpp | 50 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 D | test_notify_callback.cpp | 62 int32_t TestNotifyCallback::OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged() function in OHOS::NetsysNative::TestNotifyCallback
|
H A D | test_notify_callback.h | 32 int32_t OnInterfaceLinkStateChanged(const std::string &, bool) override;
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | i_net_interface_callback.h | 39 virtual int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) = 0;
|
H A D | net_interface_callback_stub.h | 41 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
|
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/ |
H A D | net_interface_callback.h | 36 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
|
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/ |
H A D | common_netsys_controller_callback_test.h | 48 virtual int32_t OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged() function
|
H A D | common_notify_callback_test.h | 52 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 D | net_interface_callback_proxy.h | 38 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_notify_callback.h | 41 virtual int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) = 0;
|
H A D | notify_callback_proxy.h | 34 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_callback.h | 42 virtual int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) = 0;
|
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | net_interface_callback.cpp | 75 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 D | notify_callback_proxy_test.cpp | 97 int32_t ret = notifyProxy->OnInterfaceLinkStateChanged(ifName, isUp);
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_management.h | 54 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override;
|
H A D | ethernet_service.h | 54 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 D | net_interface_callback_proxy.cpp | 209 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 D | net_policy_traffic.h | 129 int32_t OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged() function
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | notify_callback_stub.cpp | 143 int32_t result = OnInterfaceLinkStateChanged(ifName, up); in CmdOnInterfaceLinkStateChanged()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | notify_callback_proxy.cpp | 213 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 D | networkshare_tracker.h | 63 int32_t OnInterfaceLinkStateChanged(const std::string &, bool) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_distributor.cpp | 223 callback->OnInterfaceLinkStateChanged(ifName, up); in NotifyInterfaceLinkStateChange()
|