Home
last modified time | relevance | path

Searched defs:ping (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-net-ping.md1 # ping chapter
H A Dkernel-mini-debug-shell.md142 ### ping subsection
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-net-ping.md1 # ping chapter
H A Dkernel-mini-debug-shell.md148 ### ping subsection
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_hdi.h55 int32_t (*ping)(struct HdfDeviceObject *device, const char* info, char** infoOut); member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs381 let ping = if let Payload::Ping(ping) = frame.payload() { in recv_ping_frame() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs651 let ping = Ping::new(data); in ut_ping() localVariable
H A Ddecoder.rs436 let ping = Frame::new( in decode_ping_payload() localVariable