Home
last modified time | relevance | path

Searched refs:OnP2pGroupsChangedEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dip2p_service_callbacks.h42 std::function<void()> OnP2pGroupsChangedEvent; member
H A Dp2p_state_machine.cpp563 if (callBackItem.second.OnP2pGroupsChangedEvent != nullptr) { in BroadcastPersistentGroupsChanged()
564 callBackItem.second.OnP2pGroupsChangedEvent(); in BroadcastPersistentGroupsChanged()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_manager_service_test.cpp238 ASSERT_TRUE(cbk.OnP2pGroupsChangedEvent != nullptr);
240 cbk.OnP2pGroupsChangedEvent();
H A Dwifi_mock_p2p_service.cpp191 mCallback.OnP2pGroupsChangedEvent(); in CreateGroup()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H A Dwifip2pserver_fuzzer.cpp95 … mP2pCallback.OnP2pGroupsChangedEvent = std::bind(&WifiP2pManager::DealP2pGroupsChanged, this); in InitP2pCallback()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_p2p_manager.cpp235 mP2pCallback.OnP2pGroupsChangedEvent = std::bind(&WifiP2pManager::DealP2pGroupsChanged, this); in InitP2pCallback()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_state_machine_test.cpp616 callback.OnP2pGroupsChangedEvent = []() { WIFI_LOGI("lamda"); }; in __anond0d292aa0702()