Home
last modified time | relevance | path

Searched refs:_conn (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h90 #define NETCONN_GET_OSSOCK(_conn, _instIdx) ((_conn)->osSocket[(_instIdx)]) argument
97 #define NETCONN_GET_STATE(_conn) ((_conn)->state) argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_http2.rs114 make_service_fn(|_conn| async { Ok::<_, Infallible>(service_fn($server_fn)) });
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
H A Dmod.rs132 make_service_fn(|_conn| async { Ok::<_, Infallible>(service_fn($server_fn)) });