/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A D | netsys_wrapper_test.cpp | 42 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 D | wrapper_distributor_test.cpp | 94 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 D | test_notify_callback.cpp | 69 int32_t TestNotifyCallback::OnRouteChanged(bool, const std::string &, const std::string &, const st… in OnRouteChanged() function in OHOS::NetsysNative::TestNotifyCallback
|
H A D | test_notify_callback.h | 33 …int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) overri…
|
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/ |
H A D | common_netsys_controller_callback_test.h | 52 …virtual int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) in OnRouteChanged() function
|
H A D | common_notify_callback_test.h | 57 int32_t OnRouteChanged( in OnRouteChanged() function
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_notify_callback.h | 42 … virtual int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
|
H A D | notify_callback_proxy.h | 35 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_callback.h | 43 …virtual int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &…
|
H A D | netsys_native_client.h | 51 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 D | notify_callback_proxy_test.cpp | 107 int32_t ret = notifyProxy->OnRouteChanged(updated, route, gateway, ifName);
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_management.h | 55 …int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) overri…
|
H A D | ethernet_service.h | 55 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 D | net_policy_traffic.h | 133 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 D | notify_callback_stub.cpp | 159 int32_t result = OnRouteChanged(up, route, gateway, ifName); in CmdOnRouteChanged()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | notify_callback_proxy.cpp | 238 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 D | networkshare_tracker.h | 64 …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 D | wrapper_distributor.cpp | 290 callback->OnRouteChanged(updated, route, gateway, ifName); in NotifyRouteChange()
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_service.cpp | 182 int32_t EthernetService::GlobalInterfaceStateCallback::OnRouteChanged(bool updated, const std::stri… in OnRouteChanged() function in OHOS::NetManagerStandard::EthernetService::GlobalInterfaceStateCallback
|
H A D | ethernet_management.cpp | 103 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 D | ethernet_service_test.cpp | 185 int ret = globalinterfacestatecallback.OnRouteChanged(updated, route, gateway, ifName);
|
H A D | ethernet_manager_test.cpp | 944 ret = devCallback.OnRouteChanged(true, "", "", "");
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 379 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_native_client.cpp | 145 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 D | networkshare_tracker_test.cpp | 748 ret = callback.OnRouteChanged(false, testString, testString, testString);
|