Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/common/include/
H A Ddm_constants.h51 ERR_DM_VERSION_INCOMPATIBLE = -20059, enumerator
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp827 if (authResponseContext_->reply == ERR_DM_VERSION_INCOMPATIBLE) { in SendAuthRequest()
2429 respNegotiateMsg[TAG_REPLY] = ERR_DM_VERSION_INCOMPATIBLE; in ProcIncompatible()