Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_activate.cpp104 if (!CompareByNetworkBand(netAllCaps.linkUpBandwidthKbps_, netAllCaps.linkDownBandwidthKbps_)) { in MatchRequestAndNetwork()
158 bool NetActivate::CompareByNetworkBand(uint32_t netLinkUpBand, uint32_t netLinkDownBand) in CompareByNetworkBand() function in OHOS::NetManagerStandard::NetActivate
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_activate.h68 bool CompareByNetworkBand(uint32_t netLinkUpBand, uint32_t netLinkDownBand);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_activate_test.cpp222 bool ret = instance_->CompareByNetworkBand(netLinkUpBand, netLinkDownBand); in HWTEST_F()
226 ret = instance_->CompareByNetworkBand(netLinkUpBand, netLinkDownBand); in HWTEST_F()

Completed in 2 milliseconds