Home
last modified time | relevance | path

Searched refs:NetInterfaceStateCallback (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp30 NetInterfaceStateCallback::NetInterfaceStateCallback() {} in NetInterfaceStateCallback() function in OHOS::NetManagerStandard::NetInterfaceStateCallback
32 int32_t NetInterfaceStateCallback::OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, in OnInterfaceAddressUpdated()
70 int32_t NetInterfaceStateCallback::OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, in OnInterfaceAddressRemoved()
78 int32_t NetInterfaceStateCallback::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded()
84 int32_t NetInterfaceStateCallback::OnInterfaceRemoved(const std::string &ifName) in OnInterfaceRemoved()
90 int32_t NetInterfaceStateCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
96 int32_t NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
H A Dmdns_service.cpp122 netStateCallback_ = new (std::nothrow) NetInterfaceStateCallback(); in Init()
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dnet_interface_callback.h23 class NetInterfaceStateCallback : public NetInterfaceStateCallbackStub { class
25 explicit NetInterfaceStateCallback();
26 virtual ~NetInterfaceStateCallback() = default;
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h374 class NetInterfaceStateCallback : public NetsysControllerCallback { class in OHOS::NetManagerStandard::NetConnService
376 NetInterfaceStateCallback() = default;
377 ~NetInterfaceStateCallback() = default;
533 sptr<NetInterfaceStateCallback> interfaceStateCallback_ = nullptr;
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp165 interfaceStateCallback_ = new (std::nothrow) NetInterfaceStateCallback(); in Init()
2245 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceAddressUpdated(const std::string &addr, in OnInterfaceAddressUpdated()
2260 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceAddressRemoved(const std::string &addr, in OnInterfaceAddressRemoved()
2275 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded()
2288 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceRemoved(const std::string &iface) in OnInterfaceRemoved()
2301 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged()
2314 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &iface, bool up) in OnInterfaceLinkStateChanged()
2327 int32_t NetConnService::NetInterfaceStateCallback::OnRouteChanged(bool updated, const std::string &route, in OnRouteChanged()
2333 int32_t NetConnService::NetInterfaceStateCallback::OnDhcpSuccess(NetsysControllerCallback::DhcpResult &dhcpResult) in OnDhcpSuccess()
2338 int32_t NetConnService::NetInterfaceStateCallback
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp771 new (std::nothrow) NetConnService::NetInterfaceStateCallback(); in HWTEST_F()
1002 NetConnService::NetInterfaceStateCallback stateCallback; in HWTEST_F()
1344 NetConnService::NetInterfaceStateCallback stateCallback; in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp770 new (std::nothrow) NetConnService::NetInterfaceStateCallback(); in HWTEST_F()
1000 NetConnService::NetInterfaceStateCallback stateCallback; in HWTEST_F()

Completed in 13 milliseconds