Searched refs:NetworkAppAccount (Results 1 – 2 of 2) sorted by relevance
46 NetworkAppAccount = 30, enumerator77 30 => Reason::NetworkAppAccount, in from()111 …Reason::NetworkAppAccount => "NetWork is offline and the app is background or terminate and the ac… in to_str()147 assert_eq!(Reason::NetworkAppAccount.repr, 30); in ut_enum_reason()
37 const NETWORK_APP_ACCOUNT: u8 = Reason::NetworkAppAccount.repr;