Searched refs:NetInterfaceStateCallback (Results 1 – 6 of 6) sorted by relevance
29 NetInterfaceStateCallback::NetInterfaceStateCallback() {} in NetInterfaceStateCallback() function in OHOS::NetManagerStandard::NetInterfaceStateCallback31 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()
122 netStateCallback_ = new (std::nothrow) NetInterfaceStateCallback(); in Init()
23 class NetInterfaceStateCallback : public NetInterfaceStateCallbackStub {25 explicit NetInterfaceStateCallback();26 virtual ~NetInterfaceStateCallback() = default;
367 class NetInterfaceStateCallback : public NetsysControllerCallback {369 NetInterfaceStateCallback() = default;370 ~NetInterfaceStateCallback() = default;500 sptr<NetInterfaceStateCallback> interfaceStateCallback_ = nullptr;
159 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 …]
745 new (std::nothrow) NetConnService::NetInterfaceStateCallback();905 NetConnService::NetInterfaceStateCallback stateCallback;