Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_operation.h30 struct P2pOperation { struct
31 explicit P2pOperation(P2pOperationType type) : type_(type) {}; in P2pOperation() argument
35 std::promise<P2pOperationResult> promise_; argument
36 P2pOperationType type_; argument