Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp70 struct MsgWithLocalRemoteInfo { struct
72 MsgWithLocalRemoteInfo(void *d, size_t length, const std::string &path) : data(d), len(length) in MsgWithLocalRemoteInfo() argument
76 ~MsgWithLocalRemoteInfo() in ~MsgWithLocalRemoteInfo()
82 void *data = nullptr;
83 size_t len = 0;
84 LocalSocketRemoteInfo remoteInfo;