Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp27 const int32_t REMOTE_CREDENTIAL_DEAL_TYPE = 2; variable
137 if (IsString(jsonObject, FIELD_TYPE) && processType == REMOTE_CREDENTIAL_DEAL_TYPE) { in ImportCredential()
146 if (processType == REMOTE_CREDENTIAL_DEAL_TYPE) { in ImportCredential()
239 } else if (processType == REMOTE_CREDENTIAL_DEAL_TYPE) { in DeleteCredential()