Searched refs:GetSupplierId (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_activate.cpp | 81 (supplier ? supplier->GetSupplierId() : 0), in MatchRequestAndNetwork() 88 NETMGR_LOG_D("Supplier[%{public}d], request[%{public}d], capability is not matched", supplier->GetSupplierId(), in MatchRequestAndNetwork() 94 supplier->GetSupplierId(), requestId_); in MatchRequestAndNetwork() 100 supplier->GetSupplierId(), requestId_); in MatchRequestAndNetwork() 106 supplier->GetSupplierId(), requestId_); in MatchRequestAndNetwork()
|
H A D | net_conn_service.cpp | 437 NETMGR_LOG_E("Supplier[%{public}d %{public}s] already exists.", supplier->GetSupplierId(), ident.c_str()); in RegisterNetSupplierAsync() 438 supplierId = supplier->GetSupplierId(); in RegisterNetSupplierAsync() 447 supplierId = supplier->GetSupplierId(); in RegisterNetSupplierAsync() 495 tmpSupplierId = supplier.second->GetSupplierId(); in OnNetSupplierRemoteDied() 616 supplier->GetSupplierId(), supplier->GetUid(), supplier->GetNetSupplierIdent().c_str(), in UnregisterNetSupplierAsync() 617 defaultNetSupplier_ ? defaultNetSupplier_->GetSupplierId() : 0, in UnregisterNetSupplierAsync() 622 .supplierId = supplier->GetSupplierId()}; in UnregisterNetSupplierAsync() 1064 bestNet->GetSupplierId(), bestNet->GetNetSupplierIdent().c_str(), bestNet->GetNetId(), bestScore, reqId); in ActivateNetwork() 1172 bestSupplier ? bestSupplier->GetSupplierId() : 0, in FindBestNetworkForAllRequest() 1185 SendBestScoreAllNetwork(iterActive->first, score, bestSupplier->GetSupplierId(), iterActiv in FindBestNetworkForAllRequest() [all...] |
H A D | net_supplier.cpp | 214 uint32_t NetSupplier::GetSupplierId() const in GetSupplierId() function in OHOS::NetManagerStandard::NetSupplier
|
H A D | network.cpp | 72 uint32_t Network::GetSupplierId() const in GetSupplierId() function in OHOS::NetManagerStandard::Network
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | network.h | 42 uint32_t GetSupplierId() const;
|
H A D | net_supplier.h | 87 uint32_t GetSupplierId() const;
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_net_agent.h | 154 uint32_t GetSupplierId();
|
H A D | wifi_net_agent.cpp | 427 uint32_t WifiNetAgent::GetSupplierId() function in OHOS::Wifi::WifiNetAgent
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_net_agent_test.cpp | 272 uint32_t tmpSupplierId = wifiNetAgent.GetSupplierId();
in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service.cpp | 804 uint32_t supplierId = WifiNetAgent::GetInstance().GetSupplierId(); in OnSystemAbilityChanged()
|
Completed in 15 milliseconds