Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp92 constexpr const char* DM_VERSION_4_1_5_1 = "4.1.5.1"; variable
788 if (CompareVersion(remoteVersion_, std::string(DM_VERSION_4_1_5_1)) && in RespNegotiate()
796 } else if (!CompareVersion(remoteVersion_, std::string(DM_VERSION_4_1_5_1)) || in RespNegotiate()
843 if (CompareVersion(remoteVersion_, std::string(DM_VERSION_4_1_5_1)) && in SendAuthRequest()
847 } else if (!CompareVersion(remoteVersion_, std::string(DM_VERSION_4_1_5_1)) || in SendAuthRequest()
1059 if (CompareVersion(remoteVersion_, std::string(DM_VERSION_4_1_5_1)) && in StartAuthProcess()
1063 } else if (!CompareVersion(remoteVersion_, std::string(DM_VERSION_4_1_5_1)) || in StartAuthProcess()
1258 CompareVersion(remoteVersion_, std::string(DM_VERSION_4_1_5_1)) && in AuthenticateFinish()
1464 if (CompareVersion(remoteVersion_, std::string(DM_VERSION_4_1_5_1)) && in ShowStartAuthDialog()
1494 if (CompareVersion(remoteVersion_, std::string(DM_VERSION_4_1_5_1)) && in ProcessPincode()
[all …]