Home
last modified time | relevance | path

Searched refs:sockets_owner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/request/request/services/src/task/
H A Dclient.rs41 client = client.sockets_owner(config.common_data.uid as u32, config.common_data.uid as u32); in build_client()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs397 pub fn sockets_owner(mut self, uid: u32, gid: u32) -> Self { in sockets_owner() method