Searched refs:checkDeviceId (Results 1 – 2 of 2) sorted by relevance
1139 bool SyncEngine::CheckDeviceIdValid(const std::string &checkDeviceId, const std::string &localDevic… in CheckDeviceIdValid() argument1141 if (checkDeviceId.empty()) { in CheckDeviceIdValid()1144 if (checkDeviceId.length() > DBConstant::MAX_DEV_LENGTH) { in CheckDeviceIdValid()1145 LOGE("[SyncEngine] dev is too long len=%zu", checkDeviceId.length()); in CheckDeviceIdValid()1148 return localDeviceId != checkDeviceId; in CheckDeviceIdValid()
213 bool CheckDeviceIdValid(const std::string &checkDeviceId, const std::string &localDeviceId);