Home
last modified time | relevance | path

Searched refs:UpdateNetHttpProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Ddev_interface_state_test.cpp143 devInterfaceState.UpdateNetHttpProxy(httpProxy);
147 devInterfaceState.UpdateNetHttpProxy(httpProxy);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Ddev_interface_state.h48 void UpdateNetHttpProxy(const HttpProxy &httpProxy);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp201 void DevInterfaceState::UpdateNetHttpProxy(const HttpProxy &httpProxy) in UpdateNetHttpProxy() function in OHOS::NetManagerStandard::DevInterfaceState
H A Dethernet_management.cpp279 fit->second->UpdateNetHttpProxy(cfg->httpProxy_); in UpdateDevInterfaceCfg()