Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.net.socket.d.ts598 send(options: UDPSendOptions, callback: AsyncCallback<void>): void; method
621 send(options: UDPSendOptions): Promise<void>; method
1058 send(options: LocalSendOptions): Promise<void>; method
1210 send(options: LocalSendOptions): Promise<void>; method
1667 send(options: TCPSendOptions, callback: AsyncCallback<void>): void; method
1690 send(options: TCPSendOptions): Promise<void>; method
2665 send(data: string, callback: AsyncCallback<void>): void; method
2694 send(data: string): Promise<void>; method
3011 send(options: TCPSendOptions, callback: AsyncCallback<void>): void; method
3024 send(options: TCPSendOptions): Promise<void>; method
[all …]
D@ohos.net.webSocket.d.ts451 send(data: string | ArrayBuffer, callback: AsyncCallback<boolean>): void; method
486 send(data: string | ArrayBuffer): Promise<boolean>; method
/interface/sdk-js/api/@internal/component/ets/
Dui_extension_component.d.ts57 send(data: { [key: string]: Object }): void; method
/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
Dsocket.h86 ssize_t send(int socket, const void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags) in send() function