Home
last modified time | relevance | path

Searched refs:SetNetCaps (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Ddev_interface_state.h42 void SetNetCaps(const std::set<NetCap> &netCaps);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h60 void SetNetCaps(const std::set<NetCap> &netCaps);
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Ddev_interface_state_test.cpp54 devInterfaceState.SetNetCaps(netCaps);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp46 void DevInterfaceState::SetNetCaps(const std::set<NetCap> &netCaps) in SetNetCaps() function in OHOS::NetManagerStandard::DevInterfaceState
H A Dethernet_management.cpp513 devState->SetNetCaps(fitCap->second); in DevInterfaceAdd()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp530 void Network::SetNetCaps(const std::set<NetCap> &netCaps) in SetNetCaps() function in OHOS::NetManagerStandard::Network
H A Dnet_conn_service.cpp450 network->SetNetCaps(netCaps); in RegisterNetSupplierAsync()