Searched refs:GetNetSupplierIdent (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_activate.cpp | 82 (supplier ? supplier->GetNetSupplierIdent().c_str() : "nullptr"), requestId_); in MatchRequestAndNetwork() 97 if (!CompareByNetworkIdent(supplier->GetNetSupplierIdent(), supplier->GetNetSupplierType(), in MatchRequestAndNetwork()
|
H A D | net_conn_service.cpp | 616 supplier->GetSupplierId(), supplier->GetUid(), supplier->GetNetSupplierIdent().c_str(), in UnregisterNetSupplierAsync() 618 defaultNetSupplier_ ? defaultNetSupplier_->GetNetSupplierIdent().c_str() : "null"); in UnregisterNetSupplierAsync() 621 .ident = supplier->GetNetSupplierIdent(), in UnregisterNetSupplierAsync() 904 supplier->GetUid(), supplier->GetNetSupplierIdent().c_str(), netSupplierInfo->ToString(" ").c_str()); in UpdateNetSupplierInfoAsync() 1064 bestNet->GetSupplierId(), bestNet->GetNetSupplierIdent().c_str(), bestNet->GetNetId(), bestScore, reqId); in ActivateNetwork() 1070 .supplierIdent = bestNet->GetNetSupplierIdent()}; in ActivateNetwork() 1173 bestSupplier ? bestSupplier->GetNetSupplierIdent().c_str() : "null", in FindBestNetworkForAllRequest() 1217 iter->second->GetSupplierId(), iter->second->GetNetSupplierIdent().c_str(), in FindBestNetworkForRequest() 1233 supplier ? supplier->GetNetSupplierIdent().c_str() : "null", netActivateNetwork->GetRequestId(), in FindBestNetworkForRequest() 1245 defaultNetSupplier_->GetSupplierId(), defaultNetSupplier_->GetNetSupplierIdent() in RequestAllNetworkExceptDefault() [all...] |
H A D | net_supplier.cpp | 130 if (GetNetSupplierIdent().substr(0, strlen(SIMID_IDENT_PREFIX)) == SIMID_IDENT_PREFIX) { in UpdateNetLinkInfo() 131 netLinkInfo.ident_ = GetNetSupplierIdent().substr(strlen(SIMID_IDENT_PREFIX)); in UpdateNetLinkInfo() 146 std::string NetSupplier::GetNetSupplierIdent() const in GetNetSupplierIdent() function in OHOS::NetManagerStandard::NetSupplier
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_supplier.h | 89 std::string GetNetSupplierIdent() const;
|
Completed in 9 milliseconds