Searched refs:NotifyRouteChange (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/ |
H A D | wrapper_distributor.h | 53 void NotifyRouteChange(bool updated, const std::string &route, const std::string &gateway,
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_distributor.cpp | 153 NotifyRouteChange((action == NetsysEventMessage::Action::ROUTEUPDATED), route, gateway, iface); in HandleRouteChange() 277 void WrapperDistributor::NotifyRouteChange(bool updated, const std::string &route, const std::string &gateway, in NotifyRouteChange() function in OHOS::nmd::WrapperDistributor 280 NETNATIVE_LOG_D("NotifyRouteChange: %{public}s, %{public}s, %{public}s, %{public}s", in NotifyRouteChange()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A D | wrapper_distributor_test.cpp | 263 instance_->NotifyRouteChange(false, route, gateway, ifName); in HWTEST_F()
|
Completed in 2 milliseconds