Home
last modified time | relevance | path

Searched refs:ifnames (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_chip_test.cpp115 std::vector<std::string> ifnames; in HWTEST_F() local
116 wifiChip->GetApServiceIfNames(ifnames); in HWTEST_F()
120 EXPECT_TRUE(wifiChip->GetApServiceIfNames(ifnames) == HDF_FAILURE); in HWTEST_F()
143 std::vector<std::string> ifnames; in HWTEST_F() local
144 wifiChip->GetP2pServiceIfNames(ifnames); in HWTEST_F()
148 EXPECT_TRUE(wifiChip->GetP2pServiceIfNames(ifnames) == HDF_FAILURE); in HWTEST_F()
172 std::vector<std::string> ifnames; in HWTEST_F() local
173 wifiChip->GetStaServiceIfNames(ifnames); in HWTEST_F()
177 EXPECT_TRUE(wifiChip->GetStaServiceIfNames(ifnames) == HDF_FAILURE); in HWTEST_F()
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_chip.h56 int32_t GetApServiceIfNames(std::vector<std::string>& ifnames) override;
60 int32_t GetP2pServiceIfNames(std::vector<std::string>& ifnames) override;
64 int32_t GetStaServiceIfNames(std::vector<std::string>& ifnames) override;
H A Dwifi_chip.cpp520 int32_t WifiChip::GetApServiceIfNames(std::vector<std::string>& ifnames) in GetApServiceIfNames() argument
525 ifnames = GetApNames(apIfaces_); in GetApServiceIfNames()
566 int32_t WifiChip::GetP2pServiceIfNames(std::vector<std::string>& ifnames) in GetP2pServiceIfNames() argument
571 ifnames = GetP2pNames(p2pIfaces_); in GetP2pServiceIfNames()
621 int32_t WifiChip::GetStaServiceIfNames(std::vector<std::string>& ifnames) in GetStaServiceIfNames() argument
626 ifnames = GetStaNames(staIfaces_); in GetStaServiceIfNames()

Completed in 4 milliseconds