Home
last modified time | relevance | path

Searched refs:DestroyGroupIfNeeded (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dwifi_direct_entity.h22 virtual void DestroyGroupIfNeeded() = 0;
H A Dp2p_entity.h61 void DestroyGroupIfNeeded() override;
H A Dp2p_entity.cpp113 void P2pEntity::DestroyGroupIfNeeded() { }; in DestroyGroupIfNeeded() function in OHOS::SoftBus::P2pEntity
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/entity/
H A Dp2p_entity.h73 MOCK_METHOD(void, DestroyGroupIfNeeded, (), (override));
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp276 entity.DestroyGroupIfNeeded(); in OnAuthDisconnected()