/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/ |
H A D | interface_state_callback.h | 30 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
|
H A D | interface_state_callback_proxy.h | 34 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_interface_callback_stub.cpp | 161 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 D | netsys_wrapper_test.cpp | 40 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 D | interface_state_callback_stub.cpp | 44 OnInterfaceChanged(data.ReadString(), data.ReadBool()); in OnRemoteRequest()
|
H A D | interface_state_callback_proxy.cpp | 89 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 D | lnn_netmanager_listener.cpp | 49 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 D | test_notify_callback.cpp | 55 int32_t TestNotifyCallback::OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() function in OHOS::NetsysNative::TestNotifyCallback
|
H A D | test_notify_callback.h | 31 int32_t OnInterfaceChanged(const std::string &, bool) override;
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | i_net_interface_callback.h | 38 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
|
H A D | net_interface_callback_stub.h | 40 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/ |
H A D | net_interface_callback.h | 35 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/ |
H A D | common_netsys_controller_callback_test.h | 44 virtual int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() function
|
H A D | common_notify_callback_test.h | 47 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 D | net_interface_callback_proxy.h | 37 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_notify_callback.h | 40 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
|
H A D | notify_callback_proxy.h | 33 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_callback.h | 41 virtual int32_t OnInterfaceChanged(const std::string &, bool) = 0;
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | interface_state_observer.h | 38 int32_t OnInterfaceChanged(const std::string &iface, bool up) override;
|
H A D | interface_state_observer.cpp | 52 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 D | net_interface_callback.cpp | 69 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 D | ethernet_service.cpp | 169 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 D | notify_callback_proxy_test.cpp | 89 int32_t ret = notifyProxy->OnInterfaceChanged(ifName, isUp);
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_management.h | 53 int32_t OnInterfaceChanged(const std::string &, bool) override;
|
H A D | ethernet_service.h | 53 int32_t OnInterfaceChanged(const std::string &iface, bool up) override; in DECLARE_SYSTEM_ABILITY()
|