Home
last modified time | relevance | path

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

/system/security/keystore2/watchdog/src/
Dlib.rs48 NotRunning, enumerator
210 state: State::NotRunning, in new()
315 state.state = State::NotRunning; in spawn_thread()
358 assert_eq!(state.state, State::NotRunning); in test_watchdog()