Searched refs:CreateP2pService (Results 1 – 6 of 6) sorted by relevance
161 virtual int32_t CreateP2pService(sptr<IChipIface>& iface) in CreateP2pService() function
58 int32_t CreateP2pService(sptr<IChipIface>& iface) override;
528 int32_t WifiChip::CreateP2pService(sptr<IChipIface>& iface) in CreateP2pService() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
142 wifiChip->CreateP2pService(p2pIface);
181 CreateP2pService([out] IChipIface iface);
1235 ret = ifaceCreationData.chipInfo.chip->CreateP2pService(iface); in ExecuteChipReconfiguration()