Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_chip_test.cpp118 wifiChip->GetApService(ifname1, apIface);
121 EXPECT_TRUE(wifiChip->GetApService(ifname1, apIface) == HDF_FAILURE);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.h153 virtual int32_t GetApService(const std::string& ifname, sptr<IChipIface>& iface) in GetApService() function
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_chip.h56 int32_t GetApService(const std::string& ifname, sptr<IChipIface>& iface) override;
H A Dwifi_chip.cpp508 int32_t WifiChip::GetApService(const std::string& ifname, sptr<IChipIface>& iface) in GetApService() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
/ohos5.0/drivers/interface/wlan/chip/v1_0/
H A DIConcreteChip.idl155 GetApService([in] String ifname, [out] IChipIface iface);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.cpp870 ret = wifiChipInfo.chip->GetApService(ifnames[i], wifiIfaceInfo.iface); in GetApIfaceInfo()