Home
last modified time | relevance | path

Searched refs:OnInterfaceChanged (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Dinterface_state_callback.h30 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
H A Dinterface_state_callback_proxy.h34 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp161 int32_t result = OnInterfaceChanged(ifName, isUp); in CmdInterfaceChanged()
213 int32_t NetInterfaceStateCallbackStub::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackStub
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp40 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
103 int32_t NetlinkNativeNotifyCallBack::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::nmd::NetlinkNativeNotifyCallBack
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dinterface_state_callback_stub.cpp44 OnInterfaceChanged(data.ReadString(), data.ReadBool()); in OnRemoteRequest()
H A Dinterface_state_callback_proxy.cpp89 int32_t InterfaceStateCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::InterfaceStateCallbackProxy
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp49 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
73 int32_t LnnNetManagerListener::OnInterfaceChanged(const std::string &ifName, bool isUp) in OnInterfaceChanged() function in OHOS::LnnNetManager::LnnNetManagerListener
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp55 int32_t TestNotifyCallback::OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() function in OHOS::NetsysNative::TestNotifyCallback
H A Dtest_notify_callback.h31 int32_t OnInterfaceChanged(const std::string &, bool) override;
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_interface_callback.h38 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
H A Dnet_interface_callback_stub.h40 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dnet_interface_callback.h35 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_netsys_controller_callback_test.h44 virtual int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() function
H A Dcommon_notify_callback_test.h47 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override in OnInterfaceChanged() function
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H A Dnet_interface_callback_proxy.h37 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_notify_callback.h40 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
H A Dnotify_callback_proxy.h33 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h41 virtual int32_t OnInterfaceChanged(const std::string &, bool) = 0;
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.h38 int32_t OnInterfaceChanged(const std::string &iface, bool up) override;
H A Dinterface_state_observer.cpp52 int32_t InterfaceStateObserver::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::InterfaceStateObserver
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp69 int32_t NetInterfaceStateCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::NetInterfaceStateCallback
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp169 int32_t EthernetService::GlobalInterfaceStateCallback::OnInterfaceChanged(const std::string &iface,… in OnInterfaceChanged() function in OHOS::NetManagerStandard::EthernetService::GlobalInterfaceStateCallback
178 … [=](const sptr<InterfaceStateCallback> &callback) { callback->OnInterfaceChanged(ifName, up); }); in OnInterfaceLinkStateChanged()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp89 int32_t ret = notifyProxy->OnInterfaceChanged(ifName, isUp);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h53 int32_t OnInterfaceChanged(const std::string &, bool) override;
H A Dethernet_service.h53 int32_t OnInterfaceChanged(const std::string &iface, bool up) override; in DECLARE_SYSTEM_ABILITY()

12