Home
last modified time | relevance | path

Searched refs:NONSYMMETRY_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.cpp28 const int32_t NONSYMMETRY_CREDENTIAL_TYPE = 2; variable
301 if (credentialType == NONSYMMETRY_CREDENTIAL_TYPE) { in GetCredentialData()
344 if (credentialDataInfo.credentialType == NONSYMMETRY_CREDENTIAL_TYPE) { in from_json()
375 if (credentialDataInfo.credentialType == NONSYMMETRY_CREDENTIAL_TYPE) { in to_json()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp1646 jsonOutObj[FIELD_CREDENTIAL_TYPE] = NONSYMMETRY_CREDENTIAL_TYPE;
1705 credentialDataInfo.credentialType = NONSYMMETRY_CREDENTIAL_TYPE;