Searched refs:GetStaService (Results 1 – 6 of 6) sorted by relevance
175 wifiChip->GetStaService(ifname1, staIface);178 EXPECT_TRUE(wifiChip->GetStaService(ifname1, staIface) == HDF_FAILURE);
185 virtual int32_t GetStaService(const std::string& ifname, sptr<IChipIface>& iface) in GetStaService() function
64 int32_t GetStaService(const std::string& ifname, sptr<IChipIface>& iface) override;
609 int32_t WifiChip::GetStaService(const std::string& ifname, sptr<IChipIface>& iface) in GetStaService() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
261 GetStaService([in] String ifname, [out] IChipIface iface);
896 ret = wifiChipInfo.chip->GetStaService(ifnames[i], wifiIfaceInfo.iface); in GetStaIfaceInfo()