Searched refs:GetStaServiceIfNames (Results 1 – 6 of 6) sorted by relevance
173 wifiChip->GetStaServiceIfNames(ifnames);177 EXPECT_TRUE(wifiChip->GetStaServiceIfNames(ifnames) == HDF_FAILURE);
181 virtual int32_t GetStaServiceIfNames(std::vector<std::string>& ifnames) in GetStaServiceIfNames() function
63 int32_t GetStaServiceIfNames(std::vector<std::string>& ifnames) override;
600 int32_t WifiChip::GetStaServiceIfNames(std::vector<std::string>& ifnames) in GetStaServiceIfNames() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
247 GetStaServiceIfNames([out] String[] ifnames);
892 int32_t ret = wifiChipInfo.chip->GetStaServiceIfNames(ifnames); in GetStaIfaceInfo()