Home
last modified time | relevance | path

Searched refs:anyEvent (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 Dp2p_monitor.cpp239 std::any anyEvent = event; in Broadcast2SmProvDiscPbcReq() local
240 … MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_REQ, 0, 0, anyEvent); in Broadcast2SmProvDiscPbcReq()
245 std::any anyEvent = event; in Broadcast2SmProvDiscPbcResp() local
246 … MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_PBC_RESP, 0, 0, anyEvent); in Broadcast2SmProvDiscPbcResp()
251 std::any anyEvent = event; in Broadcast2SmProvDiscEnterPin() local
252 …MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_ENTER_PIN, 0, 0, anyEvent); in Broadcast2SmProvDiscEnterPin()
257 std::any anyEvent = event; in Broadcast2SmProvDiscShowPin() local
258 … MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_PROV_DISC_SHOW_PIN, 0, 0, anyEvent); in Broadcast2SmProvDiscShowPin()
305 std::any anyEvent = event; in Broadcast2SmP2pIfaceCreated() local
306 MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_IFACE_CREATED, type, 0, anyEvent); in Broadcast2SmP2pIfaceCreated()