Searched refs:GetP2pService (Results 1 – 6 of 6) sorted by relevance
146 wifiChip->GetP2pService(ifname1, p2pIface);149 EXPECT_TRUE(wifiChip->GetP2pService(ifname1, p2pIface) == HDF_FAILURE);
169 virtual int32_t GetP2pService(const std::string& ifname, sptr<IChipIface>& iface) in GetP2pService() function
60 int32_t GetP2pService(const std::string& ifname, sptr<IChipIface>& iface) override;
554 int32_t WifiChip::GetP2pService(const std::string& ifname, sptr<IChipIface>& iface) in GetP2pService() function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
208 GetP2pService([in] String ifname, [out] IChipIface iface);
844 ret = wifiChipInfo.chip->GetP2pService(ifnames[i], wifiIfaceInfo.iface); in GetP2pIfaceInfo()