Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_operation.h25 CREATE_GROUP, enumerator
H A Dp2p_entity.cpp121 … std::make_shared<P2pOperationWrapper<P2pCreateGroupParam>>(param, P2pOperationType::CREATE_GROUP); in CreateGroup()
343 case P2pOperationType::CREATE_GROUP: in ExecuteNextOperation()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity_test.cpp323 …shared<P2pOperationWrapper<P2pCreateGroupParam>>(createGroupParam, P2pOperationType::CREATE_GROUP);
449 …std::make_shared<P2pOperationWrapper<P2pCreateGroupParam>>(param2, P2pOperationType::CREATE_GROUP);