Home
last modified time | relevance | path

Searched refs:OnRouteChanged (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp42 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
124 int32_t NetlinkNativeNotifyCallBack::OnRouteChanged(bool updated, const std::string &route, const s… in OnRouteChanged() function in OHOS::nmd::NetlinkNativeNotifyCallBack
H A Dwrapper_distributor_test.cpp94 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged() function in OHOS::nmd::__anona99dd92c0110::NotifyCallbackImp
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp69 int32_t TestNotifyCallback::OnRouteChanged(bool, const std::string &, const std::string &, const st… in OnRouteChanged() function in OHOS::NetsysNative::TestNotifyCallback
H A Dtest_notify_callback.h33 …int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) overri…
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_netsys_controller_callback_test.h52 …virtual int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) in OnRouteChanged() function
H A Dcommon_notify_callback_test.h57 int32_t OnRouteChanged( in OnRouteChanged() function
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_notify_callback.h42 … virtual int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
H A Dnotify_callback_proxy.h35 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h43 …virtual int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &…
H A Dnetsys_native_client.h51 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp107 int32_t ret = notifyProxy->OnRouteChanged(updated, route, gateway, ifName);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h55 …int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) overri…
H A Dethernet_service.h55 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in DECLARE_SYSTEM_ABILITY()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_traffic.h133 int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) in OnRouteChanged() function
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnotify_callback_stub.cpp159 int32_t result = OnRouteChanged(up, route, gateway, ifName); in CmdOnRouteChanged()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnotify_callback_proxy.cpp238 int32_t NotifyCallbackProxy::OnRouteChanged(bool updated, const std::string &route, const std::stri… in OnRouteChanged() function in OHOS::NetsysNative::NotifyCallbackProxy
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_tracker.h64 …int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) overri…
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp290 callback->OnRouteChanged(updated, route, gateway, ifName); in NotifyRouteChange()
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp182 int32_t EthernetService::GlobalInterfaceStateCallback::OnRouteChanged(bool updated, const std::stri… in OnRouteChanged() function in OHOS::NetManagerStandard::EthernetService::GlobalInterfaceStateCallback
H A Dethernet_management.cpp103 int32_t EthernetManagement::DevInterfaceStateCallback::OnRouteChanged(bool, const std::string &, co… in OnRouteChanged() function in OHOS::NetManagerStandard::EthernetManagement::DevInterfaceStateCallback
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp185 int ret = globalinterfacestatecallback.OnRouteChanged(updated, route, gateway, ifName);
H A Dethernet_manager_test.cpp944 ret = devCallback.OnRouteChanged(true, "", "", "");
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h379 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp145 int32_t NetsysNativeClient::NativeNotifyCallback::OnRouteChanged(bool updated, const std::string &r… in OnRouteChanged() function in OHOS::NetManagerStandard::NetsysNativeClient::NativeNotifyCallback
153 (*cb)->OnRouteChanged(updated, route, gateway, ifName); in OnRouteChanged()
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_tracker_test.cpp748 ret = callback.OnRouteChanged(false, testString, testString, testString);

12