Home
last modified time | relevance | path

Searched refs:FIELD_CREDENTIAL_DATA (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp41 constexpr const char* FIELD_CREDENTIAL_DATA = "credentialData"; variable
175 !IsArray(jsonObject, FIELD_CREDENTIAL_DATA)) { in ImportLocalCredential()
190 jsonObject[FIELD_CREDENTIAL_DATA].get<std::vector<CredentialData>>(); in ImportLocalCredential()
386 …if (!jsonObject.contains(FIELD_CREDENTIAL_DATA) || !jsonObject[FIELD_CREDENTIAL_DATA].is_object() … in GetAddDeviceList()
391 nlohmann::json credentialJson = jsonObject[FIELD_CREDENTIAL_DATA]; in GetAddDeviceList()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_anonymous.cpp20 constexpr const char* FIELD_CREDENTIAL_DATA = "credentialData"; variable
325 bool ret = IsArray(jsonObj, FIELD_CREDENTIAL_DATA);
345 bool ret = IsArray(jsonObj, FIELD_CREDENTIAL_DATA);
H A DUTTest_dm_credential_manager.cpp715 jsonObject[FIELD_CREDENTIAL_DATA] = credentialJson;
725 jsonObject[FIELD_CREDENTIAL_DATA] = 0;