Home
last modified time | relevance | path

Searched refs:netLinkDownBand (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_activate.cpp158 bool NetActivate::CompareByNetworkBand(uint32_t netLinkUpBand, uint32_t netLinkDownBand) in CompareByNetworkBand() argument
162 if ((netLinkUpBand >= reqLinkUpBand) && (netLinkDownBand >= reqLinkDownBand)) { in CompareByNetworkBand()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_activate_test.cpp219 uint32_t netLinkDownBand = 100; in HWTEST_F() local
222 bool ret = instance_->CompareByNetworkBand(netLinkUpBand, netLinkDownBand); in HWTEST_F()
226 ret = instance_->CompareByNetworkBand(netLinkUpBand, netLinkDownBand); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_activate.h68 bool CompareByNetworkBand(uint32_t netLinkUpBand, uint32_t netLinkDownBand);

Completed in 2 milliseconds