Home
last modified time | relevance | path

Searched refs:OnInterfaceAdded (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Dinterface_state_callback.h28 virtual int32_t OnInterfaceAdded(const std::string &ifName) = 0;
H A Dinterface_state_callback_proxy.h32 virtual int32_t OnInterfaceAdded(const std::string &ifName) override;
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp128 int32_t result = OnInterfaceAdded(ifName); in CmdInterfaceAdded()
201 int32_t NetInterfaceStateCallbackStub::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackStub
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp38 int32_t OnInterfaceAdded(const std::string &ifName) override;
91 int32_t NetlinkNativeNotifyCallBack::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::nmd::NetlinkNativeNotifyCallBack
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dinterface_state_callback_stub.cpp36 OnInterfaceAdded(data.ReadString()); in OnRemoteRequest()
H A Dinterface_state_callback_proxy.cpp31 int32_t InterfaceStateCallbackProxy::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::NetManagerStandard::InterfaceStateCallbackProxy
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp47 int32_t OnInterfaceAdded(const std::string &ifName) override;
61 int32_t LnnNetManagerListener::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::LnnNetManager::LnnNetManagerListener
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp41 int32_t TestNotifyCallback::OnInterfaceAdded(const std::string &) in OnInterfaceAdded() function in OHOS::NetsysNative::TestNotifyCallback
H A Dtest_notify_callback.h29 int32_t OnInterfaceAdded(const std::string &) override;
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_interface_callback.h36 virtual int32_t OnInterfaceAdded(const std::string &ifName) = 0;
H A Dnet_interface_callback_stub.h38 int32_t OnInterfaceAdded(const std::string &ifName) override;
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dnet_interface_callback.h33 int32_t OnInterfaceAdded(const std::string &ifName) override;
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_netsys_controller_callback_test.h36 virtual int32_t OnInterfaceAdded(const std::string &) in OnInterfaceAdded() function
H A Dcommon_notify_callback_test.h37 int32_t OnInterfaceAdded(const std::string &ifName) override in OnInterfaceAdded() function
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H A Dnet_interface_callback_proxy.h35 int32_t OnInterfaceAdded(const std::string &ifName) override;
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_notify_callback.h38 virtual int32_t OnInterfaceAdded(const std::string &ifName) = 0;
H A Dnotify_callback_proxy.h31 int32_t OnInterfaceAdded(const std::string &ifName) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h39 virtual int32_t OnInterfaceAdded(const std::string &ifName) = 0;
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.h36 int32_t OnInterfaceAdded(const std::string &iface) override;
H A Dinterface_state_observer.cpp28 int32_t InterfaceStateObserver::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded() function in OHOS::NetManagerStandard::InterfaceStateObserver
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp57 int32_t NetInterfaceStateCallback::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::NetManagerStandard::NetInterfaceStateCallback
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp63 int32_t OnInterfaceAdded(const std::string &ifName) override in OnInterfaceAdded() function in OHOS::NetManagerStandard::__anona9bf89a40110::MonitorInterfaceStateCallback
91 OnInterfaceAdded(data.ReadString()); in OnRemoteRequest()
425 int ret = devinterfacestatecallback.OnInterfaceAdded(iface);
596 ret = devCallback.OnInterfaceAdded(IFACE);
846 int32_t ret = devCallback.OnInterfaceAdded(IFACE);
938 auto ret = devCallback.OnInterfaceAdded(IFACE);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp153 int32_t EthernetService::GlobalInterfaceStateCallback::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded() function in OHOS::NetManagerStandard::EthernetService::GlobalInterfaceStateCallback
157 [=](const sptr<InterfaceStateCallback> &callback) { callback->OnInterfaceAdded(iface); }); in OnInterfaceAdded()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp74 int32_t ret = notifyProxy->OnInterfaceAdded(ifName);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h51 int32_t OnInterfaceAdded(const std::string &iface) override;

12