Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/services/src/task/
H A Dreason.rs43 NetworkApp = 27, enumerator
74 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()
/ohos5.0/base/request/request/services/src/manage/scheduler/state/
H A Dsql.rs34 const NETWORK_APP: u8 = Reason::NetworkApp.repr;