Home
last modified time | relevance | path

Searched refs:SYMMETRY_CREDENTIAL_TYPE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp29 const int32_t SYMMETRY_CREDENTIAL_TYPE = 1; variable
324 } else if (credentialType == SYMMETRY_CREDENTIAL_TYPE) { in GetCredentialData()
355 } else if (credentialDataInfo.credentialType == SYMMETRY_CREDENTIAL_TYPE) { in from_json()
379 } else if (credentialDataInfo.credentialType == SYMMETRY_CREDENTIAL_TYPE) { in to_json()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp1663 jsonOutObj[FIELD_CREDENTIAL_TYPE] = SYMMETRY_CREDENTIAL_TYPE;
1714 credentialDataInfo.credentialType = SYMMETRY_CREDENTIAL_TYPE;