Searched refs:CreateStaService (Results 1 – 6 of 6) sorted by relevance
177 virtual int32_t CreateStaService(sptr<IChipIface>& iface) in CreateStaService() function
62 int32_t CreateStaService(sptr<IChipIface>& iface) override;
573 int32_t WifiChip::CreateStaService(sptr<IChipIface>& iface) in CreateStaService() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
170 wifiChip->CreateStaService(staIface);
234 CreateStaService([out] IChipIface iface);
1229 ret = ifaceCreationData.chipInfo.chip->CreateStaService(iface); in ExecuteChipReconfiguration()