Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp41 constexpr const char* FIELD_CREDENTIAL_DATA = "credentialData"; member
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()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_anonymous.cpp20 constexpr const char* FIELD_CREDENTIAL_DATA = "credentialData"; member
325 bool ret = IsArray(jsonObj, FIELD_CREDENTIAL_DATA); in HWTEST_F()
345 bool ret = IsArray(jsonObj, FIELD_CREDENTIAL_DATA); in HWTEST_F()
H A DUTTest_dm_credential_manager.cpp715 jsonObject[FIELD_CREDENTIAL_DATA] = credentialJson; in HWTEST_F()
725 jsonObject[FIELD_CREDENTIAL_DATA] = 0; in HWTEST_F()

Completed in 5 milliseconds