/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/ |
H A D | interface_state_callback.h | 30 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
|
H A D | interface_state_callback_proxy.h | 34 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/ |
H A D | interface_state_callback_stub.cpp | 44 OnInterfaceChanged(data.ReadString(), data.ReadBool()); in OnRemoteRequest()
|
H A D | interface_state_callback_proxy.cpp | 89 int32_t InterfaceStateCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::InterfaceStateCallbackProxy 93 NETMGR_EXT_LOG_E("OnInterfaceChanged get Remote() error."); in OnInterfaceChanged() 106 NETMGR_EXT_LOG_E("OnInterfaceChanged WriteString error."); in OnInterfaceChanged()
|
/foundation/communication/netmanager_base/test/commonduplicatedcode/ |
H A D | common_netsys_controller_callback_test.h | 44 virtual int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() function in OHOS::NetManagerStandard::NetsysControllerCallbackTestCb
|
H A D | common_notify_callback_test.h | 47 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override
|
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/ |
H A D | test_notify_callback.cpp | 55 int32_t TestNotifyCallback::OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() function in OHOS::NetsysNative::TestNotifyCallback 57 NETNATIVE_LOGI("Begin to TestNotifyCallback::OnInterfaceChanged"); in OnInterfaceChanged()
|
H A D | test_notify_callback.h | 31 int32_t OnInterfaceChanged(const std::string &, bool) override;
|
/foundation/communication/netmanager_base/services/netconnmanager/include/stub/ |
H A D | net_interface_callback_proxy.h | 37 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | i_net_interface_callback.h | 38 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
|
H A D | net_interface_callback_stub.h | 40 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
/foundation/communication/netmanager_ext/services/mdnsmanager/include/ |
H A D | net_interface_callback.h | 35 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | notify_callback_proxy.h | 33 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override;
|
H A D | i_notify_callback.h | 40 virtual int32_t OnInterfaceChanged(const std::string &ifName, bool up) = 0;
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_callback.h | 41 virtual int32_t OnInterfaceChanged(const std::string &, bool) = 0;
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_interface_callback_stub.cpp | 146 int32_t result = OnInterfaceChanged(ifName, isUp); in CmdInterfaceChanged() 198 int32_t NetInterfaceStateCallbackStub::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackStub 200 NETMGR_LOG_D("OnInterfaceChanged, iface:[%{public}s] -> Up:[%{public}d]", ifName.c_str(), up); in OnInterfaceChanged()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A D | netsys_wrapper_test.cpp | 40 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override; 103 int32_t NetlinkNativeNotifyCallBack::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::nmd::NetlinkNativeNotifyCallBack 105 std::cout << " [OnInterfaceChanged] " << ifName << " status :" << (up ? "[update]" : "[remove]") << std::endl; in OnInterfaceChanged()
|
/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_netmanager_listener.cpp | 49 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override; 73 int32_t LnnNetManagerListener::OnInterfaceChanged(const std::string &ifName, bool isUp) in OnInterfaceChanged() function in OHOS::LnnNetManager::LnnNetManagerListener
|
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | interface_state_observer.cpp | 52 int32_t InterfaceStateObserver::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::InterfaceStateObserver
|
H A D | interface_state_observer.h | 38 int32_t OnInterfaceChanged(const std::string &iface, bool up) override;
|
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | net_interface_callback.cpp | 90 int32_t NetInterfaceStateCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged() function in OHOS::NetManagerStandard::NetInterfaceStateCallback 92 NETMGR_EXT_LOG_D("OnInterfaceChanged, iface:[%{public}s]->Up:[%{public}d]", ifName.c_str(), up); in OnInterfaceChanged()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | notify_callback_proxy_test.cpp | 89 int32_t ret = notifyProxy->OnInterfaceChanged(ifName, isUp); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
H A D | net_policy_traffic.h | 125 int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() function in OHOS::NetManagerStandard::NetPolicyTraffic::NetsysControllerCallbackImpl
|
/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_service.h | 53 int32_t OnInterfaceChanged(const std::string &iface, bool up) override;
|
H A D | ethernet_management.h | 53 int32_t OnInterfaceChanged(const std::string &, bool) override;
|