Home
last modified time | relevance | path

Searched defs:IP2pServiceCallbacks (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dip2p_service_callbacks.h26 struct IP2pServiceCallbacks { struct
28 std::string callbackModuleName;
30 std::function<void(P2pState)> OnP2pStateChangedEvent;
38 std::function<void(const WifiP2pDevice &)> OnP2pThisDeviceChangedEvent;
40 std::function<void(bool)> OnP2pDiscoveryChangedEvent;
42 std::function<void()> OnP2pGroupsChangedEvent;
46 std::function<void(CfgType, char*, int)> OnConfigChangedEvent;
48 std::function<void(const GcInfo &)> OnP2pGcJoinGroupEvent;
50 std::function<void(const GcInfo &)> OnP2pGcLeaveGroupEvent;
52 OnP2pServiceAvailable;
[all …]