Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_supplier.h93 int32_t GetSupplierUid() const;
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp228 int32_t NetSupplier::GetSupplierUid() const in GetSupplierUid() function in OHOS::NetManagerStandard::NetSupplier
H A Dnet_conn_service.cpp1284 …l newBlocked = NetManagerCenter::GetInstance().IsUidNetAccess(supplier->GetSupplierUid(), Metered); in CallbackForSupplier()
1480 if ((iterSupplier->second != nullptr) && (uid == iterSupplier->second->GetSupplierUid()) && in GetSpecificUidNet()
1699 message.append("\tUid: " + std::to_string(defaultNetSupplier_->GetSupplierUid()) + "\n"); in GetDumpMessage()