Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/connection/wifi_direct/entity/p2p_entity/
Dp2p_entity_state.c34 static int32_t CreateServer(struct P2pEntityState *self, struct WifiDirectConnectParams *params) in CreateServer() function
Dp2p_unavailable_state.c36 static int32_t CreateServer(struct P2pEntityState *self, struct WifiDirectConnectParams *params) in CreateServer() function
Dp2p_available_state.c60 static int32_t CreateServer(struct P2pEntityState *self, struct WifiDirectConnectParams *params) in CreateServer() function
Dp2p_entity.c42 static int32_t CreateServer(struct WifiDirectConnectParams *params) in CreateServer() function
/foundation/communication/dsoftbus/tests/core/connection/tcp/
Dtcp_manager_test.cpp124 void CreateServer(void *arg) in CreateServer() function
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dvtp_stream_socket.cpp428 bool VtpStreamSocket::CreateServer(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> … in CreateServer() function in Communication::SoftBus::VtpStreamSocket