Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.h177 virtual int32_t CreateStaService(sptr<IChipIface>& iface) in CreateStaService() function
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_chip.h62 int32_t CreateStaService(sptr<IChipIface>& iface) override;
H A Dwifi_chip.cpp573 int32_t WifiChip::CreateStaService(sptr<IChipIface>& iface) in CreateStaService() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_chip_test.cpp170 wifiChip->CreateStaService(staIface);
/ohos5.0/drivers/interface/wlan/chip/v1_0/
H A DIConcreteChip.idl234 CreateStaService([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.cpp1229 ret = ifaceCreationData.chipInfo.chip->CreateStaService(iface); in ExecuteChipReconfiguration()