Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h194 enum RunStatus { OK, HELP, INVALID_INPUT, ERROR, USER_CONSENT_DENIED, USER_CONSENT_TIMED_OUT }; enumerator
Ddumpstate.cpp3103 return RunStatus::USER_CONSENT_TIMED_OUT; in RetrieveInternal()
3119 return RunStatus::USER_CONSENT_TIMED_OUT; in RetrieveInternal()
3152 case Dumpstate::RunStatus::USER_CONSENT_TIMED_OUT: in HandleRunStatus()
3429 status != Dumpstate::RunStatus::USER_CONSENT_TIMED_OUT) { in RunInternal()
3436 if (status == Dumpstate::RunStatus::USER_CONSENT_TIMED_OUT) { in RunInternal()
3479 ? USER_CONSENT_TIMED_OUT in RunInternal()
3739 return Dumpstate::RunStatus::USER_CONSENT_TIMED_OUT; in CopyBugreportIfUserConsented()
3782 case Dumpstate::RunStatus::USER_CONSENT_TIMED_OUT: in run_main()