Home
last modified time | relevance | path

Searched refs:OnInterfaceAdded (Results 1 - 25 of 46) sorted by relevance

12

/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Dinterface_state_callback.h28 virtual int32_t OnInterfaceAdded(const std::string &ifName) = 0;
H A Dinterface_state_callback_proxy.h32 virtual int32_t OnInterfaceAdded(const std::string &ifName) override;
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dinterface_state_callback_stub.cpp36 OnInterfaceAdded(data.ReadString()); in OnRemoteRequest()
H A Dinterface_state_callback_proxy.cpp31 int32_t InterfaceStateCallbackProxy::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::NetManagerStandard::InterfaceStateCallbackProxy
35 NETMGR_EXT_LOG_E("OnInterfaceAdded get Remote() error."); in OnInterfaceAdded()
48 NETMGR_EXT_LOG_E("OnInterfaceAdded WriteString error."); in OnInterfaceAdded()
54 NETMGR_EXT_LOG_E("OnInterfaceAdded SendRequest error=[%{public}d].", ret); in OnInterfaceAdded()
64 NETMGR_EXT_LOG_E("OnInterfaceAdded get Remote() error."); in OnInterfaceRemoved()
111 NETMGR_EXT_LOG_E("OnInterfaceAdded WriteBool error."); in OnInterfaceChanged()
118 NETMGR_EXT_LOG_E("OnInterfaceAdded SendRequest error=[%{public}d].", ret); in OnInterfaceChanged()
/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_netsys_controller_callback_test.h36 virtual int32_t OnInterfaceAdded(const std::string &) in OnInterfaceAdded() function in OHOS::NetManagerStandard::NetsysControllerCallbackTestCb
H A Dcommon_notify_callback_test.h37 int32_t OnInterfaceAdded(const std::string &ifName) override
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp41 int32_t TestNotifyCallback::OnInterfaceAdded(const std::string &) in OnInterfaceAdded() function in OHOS::NetsysNative::TestNotifyCallback
43 NETNATIVE_LOGI("Begin to TestNotifyCallback::OnInterfaceAdded"); in OnInterfaceAdded()
H A Dtest_notify_callback.h29 int32_t OnInterfaceAdded(const std::string &) override;
/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H A Dnet_interface_callback_proxy.h35 int32_t OnInterfaceAdded(const std::string &ifName) override;
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_interface_callback.h36 virtual int32_t OnInterfaceAdded(const std::string &ifName) = 0;
H A Dnet_interface_callback_stub.h38 int32_t OnInterfaceAdded(const std::string &ifName) override;
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dnet_interface_callback.h33 int32_t OnInterfaceAdded(const std::string &ifName) override;
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnotify_callback_proxy.h31 int32_t OnInterfaceAdded(const std::string &ifName) override;
H A Di_notify_callback.h38 virtual int32_t OnInterfaceAdded(const std::string &ifName) = 0;
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h39 virtual int32_t OnInterfaceAdded(const std::string &ifName) = 0;
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp113 int32_t result = OnInterfaceAdded(ifName); in CmdInterfaceAdded()
186 int32_t NetInterfaceStateCallbackStub::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::NetManagerStandard::NetInterfaceStateCallbackStub
188 NETMGR_LOG_D("OnInterfaceAdded, iface:[%{public}s]", ifName.c_str()); in OnInterfaceAdded()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp38 int32_t OnInterfaceAdded(const std::string &ifName) override;
91 int32_t NetlinkNativeNotifyCallBack::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::nmd::NetlinkNativeNotifyCallBack
93 std::cout << " [OnInterfaceAdded] " << ifName << std::endl; in OnInterfaceAdded()
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp47 int32_t OnInterfaceAdded(const std::string &ifName) override;
61 int32_t LnnNetManagerListener::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::LnnNetManager::LnnNetManagerListener
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.cpp28 int32_t InterfaceStateObserver::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded() function in OHOS::NetManagerStandard::InterfaceStateObserver
H A Dinterface_state_observer.h36 int32_t OnInterfaceAdded(const std::string &iface) override;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_manager_test.cpp63 int32_t OnInterfaceAdded(const std::string &ifName) override
65 std::cout << "OnInterfaceAdded ifName: " << ifName << std::endl;
91 OnInterfaceAdded(data.ReadString());
425 int ret = devinterfacestatecallback.OnInterfaceAdded(iface); in HWTEST_F()
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp78 int32_t NetInterfaceStateCallback::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() function in OHOS::NetManagerStandard::NetInterfaceStateCallback
80 NETMGR_EXT_LOG_D("OnInterfaceAdded, iface:[%{public}s]", ifName.c_str()); in OnInterfaceAdded()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp63 int32_t OnInterfaceAdded(const std::string &ifName) override
65 std::cout << "OnInterfaceAdded ifName: " << ifName << std::endl;
91 OnInterfaceAdded(data.ReadString());
425 int ret = devinterfacestatecallback.OnInterfaceAdded(iface); in HWTEST_F()
596 ret = devCallback.OnInterfaceAdded(IFACE); in HWTEST_F()
846 int32_t ret = devCallback.OnInterfaceAdded(IFACE); in HWTEST_F()
938 auto ret = devCallback.OnInterfaceAdded(IFACE); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp74 int32_t ret = notifyProxy->OnInterfaceAdded(ifName); in HWTEST_F()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_traffic.h117 int32_t OnInterfaceAdded(const std::string &) in OnInterfaceAdded() function in OHOS::NetManagerStandard::NetPolicyTraffic::NetsysControllerCallbackImpl

Completed in 9 milliseconds

12