Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dlocal_socket_context.h78 void SetSocketPath(const std::string socketPath);
H A Dlocal_socket_server_context.h262 void SetSocketPath(const std::string socketPath);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dlocal_socket_server_context.cpp248 void LocalSocketServerGetLocalAddressContext::SetSocketPath(const std::string socketPath) in SetSocketPath() function in OHOS::NetStack::Socket::LocalSocketServerGetLocalAddressContext
H A Dlocal_socket_context.cpp335 void LocalSocketGetLocalAddressContext::SetSocketPath(const std::string socketPath) in SetSocketPath() function in OHOS::NetStack::Socket::LocalSocketGetLocalAddressContext
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp905 context->SetSocketPath(unAddr.sun_path); in ExecLocalSocketGetLocalAddress()
1078 context->SetSocketPath(unAddr.sun_path); in ExecLocalSocketServerGetLocalAddress()
1207 context->SetSocketPath(addr.sun_path); in ExecLocalSocketConnectionGetLocalAddress()