Searched refs:GetApService (Results 1 – 6 of 6) sorted by relevance
118 wifiChip->GetApService(ifname1, apIface);121 EXPECT_TRUE(wifiChip->GetApService(ifname1, apIface) == HDF_FAILURE);
153 virtual int32_t GetApService(const std::string& ifname, sptr<IChipIface>& iface) in GetApService() function
56 int32_t GetApService(const std::string& ifname, sptr<IChipIface>& iface) override;
508 int32_t WifiChip::GetApService(const std::string& ifname, sptr<IChipIface>& iface) in GetApService() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
155 GetApService([in] String ifname, [out] IChipIface iface);
870 ret = wifiChipInfo.chip->GetApService(ifnames[i], wifiIfaceInfo.iface); in GetApIfaceInfo()