Searched refs:NetworkApp (Results 1 – 2 of 2) sorted by relevance
43 NetworkApp = 27, enumerator74 27 => Reason::NetworkApp, in from()108 Reason::NetworkApp => "NetWork is offline and the app is background or terminate", in to_str()144 assert_eq!(Reason::NetworkApp.repr, 27); in ut_enum_reason()
34 const NETWORK_APP: u8 = Reason::NetworkApp.repr;