Home
last modified time | relevance | path

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

/base/security/device_auth/services/cred_manager/src/account_related/
Daccount_related_cred_plugin.c26 case IMPORT_SELF_CREDENTIAL: in ProcessAsyTokens()
58 case IMPORT_SELF_CREDENTIAL: in ProcessSymTokens()
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
Daccount_related_creds_manager_dir_test.cpp240 (void)CheckCredValidity(IMPORT_SELF_CREDENTIAL, nullptr);
244 (void)CheckCredValidity(IMPORT_SELF_CREDENTIAL, in);
/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h254 IMPORT_SELF_CREDENTIAL = 0, enumerator
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c176 return ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, IMPORT_SELF_CREDENTIAL, credJson, NULL); in ImportSelfToken()