Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp443 for (auto it = persistentClients.begin(); it != persistentClients.end(); ++it) { in AddPersistentDevice()
449 persistentClients.push_back(clientDevice); in AddPersistentDevice()
466 for (auto it = persistentClients.begin(); it != persistentClients.end(); ++it) { in RemovePersistentDevice()
468 persistentClients.erase(it); in RemovePersistentDevice()
490 for (auto it = persistentClients.begin(); it != persistentClients.end(); ++it) { in IsContainsPersistentDevice()
520 return persistentClients; in GetPersistentDevices()
530 persistentClients = devices; in SetClientPersistentDevices()
536 persistentClients.clear(); in ClearClientDevices()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h321 std::vector<WifiP2pDevice> persistentClients; variable