Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A Dauth_request_state.cpp70 return AuthState::AUTH_REQUEST_INIT; in GetStateType()
H A DUTTest_auth_request_state.cpp214 ASSERT_EQ(ret, AuthState::AUTH_REQUEST_INIT);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_request_state.cpp64 return AuthState::AUTH_REQUEST_INIT; in GetStateType()
H A Ddm_auth_manager.cpp410 authRequestState_->GetStateType() == AuthState::AUTH_REQUEST_INIT) { in OnSessionOpened()
2702 authRequestState_->GetStateType() == AuthState::AUTH_REQUEST_INIT) { in OnScreenLocked()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h41 AUTH_REQUEST_INIT = 1, enumerator