Home
last modified time | relevance | path

Searched refs:GetStaServiceIfNames (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_chip_test.cpp173 wifiChip->GetStaServiceIfNames(ifnames);
177 EXPECT_TRUE(wifiChip->GetStaServiceIfNames(ifnames) == HDF_FAILURE);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.h181 virtual int32_t GetStaServiceIfNames(std::vector<std::string>& ifnames) in GetStaServiceIfNames() function
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_chip.h63 int32_t GetStaServiceIfNames(std::vector<std::string>& ifnames) override;
H A Dwifi_chip.cpp600 int32_t WifiChip::GetStaServiceIfNames(std::vector<std::string>& ifnames) in GetStaServiceIfNames() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
/ohos5.0/drivers/interface/wlan/chip/v1_0/
H A DIConcreteChip.idl247 GetStaServiceIfNames([out] String[] ifnames);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.cpp892 int32_t ret = wifiChipInfo.chip->GetStaServiceIfNames(ifnames); in GetStaIfaceInfo()