Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h89 AUTH_TYPE_CRE = 0, enumerator
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp109 authenticationMap_[AUTH_TYPE_CRE] = nullptr; in DmAuthManager()
249 if (authType == AUTH_TYPE_CRE) { in AuthenticateDevice()