Home
last modified time | relevance | path

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

/base/security/device_auth/services/frameworks/inc/module/
Ddev_auth_module_manager.h30 bool (*isMsgNeedIgnore)(const CJson *in); member
/base/security/device_auth/services/authenticators/src/account_related/
Daccount_module.c136 .base.isMsgNeedIgnore = IsAccountMsgNeedIgnore,
/base/security/device_auth/services/authenticators/src/account_unrelated/
Ddas_module.c146 .base.isMsgNeedIgnore = IsDasMsgNeedIgnore,
/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()