Home
last modified time | relevance | path

Searched refs:NetInterfaceStateCallback (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp29 NetInterfaceStateCallback::NetInterfaceStateCallback() {} in NetInterfaceStateCallback() function in OHOS::NetManagerStandard::NetInterfaceStateCallback
31 int32_t NetInterfaceStateCallback::OnInterfaceAddressUpdated(const std::string &addr, const std::st… in OnInterfaceAddressUpdated()
49 int32_t NetInterfaceStateCallback::OnInterfaceAddressRemoved(const std::string &addr, const std::st… in OnInterfaceAddressRemoved()
57 int32_t NetInterfaceStateCallback::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded()
63 int32_t NetInterfaceStateCallback::OnInterfaceRemoved(const std::string &ifName) in OnInterfaceRemoved()
69 int32_t NetInterfaceStateCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
75 int32_t NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
H A Dmdns_service.cpp122 netStateCallback_ = new (std::nothrow) NetInterfaceStateCallback(); in Init()
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dnet_interface_callback.h23 class NetInterfaceStateCallback : public NetInterfaceStateCallbackStub {
25 explicit NetInterfaceStateCallback();
26 virtual ~NetInterfaceStateCallback() = default;
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h367 class NetInterfaceStateCallback : public NetsysControllerCallback {
369 NetInterfaceStateCallback() = default;
370 ~NetInterfaceStateCallback() = default;
500 sptr<NetInterfaceStateCallback> interfaceStateCallback_ = nullptr;
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp159 interfaceStateCallback_ = new (std::nothrow) NetInterfaceStateCallback(); in Init()
2091 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceAddressUpdated(const std::string &add… in OnInterfaceAddressUpdated()
2106 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceAddressRemoved(const std::string &add… in OnInterfaceAddressRemoved()
2121 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded()
2134 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceRemoved(const std::string &iface) in OnInterfaceRemoved()
2147 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceChanged(const std::string &iface, boo… in OnInterfaceChanged()
2160 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &i… in OnInterfaceLinkStateChanged()
2173 int32_t NetConnService::NetInterfaceStateCallback::OnRouteChanged(bool updated, const std::string &… in OnRouteChanged()
2179 int32_t NetConnService::NetInterfaceStateCallback::OnDhcpSuccess(NetsysControllerCallback::DhcpResu… in OnDhcpSuccess()
2184 int32_t NetConnService::NetInterfaceStateCallback::OnBandwidthReachedLimit(const std::string &limit… in OnBandwidthReachedLimit()
[all …]
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp745 new (std::nothrow) NetConnService::NetInterfaceStateCallback();
905 NetConnService::NetInterfaceStateCallback stateCallback;