Home
last modified time | relevance | path

Searched refs:OnInterfaceRemoved (Results 1 - 25 of 46) sorted by relevance

12

/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Dinterface_state_callback.h29 virtual int32_t OnInterfaceRemoved(const std::string &ifName) = 0;
H A Dinterface_state_callback_proxy.h33 virtual int32_t OnInterfaceRemoved(const std::string &ifName) override;
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dinterface_state_callback_stub.cpp40 OnInterfaceRemoved(data.ReadString()); in OnRemoteRequest()
H A Dinterface_state_callback_proxy.cpp60 int32_t InterfaceStateCallbackProxy::OnInterfaceRemoved(const std::string &ifName) in OnInterfaceRemoved() function in OHOS::NetManagerStandard::InterfaceStateCallbackProxy
77 NETMGR_EXT_LOG_E("OnInterfaceRemoved WriteString error."); in OnInterfaceRemoved()
83 NETMGR_EXT_LOG_E("OnInterfaceRemoved SendRequest error=[%{public}d].", ret); in OnInterfaceRemoved()
/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_netsys_controller_callback_test.h40 virtual int32_t OnInterfaceRemoved(const std::string &) in OnInterfaceRemoved() function in OHOS::NetManagerStandard::NetsysControllerCallbackTestCb
H A Dcommon_notify_callback_test.h42 int32_t OnInterfaceRemoved(const std::string &ifName) override
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp48 int32_t TestNotifyCallback::OnInterfaceRemoved(const std::string &) in OnInterfaceRemoved() function in OHOS::NetsysNative::TestNotifyCallback
50 NETNATIVE_LOGI("Begin to TestNotifyCallback::OnInterfaceRemoved"); in OnInterfaceRemoved()
H A Dtest_notify_callback.h30 int32_t OnInterfaceRemoved(const std::string &) override;
/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H A Dnet_interface_callback_proxy.h36 int32_t OnInterfaceRemoved(const std::string &ifName) override;
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_interface_callback.h37 virtual int32_t OnInterfaceRemoved(const std::string &ifName) = 0;
H A Dnet_interface_callback_stub.h39 int32_t OnInterfaceRemoved(const std::string &ifName) override;
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dnet_interface_callback.h34 int32_t OnInterfaceRemoved(const std::string &ifName) override;
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnotify_callback_proxy.h32 int32_t OnInterfaceRemoved(const std::string &ifName) override;
H A Di_notify_callback.h39 virtual int32_t OnInterfaceRemoved(const std::string &ifName) = 0;
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h40 virtual int32_t OnInterfaceRemoved(const std::string &ifName) = 0;
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp127 int32_t result = OnInterfaceRemoved(ifName); in CmdInterfaceRemoved()
192 int32_t NetInterfaceStateCallbackStub::OnInterfaceRemoved(const std::string &ifName) in OnInterfaceRemoved() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackStub
194 NETMGR_LOG_D("OnInterfaceRemoved, iface:[%{public}s]", ifName.c_str()); in OnInterfaceRemoved()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp39 int32_t OnInterfaceRemoved(const std::string &ifName) override;
97 int32_t NetlinkNativeNotifyCallBack::OnInterfaceRemoved(const std::string &ifName) in OnInterfaceRemoved() function in OHOS::nmd::NetlinkNativeNotifyCallBack
99 std::cout << " [OnInterfaceRemoved] " << ifName << std::endl; in OnInterfaceRemoved()
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp48 int32_t OnInterfaceRemoved(const std::string &ifName) override;
67 int32_t LnnNetManagerListener::OnInterfaceRemoved(const std::string &ifName) in OnInterfaceRemoved() function in OHOS::LnnNetManager::LnnNetManagerListener
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.cpp40 int32_t InterfaceStateObserver::OnInterfaceRemoved(const std::string &iface) in OnInterfaceRemoved() function in OHOS::NetManagerStandard::InterfaceStateObserver
H A Dinterface_state_observer.h37 int32_t OnInterfaceRemoved(const std::string &iface) override;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_manager_test.cpp69 int32_t OnInterfaceRemoved(const std::string &ifName) override
71 std::cout << "OnInterfaceRemoved ifName: " << ifName << std::endl;
95 OnInterfaceRemoved(data.ReadString());
434 int ret = devinterfacestatecallback.OnInterfaceRemoved(iface); in HWTEST_F()
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp84 int32_t NetInterfaceStateCallback::OnInterfaceRemoved(const std::string &ifName) in OnInterfaceRemoved() function in OHOS::NetManagerStandard::NetInterfaceStateCallback
86 NETMGR_EXT_LOG_D("OnInterfaceRemoved, iface:[%{public}s]", ifName.c_str()); in OnInterfaceRemoved()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp81 int32_t ret = notifyProxy->OnInterfaceRemoved(ifName); in HWTEST_F()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_traffic.h121 int32_t OnInterfaceRemoved(const std::string &) in OnInterfaceRemoved() function in OHOS::NetManagerStandard::NetPolicyTraffic::NetsysControllerCallbackImpl
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h52 int32_t OnInterfaceRemoved(const std::string &iface) override;

Completed in 8 milliseconds

12