Home
last modified time | relevance | path

Searched refs:startServerForSocketPair (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp162 auto startServerForSocketPair = in StartConnectServerWithSocketPair() local
164 CHECK_NULL_VOID(startServerForSocketPair); in StartConnectServerWithSocketPair()
165 startServerForSocketPair(socketFd); in StartConnectServerWithSocketPair()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp106 auto startServerForSocketPair = in StartConnectServer() local
108 if (startServerForSocketPair == nullptr) { in StartConnectServer()
113 startServerForSocketPair(socketFd); in StartConnectServer()