Home
last modified time | relevance | path

Searched refs:udpSendOptions (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dtcp_server_send_context.cpp94 bool TcpServerSendContext::GetData(napi_value udpSendOptions) in GetData() argument
96 napi_value jsData = NapiUtils::GetNamedProperty(GetEnv(), udpSendOptions, KEY_DATA); in GetData()
H A Dtcp_send_context.cpp82 bool TcpSendContext::GetData(napi_value udpSendOptions) in GetData() argument
84 napi_value jsData = NapiUtils::GetNamedProperty(GetEnv(), udpSendOptions, KEY_DATA); in GetData()
H A Dudp_send_context.cpp106 bool UdpSendContext::GetData(napi_value udpSendOptions) in GetData() argument
108 napi_value jsData = NapiUtils::GetNamedProperty(GetEnv(), udpSendOptions, KEY_DATA); in GetData()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dtcp_send_context.h48 bool GetData(napi_value udpSendOptions);
H A Dudp_send_context.h48 bool GetData(napi_value udpSendOptions);
H A Dtcp_server_send_context.h49 bool GetData(napi_value udpSendOptions);