Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dwatchdog.rs48 NotRunning, enumerator
176 state: State::NotRunning, in new()
281 state.state = State::NotRunning; in spawn_thread()
324 assert_eq!(state.state, State::NotRunning); in test_watchdog()