Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp87 AddressBinding bind = {0}; variable
120 AddressBinding bind = {0}; variable
167 AddressBinding bind = {0}; variable
200 AddressBinding bind = {0}; variable
231 AddressBinding bind = {0}, bind2 = {0}; variable
263 AddressBinding bind = {0}; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dsocket.rs60 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<net::UdpSocket> { in bind() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
H A Dsocket.rs44 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<UdpSocket> { in bind() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dsocket.rs26 pub(crate) fn bind(path: &Path) -> io::Result<net::UnixListener> { in bind() function
H A Dlistener.rs42 pub fn bind<P: AsRef<Path>>(path: P) -> io::Result<UnixListener> { in bind() method
H A Ddatagram.rs38 pub fn bind<P: AsRef<Path>>(path: P) -> io::Result<UnixDatagram> { in bind() method
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp259 const auto& bind = bindings_[index]; in BindBuffer() local
300 const auto& bind = bindings_[index]; in BindBuffers() local
349 const auto& bind = bindings_[index]; in BindImage() local
408 const auto& bind = bindings_[index]; in BindImages() local
458 const auto& bind = bindings_[index]; in BindSampler() local
493 const auto& bind = bindings_[index]; in BindSamplers() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h38 uint32_t bind; member
H A Dpipeline_state_object_gles.cpp190 for (auto& bind : oesBinds) { in GetOESProgram() local
H A Dshader_module_gles.cpp52 uint8_t bind; in CollectRes() member
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dlistener.rs71 pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> { in bind() method
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-socket.md41 ### bind subsection
85 ### bind subsection
1455 ### bind subsection
1504 ### bind subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-socket.md41 ### bind subsection
85 ### bind subsection
1455 ### bind subsection
1504 ### bind subsection
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs64 pub(crate) fn bind(&self, addr: SocketAddr) -> io::Result<()> { in bind() method
H A Dlistener.rs43 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs37 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind() method
H A Dsocket.rs65 pub(crate) fn bind(&self, addr: SocketAddr) -> io::Result<()> { in bind() method
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf_common.h47 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type)&0xf)) argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dlistener.rs44 pub fn bind<P: AsRef<Path>>(path: P) -> Result<UnixListener> { in bind() method
H A Ddatagram.rs45 pub fn bind<P: AsRef<Path>>(path: P) -> Result<UnixDatagram> { in bind() method
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_binding.h52 AddressBinding bind; member
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp347 AddressBinding bind = {0}; in AddReservedBinding() local
502 AddressBinding bind = {0}; in LoadBindingRecoders() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h119 if (auto bind = interface_cast<IBind>(vec.back())) { in META_BEGIN_NAMESPACE() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsysio.h37 int (*bind)(void *argSock, void *argPcb, FILLP_SOCKADDR *addr, FILLP_UINT16 len); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_act.c170 bool bind = false; in AvctCbBrChConnInd() local

12