Home
last modified time | relevance | path

Searched defs:IsTimeout (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/connectivity/wificond/net/
Dmlme_event.h43 bool IsTimeout() const { return is_timeout_; } in IsTimeout() function
67 bool IsTimeout() const { return is_timeout_; } in IsTimeout() function
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Derror.go112 func IsTimeout(err error) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnet.go663 IsTimeout bool // if true, timed out; not all timeouts set this member