Home
last modified time | relevance | path

Searched refs:P2pPeersChangedCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p.h30 typedef void (*P2pPeersChangedCallback)(WifiP2pDevice* devices, int len); typedef
210 WifiErrorCode RegisterP2pPeersChangedCallback(const P2pPeersChangedCallback callback);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_sa_event.h141 P2pPeersChangedCallback peersChangeCb;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp522 NO_SANITIZE("cfi") WifiErrorCode RegisterP2pPeersChangedCallback(const P2pPeersChangedCallback call… in RegisterP2pPeersChangedCallback()