Lines Matching defs:iface
39 for (const auto& iface : ifaces) { in InvalidateAndClearApIface() local
47 for (const auto& iface : ifaces) { in InvalidateAndClearStaIface() local
55 for (const auto& iface : ifaces) { in InvalidateAndClearP2pIface() local
309 for (const auto& iface : ifaces) { in GetApNames() local
318 for (const auto& iface : ifaces) { in FindApUsingName() local
329 for (const auto& iface : ifaces) { in GetP2pNames() local
338 for (const auto& iface : ifaces) { in FindP2pUsingName() local
349 for (const auto& iface : ifaces) { in GetStaNames() local
358 for (const auto& iface : ifaces) { in FindStaUsingName() local
467 sptr<WifiApIface> iface = in NewApIface() local
485 int32_t WifiChip::CreateApService(sptr<OHOS::HDI::Wlan::Chip::V1_0::IChipIface>& iface) in CreateApService()
508 int32_t WifiChip::GetApService(const std::string& ifname, sptr<IChipIface>& iface) in GetApService()
519 const auto iface = FindApUsingName(apIfaces_, ifname); in RemoveApService() local
528 int32_t WifiChip::CreateP2pService(sptr<IChipIface>& iface) in CreateP2pService()
554 int32_t WifiChip::GetP2pService(const std::string& ifname, sptr<IChipIface>& iface) in GetP2pService()
565 const auto iface = FindP2pUsingName(p2pIfaces_, ifname); in RemoveP2pService() local
573 int32_t WifiChip::CreateStaService(sptr<IChipIface>& iface) in CreateStaService()
609 int32_t WifiChip::GetStaService(const std::string& ifname, sptr<IChipIface>& iface) in GetStaService()
620 const auto iface = FindStaUsingName(staIfaces_, ifname); in RemoveStaService() local