Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp1139 bool SyncEngine::CheckDeviceIdValid(const std::string &checkDeviceId, const std::string &localDevic… in CheckDeviceIdValid() argument
1141 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()
H A Dsync_engine.h213 bool CheckDeviceIdValid(const std::string &checkDeviceId, const std::string &localDeviceId);