Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.net.socket.d.ts751 bind(address: NetAddress, callback: AsyncCallback<void>): void; method
774 bind(address: NetAddress): Promise<void>; method
1439 bind(address: LocalAddress): Promise<void>; method
2337 bind(address: NetAddress, callback: AsyncCallback<void>): void; method
2360 bind(address: NetAddress): Promise<void>; method
2838 bind(address: NetAddress, callback: AsyncCallback<void>): void; method
2865 bind(address: NetAddress): Promise<void>; method
/interface/sdk_c/third_party/musl/ndk_musl_include/
Delf.h490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument