Searched refs:IMPORT_TRUSTED_CREDENTIALS (Results 1 - 7 of 7) sorted by relevance
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | creds_manager_test.cpp | 99 int32_t ret = tokenManager->addToken(DEFAULT_OS_ACCOUNT, IMPORT_TRUSTED_CREDENTIALS, json); in HWTEST_F() 111 int32_t ret = tokenManager->addToken(DEFAULT_OS_ACCOUNT, IMPORT_TRUSTED_CREDENTIALS, nullptr); in HWTEST_F() 116 ret = tokenManager->addToken(DEFAULT_OS_ACCOUNT, IMPORT_TRUSTED_CREDENTIALS, json); in HWTEST_F() 120 ret = tokenManager->addToken(DEFAULT_OS_ACCOUNT, IMPORT_TRUSTED_CREDENTIALS, json); in HWTEST_F() 125 ret = tokenManager->addToken(DEFAULT_OS_ACCOUNT, IMPORT_TRUSTED_CREDENTIALS, json); in HWTEST_F() 129 ret = tokenManager->addToken(DEFAULT_OS_ACCOUNT, IMPORT_TRUSTED_CREDENTIALS, json); in HWTEST_F() 133 ret = tokenManager->addToken(DEFAULT_OS_ACCOUNT, IMPORT_TRUSTED_CREDENTIALS, json); in HWTEST_F() 165 int32_t ret = tokenManager->addToken(DEFAULT_OS_ACCOUNT, IMPORT_TRUSTED_CREDENTIALS, json); in HWTEST_F() 171 ret = tokenManager->addToken(DEFAULT_OS_ACCOUNT, IMPORT_TRUSTED_CREDENTIALS, json); in HWTEST_F()
|
/base/security/device_auth/services/cred_manager/src/account_related/ |
H A D | account_related_cred_plugin.c | 27 case IMPORT_TRUSTED_CREDENTIALS: in ProcessAsyTokens() 60 case IMPORT_TRUSTED_CREDENTIALS: in ProcessSymTokens()
|
/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 271 IMPORT_TRUSTED_CREDENTIALS = 3, enumerator
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/ |
H A D | identical_account_group.c | 379 res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, IMPORT_TRUSTED_CREDENTIALS, credential, NULL); in AddDeviceAndToken() 627 int32_t res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, IMPORT_TRUSTED_CREDENTIALS, jsonParams, processResult); in AddMetaNodeDeviceToGroup()
|
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/ |
H A D | sym_token_manager.c | 394 if (opCode == IMPORT_TRUSTED_CREDENTIALS) { in ImportSymTokenToKeyManager()
|
H A D | asy_token_manager.c | 777 if (opCode == IMPORT_TRUSTED_CREDENTIALS) { in CheckCredValidity()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/ |
H A D | across_account_group.c | 410 res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, IMPORT_TRUSTED_CREDENTIALS, credential, NULL); in AddDeviceAndToken()
|
Completed in 8 milliseconds