Home
last modified time | relevance | path

Searched refs:FIELD_CREDENTIAL_EXISTS (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dmine_hichain_connector.cpp317 if (!jsonObject.contains(FIELD_CREDENTIAL_EXISTS) || !jsonObject[FIELD_CREDENTIAL_EXISTS].is_boolean()) { in IsCredentialExist()
318 LOGE("failed to get key:%{public}s from import json object.", FIELD_CREDENTIAL_EXISTS); in IsCredentialExist()
321 if (!jsonObject[FIELD_CREDENTIAL_EXISTS]) { in IsCredentialExist()
/foundation/distributedhardware/device_manager/common/include/
H A Ddm_constants.h144 constexpr const char* FIELD_CREDENTIAL_EXISTS = "isCredentialExists"; member

Completed in 2 milliseconds