Home
last modified time | relevance | path

Searched refs:persistentClients (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp433 for (auto it = persistentClients.begin(); it != persistentClients.end(); ++it) { in AddPersistentDevice()
439 persistentClients.push_back(clientDevice); in AddPersistentDevice()
456 for (auto it = persistentClients.begin(); it != persistentClients.end(); ++it) { in RemovePersistentDevice()
458 persistentClients.erase(it); in RemovePersistentDevice()
480 for (auto it = persistentClients.begin(); it != persistentClients.end(); ++it) { in IsContainsPersistentDevice()
510 return persistentClients; in GetPersistentDevices()
520 persistentClients in SetClientPersistentDevices()
[all...]
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h309 std::vector<WifiP2pDevice> persistentClients; member in OHOS::Wifi::P2pWfdInfoType::P2pDeviceType::P2pDeviceCapability::P2pGroupCapability::WifiP2pGroupInfo

Completed in 3 milliseconds