Home
last modified time | relevance | path

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

/base/security/device_auth/services/authenticators/inc/account_related/
Daccount_module.h27 bool IsAccountSupported(void);
/base/security/device_auth/services/authenticators/src/account_related_mock/
Daccount_module_mock.c27 bool IsAccountSupported(void) in IsAccountSupported() function
/base/security/device_auth/services/authenticators/src/account_related/
Daccount_module.c212 bool IsAccountSupported(void) in IsAccountSupported() function
/base/security/device_auth/services/frameworks/src/module/
Ddev_auth_module_manager.c289 if (IsAccountSupported()) { in InitModules()