Home
last modified time | relevance | path

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

/base/security/device_auth/interfaces/inner_api/
Ddevice_auth_defines.h90 HC_ERR_IGNORE_MSG = 0x0000400B, // 16395 enumerator
/base/security/device_auth/services/authenticators/src/account_related/
Daccount_module.c68 return HC_ERR_IGNORE_MSG; in CreateAccountTask()
/base/security/device_auth/services/authenticators/src/account_unrelated/
Ddas_module.c74 return HC_ERR_IGNORE_MSG; in CreateDasTask()
/base/security/device_auth/services/frameworks/src/module/
Ddev_auth_module_manager.c165 return module->isMsgNeedIgnore(in) ? HC_ERR_IGNORE_MSG : HC_SUCCESS; in CheckMsgRepeatability()