Home
last modified time | relevance | path

Searched refs:CompareByNetworkIdent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_activate_test.cpp149 bool ret = instance_->CompareByNetworkIdent(ident, BEARER_DEFAULT, false);
153 ret = instance_->CompareByNetworkIdent(ident, BEARER_DEFAULT, false);
157 ret = instance_->CompareByNetworkIdent(ident, BEARER_DEFAULT, false);
161 ret = instance_->CompareByNetworkIdent(ident, BEARER_DEFAULT, false);
165 ret = instance_->CompareByNetworkIdent(ident, BEARER_DEFAULT, true);
168 ret = instance_->CompareByNetworkIdent(ident, BEARER_WIFI, true);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_activate.cpp96 if (!CompareByNetworkIdent(supplier->GetNetSupplierIdent(), supplier->GetNetSupplierType(), in MatchRequestAndNetwork()
112 bool NetActivate::CompareByNetworkIdent(const std::string &ident, NetBearType bearerType, bool skip… in CompareByNetworkIdent() function in OHOS::NetManagerStandard::NetActivate
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_activate.h63 … bool CompareByNetworkIdent(const std::string &ident, NetBearType bearerType, bool skipCheckIdent);