Home
last modified time | relevance | path

Searched refs:OnInterfaceAddressRemoved (Results 1 - 25 of 39) sorted by relevance

12

/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_netsys_controller_callback_test.h32 virtual int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) in OnInterfaceAddressRemoved() function in OHOS::NetManagerStandard::NetsysControllerCallbackTestCb
H A Dcommon_notify_callback_test.h32 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags, int scope) override
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp34 int32_t TestNotifyCallback::OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) in OnInterfaceAddressRemoved() function in OHOS::NetsysNative::TestNotifyCallback
36 NETNATIVE_LOGI("Begin to TestNotifyCallback::OnInterfaceAddressRemoved"); in OnInterfaceAddressRemoved()
H A Dtest_notify_callback.h28 int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) override;
/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H A Dnet_interface_callback_proxy.h33 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int32_t flags,
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_interface_callback.h34 virtual int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int32_t flags,
H A Dnet_interface_callback_stub.h36 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int32_t flags,
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dnet_interface_callback.h31 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int32_t flags,
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnotify_callback_proxy.h29 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags,
H A Di_notify_callback.h36 virtual int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags,
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h38 virtual int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) = 0;
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp99 int32_t result = OnInterfaceAddressRemoved(addr, ifName, flags, scope); in CmdInterfaceAddressRemoved()
179 int32_t NetInterfaceStateCallbackStub::OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, in OnInterfaceAddressRemoved() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackStub
182 NETMGR_LOG_D("OnInterfaceAddressRemoved, addr, iface:[%{public}s], scope:[%{public}d]", ifName.c_str(), scope); in OnInterfaceAddressRemoved()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp36 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags,
81 int32_t NetlinkNativeNotifyCallBack::OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, in OnInterfaceAddressRemoved() function in OHOS::nmd::NetlinkNativeNotifyCallBack
84 std::cout << " [OnInterfaceAddressRemoved] " << ifName << " Address: " << addr << std::endl; in OnInterfaceAddressRemoved()
H A Dwrapper_distributor_test.cpp53 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName,
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp53 int32_t OnInterfaceAddressRemoved(
164 int32_t LnnNetManagerListener::OnInterfaceAddressRemoved( in OnInterfaceAddressRemoved() function in OHOS::LnnNetManager::LnnNetManagerListener
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp70 int32_t NetInterfaceStateCallback::OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, in OnInterfaceAddressRemoved() function in OHOS::NetManagerStandard::NetInterfaceStateCallback
73 NETMGR_EXT_LOG_D("OnInterfaceAddressRemoved, iface:[%{public}s], scope:[%{public}d]", in OnInterfaceAddressRemoved()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp67 int32_t ret = notifyProxy->OnInterfaceAddressRemoved(addr, ifName, flags, scope); in HWTEST_F()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_traffic.h113 int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int32_t, int32_t) in OnInterfaceAddressRemoved() function in OHOS::NetManagerStandard::NetPolicyTraffic::NetsysControllerCallbackImpl
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h49 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags,
H A Dethernet_management.h50 int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) override;
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_interface_callback_proxy.cpp79 int32_t NetInterfaceStateCallbackProxy::OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, in OnInterfaceAddressRemoved() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackProxy
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnotify_callback_stub.cpp90 int32_t result = OnInterfaceAddressRemoved(addr, ifName, flags, scope); in CmdOnInterfaceAddressRemoved()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp272 callback->OnInterfaceAddressRemoved(addr, ifName, flags, scope); in NotifyInterfaceAddressRemove()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnotify_callback_proxy.cpp111 int32_t NotifyCallbackProxy::OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags, in OnInterfaceAddressRemoved() function in OHOS::NetsysNative::NotifyCallbackProxy
114 NETNATIVE_LOGI("Proxy OnInterfaceAddressRemoved"); in OnInterfaceAddressRemoved()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_tracker.h59 int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) override;

Completed in 11 milliseconds

12