Searched refs:GetApServiceIfNames (Results 1 – 6 of 6) sorted by relevance
116 wifiChip->GetApServiceIfNames(ifnames);120 EXPECT_TRUE(wifiChip->GetApServiceIfNames(ifnames) == HDF_FAILURE);
149 virtual int32_t GetApServiceIfNames(std::vector<std::string>& ifnames) in GetApServiceIfNames() function
55 int32_t GetApServiceIfNames(std::vector<std::string>& ifnames) override;
499 int32_t WifiChip::GetApServiceIfNames(std::vector<std::string>& ifnames) in GetApServiceIfNames() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
141 GetApServiceIfNames([out] String[] ifnames);
866 int32_t ret = wifiChipInfo.chip->GetApServiceIfNames(ifnames); in GetApIfaceInfo()