Lines Matching refs:NetActivate
29 NetActivate::NetActivate(const sptr<NetSpecifier> &specifier, const sptr<INetConnCallback> &callback,
47 void NetActivate::StartTimeOutNetAvailable()
49 activateName_ = "NetActivate" + std::to_string(requestId_);
56 NetActivate::~NetActivate()
63 void NetActivate::TimeOutNetAvailable()
78 bool NetActivate::MatchRequestAndNetwork(sptr<NetSupplier> supplier, bool skipCheckIdent)
113 bool NetActivate::CompareByNetworkIdent(const std::string &ident, NetBearType bearerType, bool skipCheckIdent)
130 bool NetActivate::CompareByNetworkCapabilities(const NetCaps &netCaps)
143 bool NetActivate::CompareByNetworkNetType(NetBearType bearerType)
158 bool NetActivate::CompareByNetworkBand(uint32_t netLinkUpBand, uint32_t netLinkDownBand)
168 sptr<NetSpecifier> NetActivate::GetNetSpecifier()
173 uint32_t NetActivate::GetRequestId() const
178 std::set<NetBearType> NetActivate::GetBearType() const
183 int32_t NetActivate::GetRegisterType() const
188 void NetActivate::SetRequestId(uint32_t reqId)
193 sptr<NetSupplier> NetActivate::GetServiceSupply() const
198 void NetActivate::SetServiceSupply(sptr<NetSupplier> netServiceSupplied)
203 sptr<INetConnCallback> NetActivate::GetNetCallback()
208 bool NetActivate::HaveCapability(NetCap netCap) const
220 bool NetActivate::HaveTypes(const std::set<NetBearType> &bearerTypes) const
236 uint32_t NetActivate::GetUid() const