Searched refs:wfdEnabled (Results 1 – 8 of 8) sorted by relevance
130 bool wfdEnabled = (static_cast<int>(data[index++]) % TWO) ? true : false; in SetP2pWfdInfoTest() local134 wfdInfo.SetWfdEnabled(wfdEnabled); in SetP2pWfdInfoTest()
87 int wfdEnabled; /* 0: false, 1: true */ member
179 deviceInfo.wfdInfo.wfdEnabled = static_cast<int>(data[index++]); in QueryP2pLocalDeviceTest()213 clientDevices.wfdInfo.wfdEnabled = static_cast<int>(data[index++]); in QueryP2pDevicesTest()
153 WifiP2pWfdInfo() : wfdEnabled(false), deviceInfo(0), ctrlPort(0), maxThroughput(0) in WifiP2pWfdInfo()156 : wfdEnabled(true), deviceInfo(info), ctrlPort(port), maxThroughput(throughput) in WifiP2pWfdInfo()173 bool wfdEnabled;
161 bool wfdEnabled = (static_cast<int>(data[0]) % TWO) ? true : false; in P2pServerFuzzTest() local165 wfdInfo.SetWfdEnabled(wfdEnabled); in P2pServerFuzzTest()
115 int32_t wfdEnabled; /* 0: false, 1: true */ member
22 wfdEnabled = value; in SetWfdEnabled()27 return wfdEnabled; in GetWfdEnabled()
126 wfdInfo.SetWfdEnabled((bool)p2pDevice.wfdInfo.wfdEnabled); in ConvertP2PDeviceCToCpp()213 p2pDevice->wfdInfo.wfdEnabled = cppDevice.GetWfdInfo().GetWfdEnabled(); in ConvertP2PDeviceCppToC()