Home
last modified time | relevance | path

Searched refs:FIELD_CREDENTIAL_TYPE (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp66 if (!IsInt32(jsonObject, FIELD_CREDENTIAL_TYPE) || !IsString(jsonObject, FIELD_CREDENTIAL_ID) || in from_json()
73 credentialData.credentialType = jsonObject[FIELD_CREDENTIAL_TYPE].get<int32_t>(); in from_json()
299 jsonCreObj[FIELD_CREDENTIAL_TYPE] = inputCreData.credentialType; in GetCredentialData()
336 if (!IsInt32(jsonObject, FIELD_CREDENTIAL_TYPE)) { in from_json()
340 credentialDataInfo.credentialType = jsonObject[FIELD_CREDENTIAL_TYPE].get<int32_t>(); in from_json()
373 jsonObject[FIELD_CREDENTIAL_TYPE] = credentialDataInfo.credentialType; in to_json()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp1643 jsonOutObj[FIELD_CREDENTIAL_TYPE] = "test"; in HWTEST_F()
1646 jsonOutObj[FIELD_CREDENTIAL_TYPE] = NONSYMMETRY_CREDENTIAL_TYPE; in HWTEST_F()
1663 jsonOutObj[FIELD_CREDENTIAL_TYPE] = SYMMETRY_CREDENTIAL_TYPE; in HWTEST_F()
1673 jsonOutObj[FIELD_CREDENTIAL_TYPE] = 0; in HWTEST_F()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h32 #define FIELD_CREDENTIAL_TYPE "credentialType" macro
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp987 jsonObj[FIELD_CREDENTIAL_TYPE] = GetJsonInt(jsonObject, FIELD_CREDENTIAL_TYPE); in ParseRemoteCredentialExt()

Completed in 7 milliseconds