Home
last modified time | relevance | path

Searched refs:NetworkAppAccount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/request/request/services/src/task/
H A Dreason.rs46 NetworkAppAccount = 30, enumerator
77 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()
/ohos5.0/base/request/request/services/src/manage/scheduler/state/
H A Dsql.rs37 const NETWORK_APP_ACCOUNT: u8 = Reason::NetworkAppAccount.repr;