Home
last modified time | relevance | path

Searched refs:FIELD_PEER_DEVICE_ID (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp69 !IsString(jsonObject, FIELD_PEER_DEVICE_ID)) { in from_json()
79 credentialData.peerDeviceId = jsonObject[FIELD_PEER_DEVICE_ID].get<std::string>(); in from_json()
363 if (IsString(jsonObject, FIELD_PEER_DEVICE_ID)) { in from_json()
364 credentialDataInfo.peerDeviceId = jsonObject[FIELD_PEER_DEVICE_ID].get<std::string>(); in from_json()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h30 #define FIELD_PEER_DEVICE_ID "peerDeviceId" macro
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp1650 jsonOutObj[FIELD_PEER_DEVICE_ID] = 0; in HWTEST_F()
1659 jsonOutObj[FIELD_PEER_DEVICE_ID] = "peerDeviceId"; in HWTEST_F()

Completed in 4 milliseconds