Home
last modified time | relevance | path

Searched refs:OnInterfaceChanged (Results 1 - 25 of 47) sorted by relevance

12

/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;
/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
93 NETMGR_EXT_LOG_E("OnInterfaceChanged get Remote() error."); in OnInterfaceChanged()
106 NETMGR_EXT_LOG_E("OnInterfaceChanged WriteString error."); in OnInterfaceChanged()
/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 in OHOS::NetManagerStandard::NetsysControllerCallbackTestCb
H A Dcommon_notify_callback_test.h47 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override
/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
57 NETNATIVE_LOGI("Begin to TestNotifyCallback::OnInterfaceChanged"); in OnInterfaceChanged()
H A Dtest_notify_callback.h31 int32_t OnInterfaceChanged(const std::string &, bool) override;
/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;
/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;
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dnet_interface_callback.h35 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnotify_callback_proxy.h33 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
H A Di_notify_callback.h40 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h41 virtual int32_t OnInterfaceChanged(const std::string &, bool) = 0;
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp146 int32_t result = OnInterfaceChanged(ifName, isUp); in CmdInterfaceChanged()
198 int32_t NetInterfaceStateCallbackStub::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackStub
200 NETMGR_LOG_D("OnInterfaceChanged, iface:[%{public}s] -> Up:[%{public}d]", ifName.c_str(), up); in OnInterfaceChanged()
/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
105 std::cout << " [OnInterfaceChanged] " << ifName << " status :" << (up ? "[update]" : "[remove]") << std::endl; in OnInterfaceChanged()
/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
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.cpp52 int32_t InterfaceStateObserver::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::InterfaceStateObserver
H A Dinterface_state_observer.h38 int32_t OnInterfaceChanged(const std::string &iface, bool up) override;
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp90 int32_t NetInterfaceStateCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::NetInterfaceStateCallback
92 NETMGR_EXT_LOG_D("OnInterfaceChanged, iface:[%{public}s]->Up:[%{public}d]", ifName.c_str(), up); in OnInterfaceChanged()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp89 int32_t ret = notifyProxy->OnInterfaceChanged(ifName, isUp); in HWTEST_F()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_traffic.h125 int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() function in OHOS::NetManagerStandard::NetPolicyTraffic::NetsysControllerCallbackImpl
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h53 int32_t OnInterfaceChanged(const std::string &iface, bool up) override;
H A Dethernet_management.h53 int32_t OnInterfaceChanged(const std::string &, bool) override;

Completed in 8 milliseconds

12